wok-6.x rev 17992
Add few descriptions (from pkgs.org)
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/915resolution/description.txt Thu Apr 23 16:47:39 2015 +0300 1.3 @@ -0,0 +1,12 @@ 1.4 +915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel 1.5 +graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 1.6 +915G, 915GM, and 945G chipsets. This modification is necessary to allow the 1.7 +display of certain graphics resolutions for an Xorg or XFree86 graphics server. 1.8 + 1.9 +915resolution's modifications of the BIOS are transient. There is no risk of 1.10 +permanent modification of the BIOS. This also means that 915resolution must be 1.11 +run every time the computer boots inorder for it's changes to take effect. 1.12 + 1.13 +915resolution is derived from the tool 855resolution. However, the code 1.14 +differs substantially. 915resolution's code base is much simpler. 915resolution 1.15 +also allows the modification of bits per pixel.
2.1 --- a/915resolution/receipt Thu Apr 23 15:42:00 2015 +0200 2.2 +++ b/915resolution/receipt Thu Apr 23 16:47:39 2015 +0300 2.3 @@ -3,7 +3,7 @@ 2.4 PACKAGE="915resolution" 2.5 VERSION="0.5.3" 2.6 CATEGORY="system-tools" 2.7 -SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets" 2.8 +SHORT_DESC="Intel video BIOS hack to support certain resolutions" 2.9 MAINTAINER="erjo@slitaz.org" 2.10 LICENSE="PublicDomain" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 @@ -16,7 +16,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 for i in widescreen-resolution cedarview ; do 2.18 [ -f done.$i ] && continue 2.19 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch 2.20 @@ -32,4 +31,3 @@ 2.21 install $src/$PACKAGE $fs/usr/sbin 2.22 install $src/dump_bios $fs/usr/sbin 2.23 } 2.24 -
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/dbus/description.txt Thu Apr 23 16:47:39 2015 +0300 3.3 @@ -0,0 +1,11 @@ 3.4 +D-Bus is a message bus, used for sending messages between applications. 3.5 +Conceptually, it fits somewhere in between raw sockets and CORBA in terms of 3.6 +complexity. 3.7 + 3.8 +D-Bus supports broadcast messages, asynchronous messages (thus decreasing 3.9 +latency), authentication, and more. It is designed to be low-overhead; messages 3.10 +are sent using a binary protocol, not using XML. D-Bus also supports a method 3.11 +call mapping for its messages, but it is not required; this makes using the 3.12 +system quite simple. 3.13 + 3.14 +It comes with several bindings, including GLib, Python, Qt and Java.
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/desktop-file-utils/description.txt Thu Apr 23 16:47:39 2015 +0300 4.3 @@ -0,0 +1,6 @@ 4.4 +Some utilities to make dealing with .desktop files easier: 4.5 + * update-desktop-database -- update the desktop-MIME mapping 4.6 + * desktop-file-validate -- validate a desktop file 4.7 + * desktop-file-install -- install a desktop file, munging en route. 4.8 + 4.9 +This package contains update-desktop-database only.
5.1 --- a/desktop-file-utils/receipt Thu Apr 23 15:42:00 2015 +0200 5.2 +++ b/desktop-file-utils/receipt Thu Apr 23 16:47:39 2015 +0300 5.3 @@ -3,7 +3,7 @@ 5.4 PACKAGE="desktop-file-utils" 5.5 VERSION="0.21" 5.6 CATEGORY="x-window" 5.7 -SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)." 5.8 +SHORT_DESC="Utilities for .desktop files (update-desktop-database)" 5.9 MAINTAINER="pankso@slitaz.org" 5.10 LICENSE="GPL2" 5.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 5.12 @@ -16,7 +16,6 @@ 5.13 # Rules to configure and make the package. 5.14 compile_rules() 5.15 { 5.16 - cd $src 5.17 ./configure \ 5.18 --prefix=/usr \ 5.19 $CONFIGURE_ARGS &&
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/dropbear/description.txt Thu Apr 23 16:47:39 2015 +0300 6.3 @@ -0,0 +1,8 @@ 6.4 +dropbear is a SSH 2 server and client designed to be small enough to be used in 6.5 +small memory environments, while still being functional and secure enough for 6.6 +general use. 6.7 + 6.8 +It implements most required features of the SSH 2 protocol, and other 6.9 +features such as X11 and authentication agent forwarding. 6.10 + 6.11 +See http://matt.ucc.asn.au/dropbear/dropbear.html
7.1 --- a/dropbear/receipt Thu Apr 23 15:42:00 2015 +0200 7.2 +++ b/dropbear/receipt Thu Apr 23 16:47:39 2015 +0300 7.3 @@ -3,7 +3,7 @@ 7.4 PACKAGE="dropbear" 7.5 VERSION="2015.67" 7.6 CATEGORY="security" 7.7 -SHORT_DESC="Light SSH client and server." 7.8 +SHORT_DESC="Lightweight SSH2 server and client" 7.9 MAINTAINER="pascal.bellard@slitaz.org" 7.10 LICENSE="MIT" 7.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/expat/description.txt Thu Apr 23 16:47:39 2015 +0300 8.3 @@ -0,0 +1,3 @@ 8.4 +This package contains the runtime, shared library of expat, the C library for 8.5 +parsing XML. Expat is a stream-oriented parser in which an application registers 8.6 +handlers for things the parser might find in the XML document (like start tags).
9.1 --- a/expat/receipt Thu Apr 23 15:42:00 2015 +0200 9.2 +++ b/expat/receipt Thu Apr 23 16:47:39 2015 +0300 9.3 @@ -3,7 +3,7 @@ 9.4 PACKAGE="expat" 9.5 VERSION="2.1.0" 9.6 CATEGORY="x-window" 9.7 -SHORT_DESC="XML parsing library." 9.8 +SHORT_DESC="XML parsing C library" 9.9 MAINTAINER="pankso@slitaz.org" 9.10 LICENSE="MIT" 9.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.12 @@ -14,7 +14,6 @@ 9.13 # Rules to configure and make the package. 9.14 compile_rules() 9.15 { 9.16 - cd $src 9.17 ./configure $CONFIGURE_ARGS && 9.18 make && make DESTDIR=$DESTDIR install 9.19 } 9.20 @@ -23,9 +22,9 @@ 9.21 genpkg_rules() 9.22 { 9.23 mkdir -p $fs/usr/lib $fs/usr/bin 9.24 - cp -a $install/usr/bin/* $fs/usr/bin 9.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 9.26 - # expat so.0 symbolic link. 9.27 - cd $fs/usr/lib 9.28 - ln -s libexpat.so.1.*.* libexpat.so.0 9.29 + cp -a $install/usr/bin/* $fs/usr/bin 9.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 9.31 + # expat so.0 symbolic link. 9.32 + cd $fs/usr/lib 9.33 + ln -s libexpat.so.1.*.* libexpat.so.0 9.34 }
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/gpicview/description.txt Thu Apr 23 16:47:39 2015 +0300 10.3 @@ -0,0 +1,6 @@ 10.4 +GPicView is a lightweight GTK+ 2.x based image viewer with following features: 10.5 + * Extremely lightweight and fast with low memory usage 10.6 + * Very suitable for default image viewer of desktop system 10.7 + * Simple and intuitive interface 10.8 + * Minimal lib dependency: Only pure GTK+ is used 10.9 + * Desktop independent: Doesn't require any specific desktop environment
11.1 --- a/gpicview/receipt Thu Apr 23 15:42:00 2015 +0200 11.2 +++ b/gpicview/receipt Thu Apr 23 16:47:39 2015 +0300 11.3 @@ -3,12 +3,13 @@ 11.4 PACKAGE="gpicview" 11.5 VERSION="0.2.4" 11.6 CATEGORY="graphics" 11.7 -SHORT_DESC="Light pictures viewer." 11.8 +SHORT_DESC="Lightweight image viewer" 11.9 MAINTAINER="pankso@slitaz.org" 11.10 LICENSE="GPL2" 11.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.12 WEB_SITE="http://lxde.sourceforge.net/gpicview/" 11.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 11.14 +TAGS="LXDE" 11.15 HOST_ARCH="i486 arm" 11.16 11.17 DEPENDS="gtk+ expat glib libgio libpng jpeg zlib" 11.18 @@ -29,4 +30,3 @@ 11.19 cp -a $install/usr/bin $fs/usr 11.20 cp -a $install/usr/share/$PACKAGE $fs/usr/share 11.21 } 11.22 -
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/libfm-dev/description.txt Thu Apr 23 16:47:39 2015 +0300 12.3 @@ -0,0 +1,4 @@ 12.4 +LibFM provides file management functions built on top of Glib/GIO giving 12.5 +a convenient higher-level API. 12.6 + 12.7 +This package contains the development files for builds using GTK+ library.
13.1 --- a/libfm-dev/receipt Thu Apr 23 15:42:00 2015 +0200 13.2 +++ b/libfm-dev/receipt Thu Apr 23 16:47:39 2015 +0300 13.3 @@ -3,7 +3,7 @@ 13.4 PACKAGE="libfm-dev" 13.5 VERSION="1.2.3" 13.6 CATEGORY="development" 13.7 -SHORT_DESC="File manager library from LXDE, development files." 13.8 +SHORT_DESC="File management support (GTK+ GUI development files)" 13.9 MAINTAINER="pankso@slitaz.org" 13.10 LICENSE="GPL2" 13.11 WEB_SITE="http://pcmanfm.sourceforge.net"
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/libfm-gtk/description.txt Thu Apr 23 16:47:39 2015 +0300 14.3 @@ -0,0 +1,4 @@ 14.4 +LibFM provides file management functions built on top of Glib/GIO giving 14.5 +a convenient higher-level API. 14.6 + 14.7 +This package contains the GTK+ version 2.0 GUI.
15.1 --- a/libfm-gtk/receipt Thu Apr 23 15:42:00 2015 +0200 15.2 +++ b/libfm-gtk/receipt Thu Apr 23 16:47:39 2015 +0300 15.3 @@ -3,7 +3,7 @@ 15.4 PACKAGE="libfm-gtk" 15.5 VERSION="1.2.3" 15.6 CATEGORY="system-tools" 15.7 -SHORT_DESC="GTK+ part of Libfm" 15.8 +SHORT_DESC="File management support (GTK+2 GUI library)" 15.9 MAINTAINER="al.bobylev@gmail.com" 15.10 LICENSE="GPL2" 15.11 WEB_SITE="http://pcmanfm.sourceforge.net"
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/libfm/description.txt Thu Apr 23 16:47:39 2015 +0300 16.3 @@ -0,0 +1,15 @@ 16.4 +LibFM provides file management functions built on top of Glib/GIO, giving 16.5 +a convenient higher-level API. 16.6 + 16.7 +Some features: 16.8 + * Desktop-independent, following FreeDesktop standards; 16.9 + * Fast, light on memory usage, and responsive - well suited to less powerful 16.10 + hardware such as netbooks and thin clients; 16.11 + * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file 16.12 + systems (FTP, SFTP, WebDAV, Windows shares, etc.); 16.13 + * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE; 16.14 + * Supports both Drag-and-Drop, and the X Direct Save protocol; 16.15 + * Reusable design with the core functions separated out to simplify porting 16.16 + to other GUIs. 16.17 + 16.18 +This package contains the core library.
17.1 --- a/libfm/receipt Thu Apr 23 15:42:00 2015 +0200 17.2 +++ b/libfm/receipt Thu Apr 23 16:47:39 2015 +0300 17.3 @@ -3,7 +3,7 @@ 17.4 PACKAGE="libfm" 17.5 VERSION="1.2.3" 17.6 CATEGORY="system-tools" 17.7 -SHORT_DESC="File manager library from LXDE." 17.8 +SHORT_DESC="File management support (core library)" 17.9 MAINTAINER="pankso@slitaz.org" 17.10 LICENSE="GPL2" 17.11 TARBALL="$PACKAGE-$VERSION.tar.xz"
18.1 --- a/lxappearance-dev/receipt Thu Apr 23 15:42:00 2015 +0200 18.2 +++ b/lxappearance-dev/receipt Thu Apr 23 16:47:39 2015 +0300 18.3 @@ -3,11 +3,12 @@ 18.4 PACKAGE="lxappearance-dev" 18.5 VERSION="0.5.5" 18.6 CATEGORY="development" 18.7 -SHORT_DESC="Devel files for LXappearance." 18.8 +SHORT_DESC="LXDE GTK+ theme switcher (development)" 18.9 MAINTAINER="pankso@slitaz.org" 18.10 LICENSE="GPL2" 18.11 WANTED="lxappearance" 18.12 WEB_SITE="http://lxde.org/" 18.13 +TAGS="LXDE" 18.14 HOST_ARCH="i486 arm" 18.15 18.16 DEPENDS="gtk+-dev pkg-config"
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/lxappearance-obconf/description.txt Thu Apr 23 16:47:39 2015 +0300 19.3 @@ -0,0 +1,9 @@ 19.4 +LXAppearance ObConf plugin. 19.5 + 19.6 +ObConf is a program used to configure OpenBox window manager developed by Dana 19.7 +Jansens, Tim Riley, and Javeed Shaikh. LXAppearance is a tool used to configure 19.8 +look and feels of the desktop written by Hong Jen Yee for LXDE project. This 19.9 +plugin is derived from ObConf as an attempt to integrate obconf with 19.10 +LXAppearance to provide a better user experience. Most of the source code are 19.11 +taken from ObConf written by its authors with some modifications added by 19.12 +LXAppearance developers to make it a plugin.
20.1 --- a/lxappearance-obconf/receipt Thu Apr 23 15:42:00 2015 +0200 20.2 +++ b/lxappearance-obconf/receipt Thu Apr 23 16:47:39 2015 +0300 20.3 @@ -3,12 +3,13 @@ 20.4 PACKAGE="lxappearance-obconf" 20.5 VERSION="0.2.2" 20.6 CATEGORY="x-window" 20.7 -SHORT_DESC="Openbox configuration plugin for LXappearance." 20.8 +SHORT_DESC="LXDE GTK+ theme switcher (plugin)" 20.9 MAINTAINER="pankso@slitaz.org" 20.10 LICENSE="GPL2" 20.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 20.12 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 20.13 WEB_SITE="http://lxde.org/" 20.14 +TAGS="LXDE" 20.15 HOST_ARCH="i486 arm" 20.16 20.17 DEPENDS="openbox lxappearance"
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/lxappearance/description.txt Thu Apr 23 16:47:39 2015 +0300 21.3 @@ -0,0 +1,14 @@ 21.4 +LXAppearance is a GUI application for the Lightweight X11 Desktop Environment 21.5 +(LXDE). 21.6 + 21.7 +It is a new feature-rich GTK+ theme switcher able to change GTK+ themes, icon 21.8 +themes, and fonts used by applications. GNOME/KDE/Xfce user may use build-in 21.9 +theme, this works for GTK+ based lightweight desktop Environment. 21.10 + 21.11 +Features: 21.12 + * Choose GTK+ theme 21.13 + * Choose icon theme 21.14 + * Install new icon theme 21.15 + * Choose their favorite font 21.16 + * Choose toolbar style 21.17 + * See changes immediately in preview area
22.1 --- a/lxappearance/receipt Thu Apr 23 15:42:00 2015 +0200 22.2 +++ b/lxappearance/receipt Thu Apr 23 16:47:39 2015 +0300 22.3 @@ -3,12 +3,13 @@ 22.4 PACKAGE="lxappearance" 22.5 VERSION="0.5.5" 22.6 CATEGORY="x-window" 22.7 -SHORT_DESC="Desktop setting configuration utility from LXDE." 22.8 +SHORT_DESC="LXDE GTK+ theme switcher" 22.9 MAINTAINER="pankso@slitaz.org" 22.10 LICENSE="GPL2" 22.11 WEB_SITE="http://lxde.sourceforge.net/" 22.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 22.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 22.14 +TAGS="LXDE" 22.15 HOST_ARCH="i486 arm" 22.16 22.17 DEPENDS="gtk+"
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/lxde-icon-theme/description.txt Thu Apr 23 16:47:39 2015 +0300 23.3 @@ -0,0 +1,4 @@ 23.4 +LXDE-Icon-Theme is the standard icon theme for the Lightweight X11 Desktop 23.5 +Environment (LXDE). 23.6 + 23.7 +It is also known as the nuoveXT2 icon theme from which it is derived from.
24.1 --- a/lxde-icon-theme/receipt Thu Apr 23 15:42:00 2015 +0200 24.2 +++ b/lxde-icon-theme/receipt Thu Apr 23 16:47:39 2015 +0300 24.3 @@ -3,12 +3,13 @@ 24.4 PACKAGE="lxde-icon-theme" 24.5 VERSION="0.5.1" 24.6 CATEGORY="misc" 24.7 -SHORT_DESC="LXDE icon theme" 24.8 +SHORT_DESC="LXDE standard icon theme" 24.9 MAINTAINER="al.bobylev@gmail.com" 24.10 LICENSE="LGPL3" 24.11 WEB_SITE="http://www.lxde.org/" 24.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 24.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 24.14 +TAGS="LXDE" 24.15 24.16 DEPENDS="" 24.17 BUILD_DEPENDS="coreutils"
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/lxde/description.txt Thu Apr 23 16:47:39 2015 +0300 25.3 @@ -0,0 +1,6 @@ 25.4 +LXDE (the Lightweight X11 Desktop Environment) is a new project aimed to provide 25.5 +a new desktop environment which is lightweight and fast. 25.6 + 25.7 +This package is a metapackage depends on the core components and recommended 25.8 +components of the LXDE. It includes lxpanel, lxtask, lxappearance, lxsession, 25.9 +pcmanfm, lxinput, lxsession-edit, lxrandr, gpicview and leafpad.
26.1 --- a/lxde/receipt Thu Apr 23 15:42:00 2015 +0200 26.2 +++ b/lxde/receipt Thu Apr 23 16:47:39 2015 +0300 26.3 @@ -3,14 +3,14 @@ 26.4 PACKAGE="lxde" 26.5 VERSION="0.3.2.1" 26.6 CATEGORY="meta" 26.7 -SHORT_DESC="LXDE desktop environement meta package with SliTaz integration." 26.8 +SHORT_DESC="Meta-package for the Lightweight X11 Desktop Environement" 26.9 MAINTAINER="pankso@slitaz.org" 26.10 LICENSE="GPL2" 26.11 WEB_SITE="http://lxde.org/" 26.12 -TAGS="window-manager desktop" 26.13 +TAGS="LXDE window-manager desktop" 26.14 HOST_ARCH="i486 arm" 26.15 26.16 -SUGGESTED="lxterminal lxdm" 26.17 +SUGGESTED="lxterminal lxdm lxshortcut xarchiver" 26.18 DEPENDS="xorg-libX11 gtk+ lxpanel lxtask lxappearance lxsession pcmanfm \ 26.19 lxsession-edit lxrandr lxinput openbox obconf gpicview leafpad slitaz-configs 26.20 slitaz-tools-boxes"
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/lxdm/description.txt Thu Apr 23 16:47:39 2015 +0300 27.3 @@ -0,0 +1,4 @@ 27.4 +lxdm is a lightweight GUI login manager which can be used as a dropped-in 27.5 +replacement for GDM or KDM. 27.6 + 27.7 +Besides LXDE, lxdm can also work with KDE and others.
28.1 --- a/lxdm/receipt Thu Apr 23 15:42:00 2015 +0200 28.2 +++ b/lxdm/receipt Thu Apr 23 16:47:39 2015 +0300 28.3 @@ -3,12 +3,13 @@ 28.4 PACKAGE="lxdm" 28.5 VERSION="0.4.1" 28.6 CATEGORY="x-window" 28.7 -SHORT_DESC="Login manager from LXDE." 28.8 +SHORT_DESC="GUI login manager for LXDE" 28.9 MAINTAINER="pankso@slitaz.org" 28.10 LICENSE="GPL3" 28.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.12 WEB_SITE="http://lxde.org/" 28.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 28.14 +TAGS="LXDE" 28.15 28.16 DEPENDS="xorg-libX11 gtk+ slitaz-configs" 28.17 BUILD_DEPENDS="xorg-dev gtk+-dev" 28.18 @@ -16,7 +17,6 @@ 28.19 # Rules to configure and make the package. 28.20 compile_rules() 28.21 { 28.22 - cd $src 28.23 ./configure \ 28.24 --libexecdir=/usr/lib/lxdm \ 28.25 --sysconfdir=/etc \
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 29.2 +++ b/lxinput/description.txt Thu Apr 23 16:47:39 2015 +0300 29.3 @@ -0,0 +1,7 @@ 29.4 +LXInput is a GUI application for the Lightweight X11 Desktop Environment (LXDE). 29.5 + 29.6 +It configures keyboard and mouse settings: 29.7 + * Delay and Interval for character repeat 29.8 + * Enable/Disable beeps of keyboard input error 29.9 + * Swap left and right mouse buttons 29.10 + * Mouse acceleration and sensitivity
30.1 --- a/lxinput/receipt Thu Apr 23 15:42:00 2015 +0200 30.2 +++ b/lxinput/receipt Thu Apr 23 16:47:39 2015 +0300 30.3 @@ -3,12 +3,13 @@ 30.4 PACKAGE="lxinput" 30.5 VERSION="0.3.4" 30.6 CATEGORY="x-window" 30.7 -SHORT_DESC="LXDE input manager (Keyboard and mouse settings)." 30.8 +SHORT_DESC="LXDE keyboard and mouse configuration" 30.9 MAINTAINER="pankso@slitaz.org" 30.10 LICENSE="GPL3" 30.11 WEB_SITE="http://lxde.org" 30.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 30.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 30.14 +TAGS="LXDE keyboard mouse" 30.15 HOST_ARCH="i486 arm" 30.16 30.17 DEPENDS="gtk+"
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/lxlauncher/description.txt Thu Apr 23 16:47:39 2015 +0300 31.3 @@ -0,0 +1,8 @@ 31.4 +LXLauncher is a GUI application for the Lightweight X11 Desktop Environment 31.5 +(LXDE). 31.6 + 31.7 +It is a Easy-Mode launcher for netbooks and subnotebooks like the EeePC. 31.8 + 31.9 +It's standard-compliant and desktop-independent. It follows freedesktop.org 31.10 +specs, so newly added applications will automatically show up in the launcher, 31.11 +and vice versa for the removed ones.
32.1 --- a/lxlauncher/receipt Thu Apr 23 15:42:00 2015 +0200 32.2 +++ b/lxlauncher/receipt Thu Apr 23 16:47:39 2015 +0300 32.3 @@ -3,12 +3,13 @@ 32.4 PACKAGE="lxlauncher" 32.5 VERSION="0.2.4" 32.6 CATEGORY="x-window" 32.7 -SHORT_DESC="LXDE desktop launcher." 32.8 +SHORT_DESC="LXDE launcher for netbooks" 32.9 LICENSE="GPL3" 32.10 MAINTAINER="pankso@slitaz.org" 32.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 32.12 WEB_SITE="http://lxde.org/" 32.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 32.14 +TAGS="LXDE netbook" 32.15 32.16 DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" 32.17 BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 33.2 +++ b/lxmenu-data/description.txt Thu Apr 23 16:47:39 2015 +0300 33.3 @@ -0,0 +1,4 @@ 33.4 +LXMenu-data is a component for the Lightweight X11 Desktop Environment (LXDE). 33.5 + 33.6 +It contains files required to build desktop menus for LXDE compling to the 33.7 +freedesktop.org menu specificiation.
34.1 --- a/lxmenu-data/receipt Thu Apr 23 15:42:00 2015 +0200 34.2 +++ b/lxmenu-data/receipt Thu Apr 23 16:47:39 2015 +0300 34.3 @@ -3,13 +3,14 @@ 34.4 PACKAGE="lxmenu-data" 34.5 VERSION="0.1.4" 34.6 CATEGORY="x-window" 34.7 -SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE." 34.8 +SHORT_DESC="LXDE freedesktop.org menu specification" 34.9 MAINTAINER="rcx@zoominternet.net" 34.10 LICENSE="GPL2" 34.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 34.12 WEB_SITE="http://www.lxde.org/" 34.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 34.14 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" 34.15 +TAGS="LXDE" 34.16 HOST_ARCH="i486 arm" 34.17 34.18 [ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool"
35.1 --- a/lxpanel-dev/receipt Thu Apr 23 15:42:00 2015 +0200 35.2 +++ b/lxpanel-dev/receipt Thu Apr 23 16:47:39 2015 +0300 35.3 @@ -3,10 +3,11 @@ 35.4 PACKAGE="lxpanel-dev" 35.5 VERSION="0.6.2" 35.6 CATEGORY="x-window" 35.7 -SHORT_DESC="Development files for LXpanel" 35.8 +SHORT_DESC="LXDE panel (development)" 35.9 MAINTAINER="pankso@slitaz.org" 35.10 LICENSE="GPL2" 35.11 WEB_SITE="http://www.lxde.org/" 35.12 +TAGS="LXDE" 35.13 HOST_ARCH="i486 arm" 35.14 35.15 WANTED="lxpanel"
36.1 --- a/lxpanel-extra/receipt Thu Apr 23 15:42:00 2015 +0200 36.2 +++ b/lxpanel-extra/receipt Thu Apr 23 16:47:39 2015 +0300 36.3 @@ -3,10 +3,11 @@ 36.4 PACKAGE="lxpanel-extra" 36.5 VERSION="0.6.2" 36.6 CATEGORY="x-window" 36.7 -SHORT_DESC="Extra files and plugins for LXpanel" 36.8 +SHORT_DESC="LXDE panel (extra files and plugins)" 36.9 MAINTAINER="pankso@slitaz.org" 36.10 LICENSE="GPL2" 36.11 WEB_SITE="http://www.lxde.org/" 36.12 +TAGS="LXDE" 36.13 36.14 WANTED="lxpanel" 36.15 DEPENDS="lxpanel libwnck"
37.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 37.2 +++ b/lxpanel/description.txt Thu Apr 23 16:47:39 2015 +0300 37.3 @@ -0,0 +1,19 @@ 37.4 +LXPanel is a GUI application for the Lightweight X11 Desktop Environment (LXDE). 37.5 + 37.6 +It is derived from fbpanel and includes the following features: 37.7 + * User-friendly application menu automatically generated from .desktop files 37.8 + on the system 37.9 + * Launcher bar (small icons clicked to launch apps) 37.10 + * Task bar supporting ICCCM/EWMH `urgency' hint (Pidgin IM windows can flash 37.11 + on new incoming messages) 37.12 + * Run dialog (type a command to run, without opening a terminal) 37.13 + * Net status icon plug-in (optional). 37.14 + * Volume control plug-in (optional). 37.15 + * Notification area (system tray). 37.16 + * Digital clock. 37.17 + * Keyboard LEDs plug-in (display caps/num locks). 37.18 + * lxpanelctl: control lxpanel from other programs. 37.19 + 37.20 +For example, "lxpanelctl run" will show the Run dialog in lxpanel, and 37.21 +"lxpanelctl menu" will show the application menu. This is useful in combination 37.22 +with window manager key bindings.
38.1 --- a/lxpanel/receipt Thu Apr 23 15:42:00 2015 +0200 38.2 +++ b/lxpanel/receipt Thu Apr 23 16:47:39 2015 +0300 38.3 @@ -3,14 +3,14 @@ 38.4 PACKAGE="lxpanel" 38.5 VERSION="0.6.2" 38.6 CATEGORY="x-window" 38.7 -SHORT_DESC="Lightweight X11 desktop panel" 38.8 +SHORT_DESC="LXDE panel" 38.9 MAINTAINER="pankso@slitaz.org" 38.10 LICENSE="GPL2" 38.11 WEB_SITE="http://www.lxde.org/" 38.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.13 -WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" 38.14 +WGET_URL="$SF_MIRROR/lxde/$TARBALL" 38.15 CONFIG_FILES="/etc/lxpanel/default" 38.16 -TAGS="gtk2 panel" 38.17 +TAGS="LXDE gtk2 panel" 38.18 HOST_ARCH="i486 arm" 38.19 38.20 SUGGESTED="lxde lxsession slitaz-icon"
39.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 39.2 +++ b/lxpolkit/description.txt Thu Apr 23 16:47:39 2015 +0300 39.3 @@ -0,0 +1,4 @@ 39.4 +LXPolkit is a GUI application for the Lightweight X11 Desktop Environment 39.5 +(LXDE). 39.6 + 39.7 +It's a simple PolicyKit authentication agent.
40.1 --- a/lxpolkit/receipt Thu Apr 23 15:42:00 2015 +0200 40.2 +++ b/lxpolkit/receipt Thu Apr 23 16:47:39 2015 +0300 40.3 @@ -3,12 +3,13 @@ 40.4 PACKAGE="lxpolkit" 40.5 VERSION="0.1.0" 40.6 CATEGORY="x-window" 40.7 -SHORT_DESC="LXDE PolKit manager." 40.8 +SHORT_DESC="LXDE PolicyKit authentication agent" 40.9 MAINTAINER="pankso@slitaz.org" 40.10 LICENSE="GPL3" 40.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 40.12 WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL" 40.13 WEB_SITE="http://lxde.org" 40.14 +TAGS="LXDE" 40.15 40.16 DEPENDS="gtk+ polkit" 40.17 BUILD_DEPENDS="gtk+-dev polkit-dev" 40.18 @@ -16,7 +17,6 @@ 40.19 # Rules to configure and make the package. 40.20 compile_rules() 40.21 { 40.22 - cd $src 40.23 ./configure \ 40.24 --sysconfdir=/etc \ 40.25 --libexecdir=/usr/lib/lxde \
41.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 41.2 +++ b/lxrandr/description.txt Thu Apr 23 16:47:39 2015 +0300 41.3 @@ -0,0 +1,15 @@ 41.4 +LXRandR is a GUI application for the Lightweight X11 Desktop Environment (LXDE). 41.5 + 41.6 +This is a very basic monitor config tool utilizing the X extension called RandR. 41.7 +It can let you change the screen resolution on the fly. Besides, when you run 41.8 +lxrandr with external monitor connected, its GUI will change, and show you some 41.9 +quick options to get your projector or external monitor working correctly. 41.10 + 41.11 +This tool doesn't aim to be a full randr frontend. It's a utility for grandma, 41.12 +not for geeks. If you need the full power of RandR, get xrandr (console) or 41.13 +grandr (GUI) and read some tutorials. 41.14 + 41.15 +LXRandR only gives you some easy and quick options which are intuitive. It's 41.16 +very suitable for laptop users who frequently uses projectors or external 41.17 +monitor and just want to get their work done without reading a lot of 41.18 +"geek-centered" manuals or command line tutorials.
42.1 --- a/lxrandr/receipt Thu Apr 23 15:42:00 2015 +0200 42.2 +++ b/lxrandr/receipt Thu Apr 23 16:47:39 2015 +0300 42.3 @@ -3,12 +3,13 @@ 42.4 PACKAGE="lxrandr" 42.5 VERSION="0.3.0" 42.6 CATEGORY="utilities" 42.7 -SHORT_DESC="LXDE screen manager." 42.8 +SHORT_DESC="LXDE monitor configuration tool" 42.9 MAINTAINER="gokhlayeh@slitaz.org" 42.10 LICENSE="GPL2" 42.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 42.12 WEB_SITE="http://lxde.org" 42.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 42.14 +TAGS="LXDE" 42.15 HOST_ARCH="i486 arm" 42.16 42.17 DEPENDS="gtk+ xorg-xrandr" 42.18 @@ -36,4 +37,3 @@ 42.19 rm -rf $fs/usr/share/man 42.20 rm -rf $fs/usr/share/locale 42.21 } 42.22 -
43.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 43.2 +++ b/lxsession-edit/description.txt Thu Apr 23 16:47:39 2015 +0300 43.3 @@ -0,0 +1,2 @@ 43.4 +LXSession-Edit is a simple session editor GUI for lxsession-lite which follows 43.5 +autostart specs from FreeDesktop.Org.
44.1 --- a/lxsession-edit/receipt Thu Apr 23 15:42:00 2015 +0200 44.2 +++ b/lxsession-edit/receipt Thu Apr 23 16:47:39 2015 +0300 44.3 @@ -3,12 +3,13 @@ 44.4 PACKAGE="lxsession-edit" 44.5 VERSION="0.2.0" 44.6 CATEGORY="x-window" 44.7 -SHORT_DESC="LXDE X session manager editor." 44.8 +SHORT_DESC="Configure what application start up automatically in LXDE" 44.9 MAINTAINER="pankso@slitaz.org" 44.10 LICENSE="GPL2" 44.11 WEB_SITE="http://wiki.lxde.org/en/LXSession_Edit" 44.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 44.13 -WGET_URL="$SF_MIRROR/lxde/LXSession%20Edit/lxsession-edit%20$VERSION/$TARBALL" 44.14 +WGET_URL="$SF_MIRROR/lxde/$TARBALL" 44.15 +TAGS="LXDE" 44.16 HOST_ARCH="i486 arm" 44.17 44.18 DEPENDS="gtk+ lxsession"
45.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 45.2 +++ b/lxsession/description.txt Thu Apr 23 16:47:39 2015 +0300 45.3 @@ -0,0 +1,18 @@ 45.4 +LXSession is a lightweight X11 session manager with fewer dependencies, designed 45.5 +for use with the LXDE (Lightweight X11 Desktop Environment). It derived from XSM 45.6 +and have following differences: 45.7 + * Removed the session dialog from xsm. 45.8 + * Stripped down without session restore function. 45.9 + * Automaticlly restart specific program if crashes happened. 45.10 + * Use better configuration. 45.11 + * Provide a nice logout-dialog with the ability to shutdown / reboot / 45.12 + suspend / hibernate via HAL or gdm 45.13 + * Support halt/reboot LTSP thin clients, and more... 45.14 + 45.15 +It's desktop-independent and can be used with any window manager. 45.16 + 45.17 +As "session manager" lxsession used to automatically start a set of applications 45.18 +and set up a working desktop environment 45.19 + 45.20 +LXSession has also a built-in lightweight Xsettings daemon, which can configure 45.21 +GTK+ themes, keyboard, and mouse for you on session startup.
46.1 --- a/lxsession/receipt Thu Apr 23 15:42:00 2015 +0200 46.2 +++ b/lxsession/receipt Thu Apr 23 16:47:39 2015 +0300 46.3 @@ -3,12 +3,13 @@ 46.4 PACKAGE="lxsession" 46.5 VERSION="0.5.2" 46.6 CATEGORY="x-window" 46.7 -SHORT_DESC="LXDE X session manager." 46.8 +SHORT_DESC="Default session manager for LXDE" 46.9 MAINTAINER="pankso@slitaz.org" 46.10 LICENSE="GPL2" 46.11 WEB_SITE="http://wiki.lxde.org/en/LXSession" 46.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 46.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 46.14 +TAGS="LXDE" 46.15 HOST_ARCH="i486 arm" 46.16 46.17 DEPENDS="gtk+ dbus"
47.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 47.2 +++ b/lxshortcut/description.txt Thu Apr 23 16:47:39 2015 +0300 47.3 @@ -0,0 +1,5 @@ 47.4 +LXShortcut is a GUI application for the Lightweight X11 Desktop Environment 47.5 +(LXDE). 47.6 + 47.7 +It allows creating and editing application shortcuts compatible with the 47.8 +freedesktop.org Desktop Entry specification.
48.1 --- a/lxshortcut/receipt Thu Apr 23 15:42:00 2015 +0200 48.2 +++ b/lxshortcut/receipt Thu Apr 23 16:47:39 2015 +0300 48.3 @@ -3,12 +3,13 @@ 48.4 PACKAGE="lxshortcut" 48.5 VERSION="0.1.2" 48.6 CATEGORY="x-window" 48.7 -SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." 48.8 +SHORT_DESC="LXDE application shortcut editor" 48.9 MAINTAINER="rcx@zoominternet.net" 48.10 LICENSE="GPL3" 48.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.12 WEB_SITE="http://www.lxde.org/" 48.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 48.14 +TAGS="LXDE" 48.15 48.16 DEPENDS="glib glibc-base libgio expat zlib \ 48.17 gtk+ atk cairo pango pixman libpng fontconfig freetype \
49.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 49.2 +++ b/lxtask/description.txt Thu Apr 23 16:47:39 2015 +0300 49.3 @@ -0,0 +1,3 @@ 49.4 +LXTask is a GUI application for the Lightweight X11 Desktop Environment (LXDE). 49.5 + 49.6 +It allows monitoring and controlling of running processes.
50.1 --- a/lxtask/receipt Thu Apr 23 15:42:00 2015 +0200 50.2 +++ b/lxtask/receipt Thu Apr 23 16:47:39 2015 +0300 50.3 @@ -3,12 +3,13 @@ 50.4 PACKAGE="lxtask" 50.5 VERSION="0.1.6" 50.6 CATEGORY="system-tools" 50.7 -SHORT_DESC="System task manager with a nice GTK interface." 50.8 +SHORT_DESC="LXDE task manager" 50.9 MAINTAINER="pankso@slitaz.org" 50.10 LICENSE="GPL2" 50.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 50.12 WEB_SITE="http://lxde.sourceforge.net/" 50.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 50.14 +TAGS="LXDE" 50.15 HOST_ARCH="i486 arm" 50.16 50.17 DEPENDS="gtk+ xorg-libXdamage"
51.1 --- a/lxterminal-locales/receipt Thu Apr 23 15:42:00 2015 +0200 51.2 +++ b/lxterminal-locales/receipt Thu Apr 23 16:47:39 2015 +0300 51.3 @@ -3,16 +3,15 @@ 51.4 PACKAGE="lxterminal-locales" 51.5 VERSION="0.2.0" 51.6 CATEGORY="utilities" 51.7 -SHORT_DESC="LXDE X Terminal emulator locales." 51.8 +SHORT_DESC="LXDE terminal emulator locale files" 51.9 MAINTAINER="gokhlayeh@slitaz.org" 51.10 LICENSE="GPL2" 51.11 WANTED="lxterminal" 51.12 WEB_SITE="http://lxde.org" 51.13 +TAGS="LXDE locale" 51.14 51.15 DEPENDS="lxterminal" 51.16 51.17 -# Rules to configure and make the package. 51.18 - 51.19 # Rules to gen a SliTaz package suitable for Tazpkg. 51.20 genpkg_rules() 51.21 {
52.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 52.2 +++ b/lxterminal/description.txt Thu Apr 23 16:47:39 2015 +0300 52.3 @@ -0,0 +1,6 @@ 52.4 +LXTerminal is a VTE-based terminal emulator for the Lightweight X11 Desktop 52.5 +Environment (LXDE). 52.6 + 52.7 +It supports multiple tabs and has only minimal dependencies thus being 52.8 +completely desktop-independent. In order to reduce memory usage and increase 52.9 +the performance, all instances of the terminal are sharing a single process.
53.1 --- a/lxterminal/receipt Thu Apr 23 15:42:00 2015 +0200 53.2 +++ b/lxterminal/receipt Thu Apr 23 16:47:39 2015 +0300 53.3 @@ -3,14 +3,14 @@ 53.4 PACKAGE="lxterminal" 53.5 VERSION="0.2.0" 53.6 CATEGORY="utilities" 53.7 -SHORT_DESC="LXDE X Terminal emulator." 53.8 +SHORT_DESC="LXDE terminal emulator" 53.9 MAINTAINER="gokhlayeh@slitaz.org" 53.10 LICENSE="GPL2" 53.11 SUGGESTED="lxterminal-locales" 53.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 53.13 WEB_SITE="http://lxde.org" 53.14 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 53.15 -TAGS="terminal" 53.16 +TAGS="LXDE terminal" 53.17 53.18 DEPENDS="vte gtk+" 53.19 BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev"
54.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 54.2 +++ b/lzma/description.txt Thu Apr 23 16:47:39 2015 +0300 54.3 @@ -0,0 +1,9 @@ 54.4 +The Lempel-Ziv Markov-chain Algorithm is a compression method based on the 54.5 +famous LZ77 algorithm, and was first introduced by 7-Zip for use in 7z archives. 54.6 + 54.7 +Its main characteristics are a very high compression ratio, with high RAM usage, 54.8 +and fast decompression, with low RAM usage. These properties make it well suited 54.9 +to embedded uses, such as for ROM (firmware) compression. 54.10 + 54.11 +This package provides the lzma command line utility, which has a familiar 54.12 +gzip-like interface.
55.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 55.2 +++ b/menu-cache-dev/description.txt Thu Apr 23 16:47:39 2015 +0300 55.3 @@ -0,0 +1,4 @@ 55.4 +Libmenu-cache is a library creating and utilizing caches to speed up the access 55.5 +to freedesktop.org defined application menus. 55.6 + 55.7 +This package contains the development files.
56.1 --- a/menu-cache-dev/receipt Thu Apr 23 15:42:00 2015 +0200 56.2 +++ b/menu-cache-dev/receipt Thu Apr 23 16:47:39 2015 +0300 56.3 @@ -3,12 +3,13 @@ 56.4 PACKAGE="menu-cache-dev" 56.5 VERSION="1.0.0" 56.6 CATEGORY="development" 56.7 -SHORT_DESC="Library used to read freedesktop.org menus (development)" 56.8 +SHORT_DESC="LXDE implementation of the freedesktop Menu's cache (development)" 56.9 MAINTAINER="pankso@slitaz.org" 56.10 LICENSE="GPL2" 56.11 WEB_SITE="http://lxde.sourceforge.net/" 56.12 WANTED="menu-cache" 56.13 DEPENDS="menu-cache pkg-config" 56.14 +TAGS="LXDE" 56.15 HOST_ARCH="i486 arm" 56.16 56.17 # Rules to gen a SliTaz package suitable for Tazpkg.
57.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 57.2 +++ b/menu-cache/description.txt Thu Apr 23 16:47:39 2015 +0300 57.3 @@ -0,0 +1,10 @@ 57.4 +Libmenu-cache is a library creating and utilizing caches to speed up the access 57.5 +to freedesktop.org defined application menus. 57.6 + 57.7 +It can be used as a replacement of libgnome-menu of gnome-menus: 57.8 + * Shorten time for loading menu entries. 57.9 + * Ease of use (API is very similar to that of libgnome-menu). 57.10 + * Lightweight runtime library (parsing of the menu definition files are done 57.11 + by menu-cache-gen when the menus are really changed). 57.12 + * Less unnecessary and complicated file monitoring. 57.13 + * Heavily reduced disk I/O.
58.1 --- a/menu-cache/receipt Thu Apr 23 15:42:00 2015 +0200 58.2 +++ b/menu-cache/receipt Thu Apr 23 16:47:39 2015 +0300 58.3 @@ -3,12 +3,13 @@ 58.4 PACKAGE="menu-cache" 58.5 VERSION="1.0.0" 58.6 CATEGORY="x-window" 58.7 -SHORT_DESC="Library used to read freedesktop.org menus" 58.8 +SHORT_DESC="LXDE implementation of the freedesktop Menu's cache" 58.9 MAINTAINER="pankso@slitaz.org" 58.10 LICENSE="GPL2" 58.11 WEB_SITE="https://github.com/lxde/menu-cache" 58.12 TARBALL="$PACKAGE-$VERSION.tar.xz" 58.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 58.14 +TAGS="LXDE" 58.15 HOST_ARCH="i486 arm" 58.16 58.17 DEPENDS="glib glibc-base libffi libfm libgio pcre zlib" # slitaz-menus ?
59.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 59.2 +++ b/ntfs-3g/description.txt Thu Apr 23 16:47:39 2015 +0300 59.3 @@ -0,0 +1,2 @@ 59.4 +NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS 59.5 +filesystem used by Microsoft Windows.
60.1 --- a/ntfs-3g/receipt Thu Apr 23 15:42:00 2015 +0200 60.2 +++ b/ntfs-3g/receipt Thu Apr 23 16:47:39 2015 +0300 60.3 @@ -3,7 +3,7 @@ 60.4 PACKAGE="ntfs-3g" 60.5 VERSION="2014.2.15" 60.6 CATEGORY="system-tools" 60.7 -SHORT_DESC="The free ntfs driver." 60.8 +SHORT_DESC="Read/write NTFS driver for FUSE" 60.9 MAINTAINER="pankso@slitaz.org" 60.10 LICENSE="GPL2" 60.11 SOURCE="ntfs-3g_ntfsprogs" 60.12 @@ -19,7 +19,6 @@ 60.13 # Rules to configure and make the package. 60.14 compile_rules() 60.15 { 60.16 - cd $src 60.17 ./configure --prefix=/usr \ 60.18 --disable-static \ 60.19 --with-fuse=internal \ 60.20 @@ -41,7 +40,6 @@ 60.21 #this link allow udisks2 to use ntfs-3g 60.22 cd $fs/sbin 60.23 ln -s mount.ntfs-3g mount.ntfs 60.24 - 60.25 } 60.26 60.27 # Pre remove and post install commands for Tazpkg.
61.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 61.2 +++ b/openbox/description.txt Thu Apr 23 16:47:39 2015 +0300 61.3 @@ -0,0 +1,22 @@ 61.4 +Openbox works with your applications, and makes your desktop easier to manage. 61.5 +This is because the approach to its development was the opposite of what seems 61.6 +to be the general case for window managers. Openbox was written first to comply 61.7 +with standards and to work properly. Only when that was in place did the team 61.8 +turn to the visual interface. 61.9 + 61.10 +Openbox is fully functional as a stand-alone working environment, or can be used 61.11 +as a drop-in replacement for the default window manager in the GNOME or KDE 61.12 +desktop environments. 61.13 + 61.14 +Openbox 3 is a completely new breed of window manager. It is not based upon any 61.15 +existing code base, although the visual appearance has been based upon that of 61.16 +Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. 61.17 + 61.18 +Some of the things to look for in Openbox are: 61.19 + * ICCCM and EWMH compliance! 61.20 + * Very fast 61.21 + * Chainable key bindings 61.22 + * Customizable mouse actions 61.23 + * Window resistance 61.24 + * Multi-head Xinerama support! 61.25 + * Pipe menus
62.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 62.2 +++ b/pango/description.txt Thu Apr 23 16:47:39 2015 +0300 62.3 @@ -0,0 +1,11 @@ 62.4 +Pango is a library for layout and rendering of text, with an emphasis on 62.5 +internationalization. Pango can be used anywhere that text layout is needed. 62.6 +However, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as 62.7 +a test platform. Pango forms the core of text and font handling for GTK+-2.0. 62.8 + 62.9 +Pango is designed to be modular; the core Pango layout can be used with four 62.10 +different font backends: 62.11 + * Core X windowing system fonts 62.12 + * Client-side fonts on X using the Xft library 62.13 + * Direct rendering of scalable fonts using the FreeType library 62.14 + * Native fonts on Microsoft backends
63.1 --- a/pango/receipt Thu Apr 23 15:42:00 2015 +0200 63.2 +++ b/pango/receipt Thu Apr 23 16:47:39 2015 +0300 63.3 @@ -3,7 +3,7 @@ 63.4 PACKAGE="pango" 63.5 VERSION="1.36.8" 63.6 CATEGORY="x-window" 63.7 -SHORT_DESC="Library for layout and rendering of text." 63.8 +SHORT_DESC="Layout and rendering of internationalized text" 63.9 MAINTAINER="pankso@slitaz.org" 63.10 LICENSE="GPL2" 63.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 63.12 @@ -41,19 +41,18 @@ 63.13 genpkg_rules() 63.14 { 63.15 mkdir -p $fs/usr/bin $fs/usr/lib $fs/etc/pango 63.16 - cp -a $install/usr/bin/* $fs/usr/bin 63.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 63.18 - cp -a $install/usr/lib/pango $fs/usr/lib 63.19 - rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la 63.20 - [ -d "$install/etc" ] && cp -a $install/etc $fs 63.21 - touch $fs/etc/pango/pango.modules 63.22 + cp -a $install/usr/bin/* $fs/usr/bin 63.23 + cp -a $install/usr/lib/*.so* $fs/usr/lib 63.24 + cp -a $install/usr/lib/pango $fs/usr/lib 63.25 + rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la 63.26 + [ -d "$install/etc" ] && cp -a $install/etc $fs 63.27 + touch $fs/etc/pango/pango.modules 63.28 } 63.29 63.30 # Pre and post install commands for Tazpkg. 63.31 post_install() 63.32 { 63.33 - echo "Processing post-install commands..." 63.34 - # Rebuilds pango.modules when installed. 63.35 - chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 63.36 + echo "Processing post-install commands..." 63.37 + # Rebuilds pango.modules when installed. 63.38 + chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 63.39 } 63.40 -
64.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 64.2 +++ b/pciutils/description.txt Thu Apr 23 16:47:39 2015 +0300 64.3 @@ -0,0 +1,2 @@ 64.4 +This package contains various utilities for inspecting and setting of devices 64.5 +connected to the PCI bus.
65.1 --- a/pciutils/receipt Thu Apr 23 15:42:00 2015 +0200 65.2 +++ b/pciutils/receipt Thu Apr 23 16:47:39 2015 +0300 65.3 @@ -3,7 +3,7 @@ 65.4 PACKAGE="pciutils" 65.5 VERSION="3.2.1" 65.6 CATEGORY="system-tools" 65.7 -SHORT_DESC="Utilities to list PCI device by name (lspci)." 65.8 +SHORT_DESC="Linux PCI Utilities" 65.9 MAINTAINER="pankso@slitaz.org" 65.10 LICENSE="GPL2" 65.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 65.12 @@ -16,7 +16,6 @@ 65.13 # Rules to configure and make the package. 65.14 compile_rules() 65.15 { 65.16 - cd $src 65.17 make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no PREFIX=/usr SHAREDIR=/usr/share/misc MANDIR=/usr/share/man all 65.18 cp -a lib/libpci.a $WOK/$PACKAGE/source 65.19 make clean
66.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 66.2 +++ b/pcmciautils/description.txt Thu Apr 23 16:47:39 2015 +0300 66.3 @@ -0,0 +1,4 @@ 66.4 +This package provides PCMCIA initialisation tools for Linux 2.6.13-rc1 or later, 66.5 +replacing the old pcmcia-cs tools used with earlier kernel versions. PCMCIA 66.6 +cards are commonly used in laptops to provide expanded capabilities such as 66.7 +network connections, modems, increased memory, etc.
67.1 --- a/pcmciautils/receipt Thu Apr 23 15:42:00 2015 +0200 67.2 +++ b/pcmciautils/receipt Thu Apr 23 16:47:39 2015 +0300 67.3 @@ -3,7 +3,7 @@ 67.4 PACKAGE="pcmciautils" 67.5 VERSION="018" 67.6 CATEGORY="system-tools" 67.7 -SHORT_DESC="Utils to use with PCMCIA cards" 67.8 +SHORT_DESC="Utilities for inserting and removing PCMCIA cards" 67.9 MAINTAINER="pankso@slitaz.org" 67.10 LICENSE="GPL2" 67.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 67.12 @@ -18,7 +18,6 @@ 67.13 compile_rules() 67.14 { 67.15 # We need lex... 67.16 - cd $src 67.17 make 67.18 } 67.19
68.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 68.2 +++ b/pcre/description.txt Thu Apr 23 16:47:39 2015 +0300 68.3 @@ -0,0 +1,2 @@ 68.4 +This is a library of functions to support regular expressions whose syntax and 68.5 +semantics are as close as possible to those of the Perl 5 language.
69.1 --- a/pcre/receipt Thu Apr 23 15:42:00 2015 +0200 69.2 +++ b/pcre/receipt Thu Apr 23 16:47:39 2015 +0300 69.3 @@ -3,7 +3,7 @@ 69.4 PACKAGE="pcre" 69.5 VERSION="8.35" 69.6 CATEGORY="system-tools" 69.7 -SHORT_DESC="Perl Compatible Regular Expressions." 69.8 +SHORT_DESC="Perl 5 Compatible Regular Expression Library" 69.9 MAINTAINER="pankso@slitaz.org" 69.10 LICENSE="BSD" 69.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
70.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 70.2 +++ b/pixman/description.txt Thu Apr 23 16:47:39 2015 +0300 70.3 @@ -0,0 +1,3 @@ 70.4 +A library for manipulating pixel regions -- a set of Y-X banded rectangles, 70.5 +image compositing using the Porter/Duff model and implicit mask generation for 70.6 +geometric primitives including trapezoids, triangles, and rectangles.
71.1 --- a/pixman/receipt Thu Apr 23 15:42:00 2015 +0200 71.2 +++ b/pixman/receipt Thu Apr 23 16:47:39 2015 +0300 71.3 @@ -3,7 +3,7 @@ 71.4 PACKAGE="pixman" 71.5 VERSION="0.32.6" 71.6 CATEGORY="x-window" 71.7 -SHORT_DESC="Pixman library" 71.8 +SHORT_DESC="Pixel-manipulation library for X and Cairo" 71.9 MAINTAINER="pankso@slitaz.org" 71.10 LICENSE="MIT" 71.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
72.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 72.2 +++ b/popt/description.txt Thu Apr 23 16:47:39 2015 +0300 72.3 @@ -0,0 +1,6 @@ 72.4 +Popt was heavily influenced by the getopt() and getopt_long() functions, but it 72.5 +allows more powerful argument expansion. It can parse arbitrary argv[] style 72.6 +arrays and automatically set variables based on command line arguments. It also 72.7 +allows command line arguments to be aliased via configuration files and includes 72.8 +utility functions for parsing arbitrary strings into argv[] arrays using 72.9 +shell-like rules.
73.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 73.2 +++ b/posixovl/description.txt Thu Apr 23 16:47:39 2015 +0300 73.3 @@ -0,0 +1,9 @@ 73.4 +With posixovl it is possible to mount FAT, VFAT, NTFS file system so that it 73.5 +behaves like POSIX. File permissions, symbolic links etc. are supported 73.6 +transparently. An extra file stores the information and the file system itself 73.7 +stays unmodified. It is a modern equivalent of the UMSDOS file system. 73.8 + 73.9 +Typical use: Mount an USB FAT32 drive with posixovl and your files retain their 73.10 +permission settings. 73.11 + 73.12 +This package extends mount and provides option '-t posixovl'.
74.1 --- a/posixovl/receipt Thu Apr 23 15:42:00 2015 +0200 74.2 +++ b/posixovl/receipt Thu Apr 23 16:47:39 2015 +0300 74.3 @@ -3,12 +3,13 @@ 74.4 PACKAGE="posixovl" 74.5 VERSION="1.2" 74.6 CATEGORY="system-tools" 74.7 -SHORT_DESC="A modern equivalent of the UMSDOS." 74.8 +SHORT_DESC="FUSE file system that provides POSIX functionality" 74.9 MAINTAINER="pascal.bellard@slitaz.org" 74.10 LICENSE="GPL2" 74.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 74.12 WEB_SITE="http://$PACKAGE.sourceforge.net/" 74.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 74.14 +TAGS="filesystem" 74.15 74.16 DEPENDS="fuse attr" 74.17 BUILD_DEPENDS="autoconf automake fuse-dev attr-dev" 74.18 @@ -16,7 +17,7 @@ 74.19 # Rules to configure and make the package. 74.20 compile_rules() 74.21 { 74.22 - mv $PACKAGE $src 2> /dev/null 74.23 + mv $PACKAGE $src 2>/dev/null 74.24 cd $src 74.25 grep -q 'else if (!S_ISREG' posixovl.c || 74.26 sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c 74.27 @@ -27,8 +28,8 @@ 74.28 make 74.29 } 74.30 74.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 74.32 -genpkg_rules() 74.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 74.34 +genpkg_rules() 74.35 { 74.36 mkdir -p $fs/usr/sbin 74.37 cp $src/mount.posixovl $fs/usr/sbin
75.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 75.2 +++ b/ppp/description.txt Thu Apr 23 16:47:39 2015 +0300 75.3 @@ -0,0 +1,6 @@ 75.4 +The Point-to-Point Protocol provides a standard way to transmit datagrams over a 75.5 +serial link, as well as a standard way for the machines at either end of the 75.6 +link to negotiate various optional characteristics of the link. 75.7 + 75.8 +This package is most commonly used to manage a modem for dial-up or certain 75.9 +kinds of broadband connections.
76.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 76.2 +++ b/rp-pppoe/description.txt Thu Apr 23 16:47:39 2015 +0300 76.3 @@ -0,0 +1,6 @@ 76.4 +PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL 76.5 +Internet Service Providers. Roaring Penguin has a free client for Linux systems 76.6 +to connect to PPPoE service providers. 76.7 + 76.8 +The client is a user-mode program and does not require any kernel modifications. 76.9 +It is fully compliant with RFC 2516, the official PPPoE specification.
77.1 --- a/rp-pppoe/receipt Thu Apr 23 15:42:00 2015 +0200 77.2 +++ b/rp-pppoe/receipt Thu Apr 23 16:47:39 2015 +0300 77.3 @@ -3,13 +3,13 @@ 77.4 PACKAGE="rp-pppoe" 77.5 VERSION="3.10" 77.6 CATEGORY="network" 77.7 -SHORT_DESC="Tools to configure a PPPOE network connection." 77.8 +SHORT_DESC="Roaring Penguin PPPoE client" 77.9 MAINTAINER="pankso@slitaz.org" 77.10 LICENSE="GPL2" 77.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 77.12 WEB_SITE="http://www.roaringpenguin.com/products/pppoe" 77.13 WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" 77.14 -TAGS="network pppoe" 77.15 +TAGS="network PPPoE" 77.16 HOST_ARCH="i486" 77.17 77.18 BUILD_DEPENDS="ppp"
78.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 78.2 +++ b/slim/description.txt Thu Apr 23 16:47:39 2015 +0300 78.3 @@ -0,0 +1,3 @@ 78.4 +SLiM aims to be light, simple and independent from the various desktop 78.5 +environments. Although completely configurable through themes and an option 78.6 +file. It is particularly suitable for machines that don't require remote logins.
79.1 --- a/slim/receipt Thu Apr 23 15:42:00 2015 +0200 79.2 +++ b/slim/receipt Thu Apr 23 16:47:39 2015 +0300 79.3 @@ -3,7 +3,7 @@ 79.4 PACKAGE="slim" 79.5 VERSION="1.3.5" 79.6 CATEGORY="x-window" 79.7 -SHORT_DESC="Desktop-independent graphical login manager for X11." 79.8 +SHORT_DESC="Desktop-independent graphical login manager for X11" 79.9 MAINTAINER="pankso@slitaz.org" 79.10 LICENSE="GPL2" 79.11 WEB_SITE="http://slim.berlios.de/"
80.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 80.2 +++ b/xterm/description.txt Thu Apr 23 16:47:39 2015 +0300 80.3 @@ -0,0 +1,8 @@ 80.4 +xterm is a terminal emulator for the X Window System. It provides DEC VT102 and 80.5 +Tektronix 4014 compatible terminals for programs that cannot use the window 80.6 +system directly. This version implements ISO/ANSI colors and most of the control 80.7 +sequences used by DEC VT220 terminals. 80.8 + 80.9 +This package provides commands: xterm, which is the traditional terminal 80.10 +emulator; uxterm, which is a wrapper around xterm that is intelligent about 80.11 +locale settings (especially those which use the UTF-8 character encoding).
81.1 --- a/xterm/receipt Thu Apr 23 15:42:00 2015 +0200 81.2 +++ b/xterm/receipt Thu Apr 23 16:47:39 2015 +0300 81.3 @@ -3,7 +3,7 @@ 81.4 PACKAGE="xterm" 81.5 VERSION="314" 81.6 CATEGORY="utilities" 81.7 -SHORT_DESC="X Terminal emulator." 81.8 +SHORT_DESC="X terminal emulator" 81.9 MAINTAINER="pankso@slitaz.org" 81.10 LICENSE="MIT" 81.11 TARBALL="$PACKAGE-$VERSION.tgz"
82.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 82.2 +++ b/zlib/description.txt Thu Apr 23 16:47:39 2015 +0300 82.3 @@ -0,0 +1,2 @@ 82.4 +zlib is a library implementing the deflate compression method found in gzip and 82.5 +PKZIP. This package includes the shared library.
83.1 --- a/zlib/receipt Thu Apr 23 15:42:00 2015 +0200 83.2 +++ b/zlib/receipt Thu Apr 23 16:47:39 2015 +0300 83.3 @@ -3,7 +3,7 @@ 83.4 PACKAGE="zlib" 83.5 VERSION="1.2.8" 83.6 CATEGORY="base-system" 83.7 -SHORT_DESC="Compression library." 83.8 +SHORT_DESC="Compression library" 83.9 MAINTAINER="pankso@slitaz.org" 83.10 LICENSE="zlib/libpng" 83.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 83.12 @@ -17,7 +17,6 @@ 83.13 # Rules to configure and make the package. 83.14 compile_rules() 83.15 { 83.16 - cd $src 83.17 case "$ARCH" in 83.18 i486) 83.19 # work around gcc bug; see https://bugs.archlinux.org/task/20647