# HG changeset patch # User Samuel Trassare # Date 1330984792 28800 # Node ID 69556ecaa5d3f47b706c64c9029282fcc234f4d2 # Parent 05dc6adaa091a34dc905eaabaa1273e955c5f5c4 arora: add desktop and icon from src tarball. add description file diff -r 05dc6adaa091 -r 69556ecaa5d3 arora/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/arora/description.txt Mon Mar 05 13:59:52 2012 -0800 @@ -0,0 +1,19 @@ +Arora is a lightweight cross-platform web browser. + +Arora uses the QtWebKit port of the fully standards-compliant WebKit layout +engine. It features fast rendering, powerful JavaScript engine and supports +Netscape plugins. + +Apart from the must-have features such as bookmarks, history and tabbed +browsing, Arora boasts: + + * very fast startup + * integration with desktop environments + * smart location bar + * session management + * privacy mode + * flexible search engine management + * ClickToFlash plugin + * download manager + * WebInspector, a set of tools for web developers + * 30 translations diff -r 05dc6adaa091 -r 69556ecaa5d3 arora/receipt --- a/arora/receipt Mon Mar 05 22:26:11 2012 +0100 +++ b/arora/receipt Mon Mar 05 13:59:52 2012 -0800 @@ -22,6 +22,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin + mkdir -p $fs/usr/bin $fs/usr/share/pixmaps $fs/usr/share/applications cp $src/arora $fs/usr/bin + cp -a $src/src/data/32x32/arora.png $fs/usr/share/pixmaps + cp -a $src/src/arora.desktop $fs/usr/share/applications } diff -r 05dc6adaa091 -r 69556ecaa5d3 celestia/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/celestia/description.txt Mon Mar 05 13:59:52 2012 -0800 @@ -0,0 +1,15 @@ +Celestia is a space simulation that lets you explore the universe in three +dimensions. + +Unlike most planetarium software, Celestia doesn't confine you to the surface of +the Earth. You can travel throughout the solar system, to any of over 100,000 +stars, or even beyond the galaxy. + +All movement in Celestia is seamless; the exponential zoom feature lets you +explore space across a huge range of scales, from galaxy clusters down to +spacecraft only a few meters across. A 'point-and-goto' interface makes it +simple to navigate through the universe to the object you want to visit. + +Celestia is expandable. Celestia comes with a large catalog of stars, galaxies, +planets, moons, asteroids, comets, and spacecraft. If that's not enough, you can +download dozens of easy to install add-ons with more objects. diff -r 05dc6adaa091 -r 69556ecaa5d3 clamav/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clamav/description.txt Mon Mar 05 13:59:52 2012 -0800 @@ -0,0 +1,7 @@ +ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, +viruses, malware and other malicious threats. It is the de facto standard for +mail gateway scanning. It provides a high performance mutli-threaded scanning +daemon, command line utilities for on demand file scanning, and an intelligent +tool for automatic signature updates. The core ClamAV library provides numerous +file format detection mechanisms, file unpacking support, archive support, and +multiple signature languages for detecting threats. diff -r 05dc6adaa091 -r 69556ecaa5d3 cmatrix/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmatrix/description.txt Mon Mar 05 13:59:52 2012 -0800 @@ -0,0 +1,3 @@ +CMatrix, written by Chris Allegretta, displays in a terminal window falling +glyphs in the style of the Matrix movies. + diff -r 05dc6adaa091 -r 69556ecaa5d3 cpuspeed/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cpuspeed/description.txt Mon Mar 05 13:59:52 2012 -0800 @@ -0,0 +1,8 @@ +CPUFreq is a Linux kernel subsystem which allows the clock speed of mobile CPUs +(most often found in laptop computers) to be explicitly set. CPUSpeed +dynamically controls CPUFreq, slowing down the CPU to conserve power and reduce +heat when the system is idle, on battery power or overheating, and speeding up +the CPU when the system is busy and more processing power is needed. Using +CPUSpeed can significantly increase a laptop computer's battery life and +significantly reduce the heat it generates while still allowing your system to +perform at top speed when you need it.