# HG changeset patch # User Aleksej Bobylev # Date 1429796859 -10800 # Node ID c9e270dd464f22452965f3f7559c83734192d1c0 # Parent 70c7a787c969cccf8c2ae99166ec371eb68fd96f Add few descriptions (from pkgs.org) diff -r 70c7a787c969 -r c9e270dd464f 915resolution/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/915resolution/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,12 @@ +915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel +graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as +915G, 915GM, and 945G chipsets. This modification is necessary to allow the +display of certain graphics resolutions for an Xorg or XFree86 graphics server. + +915resolution's modifications of the BIOS are transient. There is no risk of +permanent modification of the BIOS. This also means that 915resolution must be +run every time the computer boots inorder for it's changes to take effect. + +915resolution is derived from the tool 855resolution. However, the code +differs substantially. 915resolution's code base is much simpler. 915resolution +also allows the modification of bits per pixel. diff -r 70c7a787c969 -r c9e270dd464f 915resolution/receipt --- a/915resolution/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/915resolution/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="915resolution" VERSION="0.5.3" CATEGORY="system-tools" -SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets" +SHORT_DESC="Intel video BIOS hack to support certain resolutions" MAINTAINER="erjo@slitaz.org" LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src for i in widescreen-resolution cedarview ; do [ -f done.$i ] && continue patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch @@ -32,4 +31,3 @@ install $src/$PACKAGE $fs/usr/sbin install $src/dump_bios $fs/usr/sbin } - diff -r 70c7a787c969 -r c9e270dd464f dbus/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbus/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,11 @@ +D-Bus is a message bus, used for sending messages between applications. +Conceptually, it fits somewhere in between raw sockets and CORBA in terms of +complexity. + +D-Bus supports broadcast messages, asynchronous messages (thus decreasing +latency), authentication, and more. It is designed to be low-overhead; messages +are sent using a binary protocol, not using XML. D-Bus also supports a method +call mapping for its messages, but it is not required; this makes using the +system quite simple. + +It comes with several bindings, including GLib, Python, Qt and Java. diff -r 70c7a787c969 -r c9e270dd464f desktop-file-utils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/desktop-file-utils/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +Some utilities to make dealing with .desktop files easier: + * update-desktop-database -- update the desktop-MIME mapping + * desktop-file-validate -- validate a desktop file + * desktop-file-install -- install a desktop file, munging en route. + +This package contains update-desktop-database only. diff -r 70c7a787c969 -r c9e270dd464f desktop-file-utils/receipt --- a/desktop-file-utils/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/desktop-file-utils/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="desktop-file-utils" VERSION="0.21" CATEGORY="x-window" -SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)." +SHORT_DESC="Utilities for .desktop files (update-desktop-database)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r 70c7a787c969 -r c9e270dd464f dropbear/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dropbear/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,8 @@ +dropbear is a SSH 2 server and client designed to be small enough to be used in +small memory environments, while still being functional and secure enough for +general use. + +It implements most required features of the SSH 2 protocol, and other +features such as X11 and authentication agent forwarding. + +See http://matt.ucc.asn.au/dropbear/dropbear.html diff -r 70c7a787c969 -r c9e270dd464f dropbear/receipt --- a/dropbear/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/dropbear/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="dropbear" VERSION="2015.67" CATEGORY="security" -SHORT_DESC="Light SSH client and server." +SHORT_DESC="Lightweight SSH2 server and client" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 70c7a787c969 -r c9e270dd464f expat/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/expat/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,3 @@ +This package contains the runtime, shared library of expat, the C library for +parsing XML. Expat is a stream-oriented parser in which an application registers +handlers for things the parser might find in the XML document (like start tags). diff -r 70c7a787c969 -r c9e270dd464f expat/receipt --- a/expat/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/expat/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="expat" VERSION="2.1.0" CATEGORY="x-window" -SHORT_DESC="XML parsing library." +SHORT_DESC="XML parsing C library" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -14,7 +14,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } @@ -23,9 +22,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $install/usr/bin/* $fs/usr/bin - cp -a $install/usr/lib/*.so* $fs/usr/lib - # expat so.0 symbolic link. - cd $fs/usr/lib - ln -s libexpat.so.1.*.* libexpat.so.0 + cp -a $install/usr/bin/* $fs/usr/bin + cp -a $install/usr/lib/*.so* $fs/usr/lib + # expat so.0 symbolic link. + cd $fs/usr/lib + ln -s libexpat.so.1.*.* libexpat.so.0 } diff -r 70c7a787c969 -r c9e270dd464f gpicview/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpicview/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +GPicView is a lightweight GTK+ 2.x based image viewer with following features: + * Extremely lightweight and fast with low memory usage + * Very suitable for default image viewer of desktop system + * Simple and intuitive interface + * Minimal lib dependency: Only pure GTK+ is used + * Desktop independent: Doesn't require any specific desktop environment diff -r 70c7a787c969 -r c9e270dd464f gpicview/receipt --- a/gpicview/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/gpicview/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="gpicview" VERSION="0.2.4" CATEGORY="graphics" -SHORT_DESC="Light pictures viewer." +SHORT_DESC="Lightweight image viewer" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.sourceforge.net/gpicview/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+ expat glib libgio libpng jpeg zlib" @@ -29,4 +30,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/$PACKAGE $fs/usr/share } - diff -r 70c7a787c969 -r c9e270dd464f libfm-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfm-dev/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +LibFM provides file management functions built on top of Glib/GIO giving +a convenient higher-level API. + +This package contains the development files for builds using GTK+ library. diff -r 70c7a787c969 -r c9e270dd464f libfm-dev/receipt --- a/libfm-dev/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/libfm-dev/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="libfm-dev" VERSION="1.2.3" CATEGORY="development" -SHORT_DESC="File manager library from LXDE, development files." +SHORT_DESC="File management support (GTK+ GUI development files)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://pcmanfm.sourceforge.net" diff -r 70c7a787c969 -r c9e270dd464f libfm-gtk/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfm-gtk/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +LibFM provides file management functions built on top of Glib/GIO giving +a convenient higher-level API. + +This package contains the GTK+ version 2.0 GUI. diff -r 70c7a787c969 -r c9e270dd464f libfm-gtk/receipt --- a/libfm-gtk/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/libfm-gtk/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="libfm-gtk" VERSION="1.2.3" CATEGORY="system-tools" -SHORT_DESC="GTK+ part of Libfm" +SHORT_DESC="File management support (GTK+2 GUI library)" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="http://pcmanfm.sourceforge.net" diff -r 70c7a787c969 -r c9e270dd464f libfm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfm/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,15 @@ +LibFM provides file management functions built on top of Glib/GIO, giving +a convenient higher-level API. + +Some features: + * Desktop-independent, following FreeDesktop standards; + * Fast, light on memory usage, and responsive - well suited to less powerful + hardware such as netbooks and thin clients; + * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file + systems (FTP, SFTP, WebDAV, Windows shares, etc.); + * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE; + * Supports both Drag-and-Drop, and the X Direct Save protocol; + * Reusable design with the core functions separated out to simplify porting + to other GUIs. + +This package contains the core library. diff -r 70c7a787c969 -r c9e270dd464f libfm/receipt --- a/libfm/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/libfm/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="libfm" VERSION="1.2.3" CATEGORY="system-tools" -SHORT_DESC="File manager library from LXDE." +SHORT_DESC="File management support (core library)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" diff -r 70c7a787c969 -r c9e270dd464f lxappearance-dev/receipt --- a/lxappearance-dev/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxappearance-dev/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,11 +3,12 @@ PACKAGE="lxappearance-dev" VERSION="0.5.5" CATEGORY="development" -SHORT_DESC="Devel files for LXappearance." +SHORT_DESC="LXDE GTK+ theme switcher (development)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WANTED="lxappearance" WEB_SITE="http://lxde.org/" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+-dev pkg-config" diff -r 70c7a787c969 -r c9e270dd464f lxappearance-obconf/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxappearance-obconf/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,9 @@ +LXAppearance ObConf plugin. + +ObConf is a program used to configure OpenBox window manager developed by Dana +Jansens, Tim Riley, and Javeed Shaikh. LXAppearance is a tool used to configure +look and feels of the desktop written by Hong Jen Yee for LXDE project. This +plugin is derived from ObConf as an attempt to integrate obconf with +LXAppearance to provide a better user experience. Most of the source code are +taken from ObConf written by its authors with some modifications added by +LXAppearance developers to make it a plugin. diff -r 70c7a787c969 -r c9e270dd464f lxappearance-obconf/receipt --- a/lxappearance-obconf/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxappearance-obconf/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxappearance-obconf" VERSION="0.2.2" CATEGORY="x-window" -SHORT_DESC="Openbox configuration plugin for LXappearance." +SHORT_DESC="LXDE GTK+ theme switcher (plugin)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" WEB_SITE="http://lxde.org/" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="openbox lxappearance" diff -r 70c7a787c969 -r c9e270dd464f lxappearance/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxappearance/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,14 @@ +LXAppearance is a GUI application for the Lightweight X11 Desktop Environment +(LXDE). + +It is a new feature-rich GTK+ theme switcher able to change GTK+ themes, icon +themes, and fonts used by applications. GNOME/KDE/Xfce user may use build-in +theme, this works for GTK+ based lightweight desktop Environment. + +Features: + * Choose GTK+ theme + * Choose icon theme + * Install new icon theme + * Choose their favorite font + * Choose toolbar style + * See changes immediately in preview area diff -r 70c7a787c969 -r c9e270dd464f lxappearance/receipt --- a/lxappearance/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxappearance/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxappearance" VERSION="0.5.5" CATEGORY="x-window" -SHORT_DESC="Desktop setting configuration utility from LXDE." +SHORT_DESC="LXDE GTK+ theme switcher" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://lxde.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+" diff -r 70c7a787c969 -r c9e270dd464f lxde-icon-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxde-icon-theme/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +LXDE-Icon-Theme is the standard icon theme for the Lightweight X11 Desktop +Environment (LXDE). + +It is also known as the nuoveXT2 icon theme from which it is derived from. diff -r 70c7a787c969 -r c9e270dd464f lxde-icon-theme/receipt --- a/lxde-icon-theme/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxde-icon-theme/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxde-icon-theme" VERSION="0.5.1" CATEGORY="misc" -SHORT_DESC="LXDE icon theme" +SHORT_DESC="LXDE standard icon theme" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL3" WEB_SITE="http://www.lxde.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" DEPENDS="" BUILD_DEPENDS="coreutils" diff -r 70c7a787c969 -r c9e270dd464f lxde/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxde/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +LXDE (the Lightweight X11 Desktop Environment) is a new project aimed to provide +a new desktop environment which is lightweight and fast. + +This package is a metapackage depends on the core components and recommended +components of the LXDE. It includes lxpanel, lxtask, lxappearance, lxsession, +pcmanfm, lxinput, lxsession-edit, lxrandr, gpicview and leafpad. diff -r 70c7a787c969 -r c9e270dd464f lxde/receipt --- a/lxde/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxde/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,14 +3,14 @@ PACKAGE="lxde" VERSION="0.3.2.1" CATEGORY="meta" -SHORT_DESC="LXDE desktop environement meta package with SliTaz integration." +SHORT_DESC="Meta-package for the Lightweight X11 Desktop Environement" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://lxde.org/" -TAGS="window-manager desktop" +TAGS="LXDE window-manager desktop" HOST_ARCH="i486 arm" -SUGGESTED="lxterminal lxdm" +SUGGESTED="lxterminal lxdm lxshortcut xarchiver" DEPENDS="xorg-libX11 gtk+ lxpanel lxtask lxappearance lxsession pcmanfm \ lxsession-edit lxrandr lxinput openbox obconf gpicview leafpad slitaz-configs slitaz-tools-boxes" diff -r 70c7a787c969 -r c9e270dd464f lxdm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxdm/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +lxdm is a lightweight GUI login manager which can be used as a dropped-in +replacement for GDM or KDM. + +Besides LXDE, lxdm can also work with KDE and others. diff -r 70c7a787c969 -r c9e270dd464f lxdm/receipt --- a/lxdm/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxdm/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxdm" VERSION="0.4.1" CATEGORY="x-window" -SHORT_DESC="Login manager from LXDE." +SHORT_DESC="GUI login manager for LXDE" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" DEPENDS="xorg-libX11 gtk+ slitaz-configs" BUILD_DEPENDS="xorg-dev gtk+-dev" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --libexecdir=/usr/lib/lxdm \ --sysconfdir=/etc \ diff -r 70c7a787c969 -r c9e270dd464f lxinput/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxinput/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,7 @@ +LXInput is a GUI application for the Lightweight X11 Desktop Environment (LXDE). + +It configures keyboard and mouse settings: + * Delay and Interval for character repeat + * Enable/Disable beeps of keyboard input error + * Swap left and right mouse buttons + * Mouse acceleration and sensitivity diff -r 70c7a787c969 -r c9e270dd464f lxinput/receipt --- a/lxinput/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxinput/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxinput" VERSION="0.3.4" CATEGORY="x-window" -SHORT_DESC="LXDE input manager (Keyboard and mouse settings)." +SHORT_DESC="LXDE keyboard and mouse configuration" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="http://lxde.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE keyboard mouse" HOST_ARCH="i486 arm" DEPENDS="gtk+" diff -r 70c7a787c969 -r c9e270dd464f lxlauncher/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxlauncher/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,8 @@ +LXLauncher is a GUI application for the Lightweight X11 Desktop Environment +(LXDE). + +It is a Easy-Mode launcher for netbooks and subnotebooks like the EeePC. + +It's standard-compliant and desktop-independent. It follows freedesktop.org +specs, so newly added applications will automatically show up in the launcher, +and vice versa for the removed ones. diff -r 70c7a787c969 -r c9e270dd464f lxlauncher/receipt --- a/lxlauncher/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxlauncher/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxlauncher" VERSION="0.2.4" CATEGORY="x-window" -SHORT_DESC="LXDE desktop launcher." +SHORT_DESC="LXDE launcher for netbooks" LICENSE="GPL3" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE netbook" DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ diff -r 70c7a787c969 -r c9e270dd464f lxmenu-data/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxmenu-data/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +LXMenu-data is a component for the Lightweight X11 Desktop Environment (LXDE). + +It contains files required to build desktop menus for LXDE compling to the +freedesktop.org menu specificiation. diff -r 70c7a787c969 -r c9e270dd464f lxmenu-data/receipt --- a/lxmenu-data/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxmenu-data/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,13 +3,14 @@ PACKAGE="lxmenu-data" VERSION="0.1.4" CATEGORY="x-window" -SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE." +SHORT_DESC="LXDE freedesktop.org menu specification" MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" +TAGS="LXDE" HOST_ARCH="i486 arm" [ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool" diff -r 70c7a787c969 -r c9e270dd464f lxpanel-dev/receipt --- a/lxpanel-dev/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxpanel-dev/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,10 +3,11 @@ PACKAGE="lxpanel-dev" VERSION="0.6.2" CATEGORY="x-window" -SHORT_DESC="Development files for LXpanel" +SHORT_DESC="LXDE panel (development)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" +TAGS="LXDE" HOST_ARCH="i486 arm" WANTED="lxpanel" diff -r 70c7a787c969 -r c9e270dd464f lxpanel-extra/receipt --- a/lxpanel-extra/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxpanel-extra/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,10 +3,11 @@ PACKAGE="lxpanel-extra" VERSION="0.6.2" CATEGORY="x-window" -SHORT_DESC="Extra files and plugins for LXpanel" +SHORT_DESC="LXDE panel (extra files and plugins)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" +TAGS="LXDE" WANTED="lxpanel" DEPENDS="lxpanel libwnck" diff -r 70c7a787c969 -r c9e270dd464f lxpanel/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,19 @@ +LXPanel is a GUI application for the Lightweight X11 Desktop Environment (LXDE). + +It is derived from fbpanel and includes the following features: + * User-friendly application menu automatically generated from .desktop files + on the system + * Launcher bar (small icons clicked to launch apps) + * Task bar supporting ICCCM/EWMH `urgency' hint (Pidgin IM windows can flash + on new incoming messages) + * Run dialog (type a command to run, without opening a terminal) + * Net status icon plug-in (optional). + * Volume control plug-in (optional). + * Notification area (system tray). + * Digital clock. + * Keyboard LEDs plug-in (display caps/num locks). + * lxpanelctl: control lxpanel from other programs. + +For example, "lxpanelctl run" will show the Run dialog in lxpanel, and +"lxpanelctl menu" will show the application menu. This is useful in combination +with window manager key bindings. diff -r 70c7a787c969 -r c9e270dd464f lxpanel/receipt --- a/lxpanel/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxpanel/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,14 +3,14 @@ PACKAGE="lxpanel" VERSION="0.6.2" CATEGORY="x-window" -SHORT_DESC="Lightweight X11 desktop panel" +SHORT_DESC="LXDE panel" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" -TAGS="gtk2 panel" +TAGS="LXDE gtk2 panel" HOST_ARCH="i486 arm" SUGGESTED="lxde lxsession slitaz-icon" diff -r 70c7a787c969 -r c9e270dd464f lxpolkit/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpolkit/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +LXPolkit is a GUI application for the Lightweight X11 Desktop Environment +(LXDE). + +It's a simple PolicyKit authentication agent. diff -r 70c7a787c969 -r c9e270dd464f lxpolkit/receipt --- a/lxpolkit/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxpolkit/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxpolkit" VERSION="0.1.0" CATEGORY="x-window" -SHORT_DESC="LXDE PolKit manager." +SHORT_DESC="LXDE PolicyKit authentication agent" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL" WEB_SITE="http://lxde.org" +TAGS="LXDE" DEPENDS="gtk+ polkit" BUILD_DEPENDS="gtk+-dev polkit-dev" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --sysconfdir=/etc \ --libexecdir=/usr/lib/lxde \ diff -r 70c7a787c969 -r c9e270dd464f lxrandr/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxrandr/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,15 @@ +LXRandR is a GUI application for the Lightweight X11 Desktop Environment (LXDE). + +This is a very basic monitor config tool utilizing the X extension called RandR. +It can let you change the screen resolution on the fly. Besides, when you run +lxrandr with external monitor connected, its GUI will change, and show you some +quick options to get your projector or external monitor working correctly. + +This tool doesn't aim to be a full randr frontend. It's a utility for grandma, +not for geeks. If you need the full power of RandR, get xrandr (console) or +grandr (GUI) and read some tutorials. + +LXRandR only gives you some easy and quick options which are intuitive. It's +very suitable for laptop users who frequently uses projectors or external +monitor and just want to get their work done without reading a lot of +"geek-centered" manuals or command line tutorials. diff -r 70c7a787c969 -r c9e270dd464f lxrandr/receipt --- a/lxrandr/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxrandr/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxrandr" VERSION="0.3.0" CATEGORY="utilities" -SHORT_DESC="LXDE screen manager." +SHORT_DESC="LXDE monitor configuration tool" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://lxde.org" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+ xorg-xrandr" @@ -36,4 +37,3 @@ rm -rf $fs/usr/share/man rm -rf $fs/usr/share/locale } - diff -r 70c7a787c969 -r c9e270dd464f lxsession-edit/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxsession-edit/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,2 @@ +LXSession-Edit is a simple session editor GUI for lxsession-lite which follows +autostart specs from FreeDesktop.Org. diff -r 70c7a787c969 -r c9e270dd464f lxsession-edit/receipt --- a/lxsession-edit/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxsession-edit/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxsession-edit" VERSION="0.2.0" CATEGORY="x-window" -SHORT_DESC="LXDE X session manager editor." +SHORT_DESC="Configure what application start up automatically in LXDE" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://wiki.lxde.org/en/LXSession_Edit" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/lxde/LXSession%20Edit/lxsession-edit%20$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+ lxsession" diff -r 70c7a787c969 -r c9e270dd464f lxsession/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxsession/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,18 @@ +LXSession is a lightweight X11 session manager with fewer dependencies, designed +for use with the LXDE (Lightweight X11 Desktop Environment). It derived from XSM +and have following differences: + * Removed the session dialog from xsm. + * Stripped down without session restore function. + * Automaticlly restart specific program if crashes happened. + * Use better configuration. + * Provide a nice logout-dialog with the ability to shutdown / reboot / + suspend / hibernate via HAL or gdm + * Support halt/reboot LTSP thin clients, and more... + +It's desktop-independent and can be used with any window manager. + +As "session manager" lxsession used to automatically start a set of applications +and set up a working desktop environment + +LXSession has also a built-in lightweight Xsettings daemon, which can configure +GTK+ themes, keyboard, and mouse for you on session startup. diff -r 70c7a787c969 -r c9e270dd464f lxsession/receipt --- a/lxsession/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxsession/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxsession" VERSION="0.5.2" CATEGORY="x-window" -SHORT_DESC="LXDE X session manager." +SHORT_DESC="Default session manager for LXDE" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://wiki.lxde.org/en/LXSession" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+ dbus" diff -r 70c7a787c969 -r c9e270dd464f lxshortcut/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxshortcut/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,5 @@ +LXShortcut is a GUI application for the Lightweight X11 Desktop Environment +(LXDE). + +It allows creating and editing application shortcuts compatible with the +freedesktop.org Desktop Entry specification. diff -r 70c7a787c969 -r c9e270dd464f lxshortcut/receipt --- a/lxshortcut/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxshortcut/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxshortcut" VERSION="0.1.2" CATEGORY="x-window" -SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." +SHORT_DESC="LXDE application shortcut editor" MAINTAINER="rcx@zoominternet.net" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" DEPENDS="glib glibc-base libgio expat zlib \ gtk+ atk cairo pango pixman libpng fontconfig freetype \ diff -r 70c7a787c969 -r c9e270dd464f lxtask/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxtask/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,3 @@ +LXTask is a GUI application for the Lightweight X11 Desktop Environment (LXDE). + +It allows monitoring and controlling of running processes. diff -r 70c7a787c969 -r c9e270dd464f lxtask/receipt --- a/lxtask/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxtask/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="lxtask" VERSION="0.1.6" CATEGORY="system-tools" -SHORT_DESC="System task manager with a nice GTK interface." +SHORT_DESC="LXDE task manager" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="gtk+ xorg-libXdamage" diff -r 70c7a787c969 -r c9e270dd464f lxterminal-locales/receipt --- a/lxterminal-locales/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxterminal-locales/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,16 +3,15 @@ PACKAGE="lxterminal-locales" VERSION="0.2.0" CATEGORY="utilities" -SHORT_DESC="LXDE X Terminal emulator locales." +SHORT_DESC="LXDE terminal emulator locale files" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL2" WANTED="lxterminal" WEB_SITE="http://lxde.org" +TAGS="LXDE locale" DEPENDS="lxterminal" -# Rules to configure and make the package. - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 70c7a787c969 -r c9e270dd464f lxterminal/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxterminal/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +LXTerminal is a VTE-based terminal emulator for the Lightweight X11 Desktop +Environment (LXDE). + +It supports multiple tabs and has only minimal dependencies thus being +completely desktop-independent. In order to reduce memory usage and increase +the performance, all instances of the terminal are sharing a single process. diff -r 70c7a787c969 -r c9e270dd464f lxterminal/receipt --- a/lxterminal/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/lxterminal/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,14 +3,14 @@ PACKAGE="lxterminal" VERSION="0.2.0" CATEGORY="utilities" -SHORT_DESC="LXDE X Terminal emulator." +SHORT_DESC="LXDE terminal emulator" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL2" SUGGESTED="lxterminal-locales" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org" WGET_URL="$SF_MIRROR/lxde/$TARBALL" -TAGS="terminal" +TAGS="LXDE terminal" DEPENDS="vte gtk+" BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev" diff -r 70c7a787c969 -r c9e270dd464f lzma/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lzma/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,9 @@ +The Lempel-Ziv Markov-chain Algorithm is a compression method based on the +famous LZ77 algorithm, and was first introduced by 7-Zip for use in 7z archives. + +Its main characteristics are a very high compression ratio, with high RAM usage, +and fast decompression, with low RAM usage. These properties make it well suited +to embedded uses, such as for ROM (firmware) compression. + +This package provides the lzma command line utility, which has a familiar +gzip-like interface. diff -r 70c7a787c969 -r c9e270dd464f menu-cache-dev/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/menu-cache-dev/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +Libmenu-cache is a library creating and utilizing caches to speed up the access +to freedesktop.org defined application menus. + +This package contains the development files. diff -r 70c7a787c969 -r c9e270dd464f menu-cache-dev/receipt --- a/menu-cache-dev/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/menu-cache-dev/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="menu-cache-dev" VERSION="1.0.0" CATEGORY="development" -SHORT_DESC="Library used to read freedesktop.org menus (development)" +SHORT_DESC="LXDE implementation of the freedesktop Menu's cache (development)" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://lxde.sourceforge.net/" WANTED="menu-cache" DEPENDS="menu-cache pkg-config" +TAGS="LXDE" HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 70c7a787c969 -r c9e270dd464f menu-cache/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/menu-cache/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,10 @@ +Libmenu-cache is a library creating and utilizing caches to speed up the access +to freedesktop.org defined application menus. + +It can be used as a replacement of libgnome-menu of gnome-menus: + * Shorten time for loading menu entries. + * Ease of use (API is very similar to that of libgnome-menu). + * Lightweight runtime library (parsing of the menu definition files are done + by menu-cache-gen when the menus are really changed). + * Less unnecessary and complicated file monitoring. + * Heavily reduced disk I/O. diff -r 70c7a787c969 -r c9e270dd464f menu-cache/receipt --- a/menu-cache/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/menu-cache/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="menu-cache" VERSION="1.0.0" CATEGORY="x-window" -SHORT_DESC="Library used to read freedesktop.org menus" +SHORT_DESC="LXDE implementation of the freedesktop Menu's cache" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/lxde/menu-cache" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +TAGS="LXDE" HOST_ARCH="i486 arm" DEPENDS="glib glibc-base libffi libfm libgio pcre zlib" # slitaz-menus ? diff -r 70c7a787c969 -r c9e270dd464f ntfs-3g/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntfs-3g/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,2 @@ +NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS +filesystem used by Microsoft Windows. diff -r 70c7a787c969 -r c9e270dd464f ntfs-3g/receipt --- a/ntfs-3g/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/ntfs-3g/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="ntfs-3g" VERSION="2014.2.15" CATEGORY="system-tools" -SHORT_DESC="The free ntfs driver." +SHORT_DESC="Read/write NTFS driver for FUSE" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" SOURCE="ntfs-3g_ntfsprogs" @@ -19,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr \ --disable-static \ --with-fuse=internal \ @@ -41,7 +40,6 @@ #this link allow udisks2 to use ntfs-3g cd $fs/sbin ln -s mount.ntfs-3g mount.ntfs - } # Pre remove and post install commands for Tazpkg. diff -r 70c7a787c969 -r c9e270dd464f openbox/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openbox/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,22 @@ +Openbox works with your applications, and makes your desktop easier to manage. +This is because the approach to its development was the opposite of what seems +to be the general case for window managers. Openbox was written first to comply +with standards and to work properly. Only when that was in place did the team +turn to the visual interface. + +Openbox is fully functional as a stand-alone working environment, or can be used +as a drop-in replacement for the default window manager in the GNOME or KDE +desktop environments. + +Openbox 3 is a completely new breed of window manager. It is not based upon any +existing code base, although the visual appearance has been based upon that of +Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. + +Some of the things to look for in Openbox are: + * ICCCM and EWMH compliance! + * Very fast + * Chainable key bindings + * Customizable mouse actions + * Window resistance + * Multi-head Xinerama support! + * Pipe menus diff -r 70c7a787c969 -r c9e270dd464f pango/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pango/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,11 @@ +Pango is a library for layout and rendering of text, with an emphasis on +internationalization. Pango can be used anywhere that text layout is needed. +However, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as +a test platform. Pango forms the core of text and font handling for GTK+-2.0. + +Pango is designed to be modular; the core Pango layout can be used with four +different font backends: + * Core X windowing system fonts + * Client-side fonts on X using the Xft library + * Direct rendering of scalable fonts using the FreeType library + * Native fonts on Microsoft backends diff -r 70c7a787c969 -r c9e270dd464f pango/receipt --- a/pango/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/pango/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="pango" VERSION="1.36.8" CATEGORY="x-window" -SHORT_DESC="Library for layout and rendering of text." +SHORT_DESC="Layout and rendering of internationalized text" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" @@ -41,19 +41,18 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib $fs/etc/pango - cp -a $install/usr/bin/* $fs/usr/bin - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/pango $fs/usr/lib - rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la - [ -d "$install/etc" ] && cp -a $install/etc $fs - touch $fs/etc/pango/pango.modules + cp -a $install/usr/bin/* $fs/usr/bin + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/pango $fs/usr/lib + rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la + [ -d "$install/etc" ] && cp -a $install/etc $fs + touch $fs/etc/pango/pango.modules } # Pre and post install commands for Tazpkg. post_install() { - echo "Processing post-install commands..." - # Rebuilds pango.modules when installed. - chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules + echo "Processing post-install commands..." + # Rebuilds pango.modules when installed. + chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules } - diff -r 70c7a787c969 -r c9e270dd464f pciutils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pciutils/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,2 @@ +This package contains various utilities for inspecting and setting of devices +connected to the PCI bus. diff -r 70c7a787c969 -r c9e270dd464f pciutils/receipt --- a/pciutils/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/pciutils/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="pciutils" VERSION="3.2.1" CATEGORY="system-tools" -SHORT_DESC="Utilities to list PCI device by name (lspci)." +SHORT_DESC="Linux PCI Utilities" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no PREFIX=/usr SHAREDIR=/usr/share/misc MANDIR=/usr/share/man all cp -a lib/libpci.a $WOK/$PACKAGE/source make clean diff -r 70c7a787c969 -r c9e270dd464f pcmciautils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pcmciautils/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,4 @@ +This package provides PCMCIA initialisation tools for Linux 2.6.13-rc1 or later, +replacing the old pcmcia-cs tools used with earlier kernel versions. PCMCIA +cards are commonly used in laptops to provide expanded capabilities such as +network connections, modems, increased memory, etc. diff -r 70c7a787c969 -r c9e270dd464f pcmciautils/receipt --- a/pcmciautils/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/pcmciautils/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="pcmciautils" VERSION="018" CATEGORY="system-tools" -SHORT_DESC="Utils to use with PCMCIA cards" +SHORT_DESC="Utilities for inserting and removing PCMCIA cards" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -18,7 +18,6 @@ compile_rules() { # We need lex... - cd $src make } diff -r 70c7a787c969 -r c9e270dd464f pcre/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pcre/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,2 @@ +This is a library of functions to support regular expressions whose syntax and +semantics are as close as possible to those of the Perl 5 language. diff -r 70c7a787c969 -r c9e270dd464f pcre/receipt --- a/pcre/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/pcre/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="pcre" VERSION="8.35" CATEGORY="system-tools" -SHORT_DESC="Perl Compatible Regular Expressions." +SHORT_DESC="Perl 5 Compatible Regular Expression Library" MAINTAINER="pankso@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 70c7a787c969 -r c9e270dd464f pixman/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pixman/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,3 @@ +A library for manipulating pixel regions -- a set of Y-X banded rectangles, +image compositing using the Porter/Duff model and implicit mask generation for +geometric primitives including trapezoids, triangles, and rectangles. diff -r 70c7a787c969 -r c9e270dd464f pixman/receipt --- a/pixman/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/pixman/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="pixman" VERSION="0.32.6" CATEGORY="x-window" -SHORT_DESC="Pixman library" +SHORT_DESC="Pixel-manipulation library for X and Cairo" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 70c7a787c969 -r c9e270dd464f popt/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/popt/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +Popt was heavily influenced by the getopt() and getopt_long() functions, but it +allows more powerful argument expansion. It can parse arbitrary argv[] style +arrays and automatically set variables based on command line arguments. It also +allows command line arguments to be aliased via configuration files and includes +utility functions for parsing arbitrary strings into argv[] arrays using +shell-like rules. diff -r 70c7a787c969 -r c9e270dd464f posixovl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/posixovl/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,9 @@ +With posixovl it is possible to mount FAT, VFAT, NTFS file system so that it +behaves like POSIX. File permissions, symbolic links etc. are supported +transparently. An extra file stores the information and the file system itself +stays unmodified. It is a modern equivalent of the UMSDOS file system. + +Typical use: Mount an USB FAT32 drive with posixovl and your files retain their +permission settings. + +This package extends mount and provides option '-t posixovl'. diff -r 70c7a787c969 -r c9e270dd464f posixovl/receipt --- a/posixovl/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/posixovl/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,12 +3,13 @@ PACKAGE="posixovl" VERSION="1.2" CATEGORY="system-tools" -SHORT_DESC="A modern equivalent of the UMSDOS." +SHORT_DESC="FUSE file system that provides POSIX functionality" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="filesystem" DEPENDS="fuse attr" BUILD_DEPENDS="autoconf automake fuse-dev attr-dev" @@ -16,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - mv $PACKAGE $src 2> /dev/null + mv $PACKAGE $src 2>/dev/null cd $src grep -q 'else if (!S_ISREG' posixovl.c || 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 @@ -27,8 +28,8 @@ make } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() { mkdir -p $fs/usr/sbin cp $src/mount.posixovl $fs/usr/sbin diff -r 70c7a787c969 -r c9e270dd464f ppp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ppp/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +The Point-to-Point Protocol provides a standard way to transmit datagrams over a +serial link, as well as a standard way for the machines at either end of the +link to negotiate various optional characteristics of the link. + +This package is most commonly used to manage a modem for dial-up or certain +kinds of broadband connections. diff -r 70c7a787c969 -r c9e270dd464f rp-pppoe/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rp-pppoe/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,6 @@ +PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL +Internet Service Providers. Roaring Penguin has a free client for Linux systems +to connect to PPPoE service providers. + +The client is a user-mode program and does not require any kernel modifications. +It is fully compliant with RFC 2516, the official PPPoE specification. diff -r 70c7a787c969 -r c9e270dd464f rp-pppoe/receipt --- a/rp-pppoe/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/rp-pppoe/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,13 +3,13 @@ PACKAGE="rp-pppoe" VERSION="3.10" CATEGORY="network" -SHORT_DESC="Tools to configure a PPPOE network connection." +SHORT_DESC="Roaring Penguin PPPoE client" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.roaringpenguin.com/products/pppoe" WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" -TAGS="network pppoe" +TAGS="network PPPoE" HOST_ARCH="i486" BUILD_DEPENDS="ppp" diff -r 70c7a787c969 -r c9e270dd464f slim/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,3 @@ +SLiM aims to be light, simple and independent from the various desktop +environments. Although completely configurable through themes and an option +file. It is particularly suitable for machines that don't require remote logins. diff -r 70c7a787c969 -r c9e270dd464f slim/receipt --- a/slim/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/slim/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="slim" VERSION="1.3.5" CATEGORY="x-window" -SHORT_DESC="Desktop-independent graphical login manager for X11." +SHORT_DESC="Desktop-independent graphical login manager for X11" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://slim.berlios.de/" diff -r 70c7a787c969 -r c9e270dd464f xterm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xterm/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,8 @@ +xterm is a terminal emulator for the X Window System. It provides DEC VT102 and +Tektronix 4014 compatible terminals for programs that cannot use the window +system directly. This version implements ISO/ANSI colors and most of the control +sequences used by DEC VT220 terminals. + +This package provides commands: xterm, which is the traditional terminal +emulator; uxterm, which is a wrapper around xterm that is intelligent about +locale settings (especially those which use the UTF-8 character encoding). diff -r 70c7a787c969 -r c9e270dd464f xterm/receipt --- a/xterm/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/xterm/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="xterm" VERSION="314" CATEGORY="utilities" -SHORT_DESC="X Terminal emulator." +SHORT_DESC="X terminal emulator" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tgz" diff -r 70c7a787c969 -r c9e270dd464f zlib/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zlib/description.txt Thu Apr 23 16:47:39 2015 +0300 @@ -0,0 +1,2 @@ +zlib is a library implementing the deflate compression method found in gzip and +PKZIP. This package includes the shared library. diff -r 70c7a787c969 -r c9e270dd464f zlib/receipt --- a/zlib/receipt Thu Apr 23 15:42:00 2015 +0200 +++ b/zlib/receipt Thu Apr 23 16:47:39 2015 +0300 @@ -3,7 +3,7 @@ PACKAGE="zlib" VERSION="1.2.8" CATEGORY="base-system" -SHORT_DESC="Compression library." +SHORT_DESC="Compression library" MAINTAINER="pankso@slitaz.org" LICENSE="zlib/libpng" TARBALL="$PACKAGE-$VERSION.tar.xz" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src case "$ARCH" in i486) # work around gcc bug; see https://bugs.archlinux.org/task/20647