# HG changeset patch # User Matthew Sheets # Date 1248176836 0 # Node ID f8d9b6cee57bbbd3e49ac6d6f8b238b20eb22783 # Parent fcee7f1f26cf0ebe61d7e8a81716cae0d311886f Add: libftdi diff -r fcee7f1f26cf -r f8d9b6cee57b libftdi-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libftdi-dev/receipt Tue Jul 21 11:47:16 2009 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libftdi-dev" +VERSION="0.16" +CATEGORY="system-tools" +SHORT_DESC="libftdi devel files." +MAINTAINER="rcx@zoominternet.net" +DEPENDS="" +WEB_SITE="http://www.intra2net.com/en/developer/libftdi/" +WANTED="libftdi" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r fcee7f1f26cf -r f8d9b6cee57b libftdi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libftdi/receipt Tue Jul 21 11:47:16 2009 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="libftdi" +VERSION="0.16" +CATEGORY="system-tools" +SHORT_DESC="A library to talk to FTDI chips using libusb." +MAINTAINER="rcx@zoominternet.net" +DEPENDS="glibc-base libusb libusb-compat" +BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.intra2net.com/en/developer/libftdi/" +WGET_URL="http://www.intra2net.com/en/developer/libftdi/download/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$src/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr +} diff -r fcee7f1f26cf -r f8d9b6cee57b lxpanel-extra/receipt --- a/lxpanel-extra/receipt Tue Jul 21 17:46:09 2009 +0200 +++ b/lxpanel-extra/receipt Tue Jul 21 11:47:16 2009 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="lxpanel-extra" -VERSION="0.3.8.1" +VERSION="0.4.1" CATEGORY="x-window" SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator." MAINTAINER="pankso@slitaz.org" DEPENDS="expat gtk+ wireless_tools xorg-libXdamage" WANTED="lxpanel" -WEB_SITE="http://www.cairographics.org/" +WEB_SITE="http://www.lxde.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r fcee7f1f26cf -r f8d9b6cee57b lxpanel/receipt --- a/lxpanel/receipt Tue Jul 21 17:46:09 2009 +0200 +++ b/lxpanel/receipt Tue Jul 21 11:47:16 2009 +0000 @@ -1,14 +1,17 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.3.8.1" +VERSION="0.4.1" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ slitaz-menus alsa-lib xorg-libXdamage slitaz-icon" -BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools" +DEPENDS="glibc-base glib libgio expat zlib menu-cache lxmenu-data slitaz-icon \ +gtk+ atk cairo fontconfig freetype pango pixman libpng alsa-lib \ +xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" +BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \ +alsa-lib-dev wireless_tools-dev wireless_tools" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://lxde.sourceforge.net/" +WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" @@ -16,14 +19,10 @@ compile_rules() { cd $src - # Patch the menu - for i in ptk-app-menu.patch fr.patch ; do - [ -f done.$i ] && continue - patch -p0 < ../stuff/$i || exit 1 - touch done.$i - done ./configure \ --prefix=/usr \ + --sysconfdir=/etc \ + --enable-libiw \ --with-plugins=all \ $CONFIGURE_ARGS && make && @@ -38,10 +37,10 @@ cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share/lxpanel $fs/usr/share - # Remove a few "heavy" an unseful images (ns* goes in extra) - for i in file-manager* stock_volume* gnome-[a-k]*.png gnome-m*.png \ - gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* redhat*.png \ - ns-*.png *lock-*.png gnome-logout.png + # Remove a few "heavy" and unuseful images (ns* goes in extra) + for i in file-manager* stock_volume* gnome-[a-m]*.png \ + gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \ + ns-*.png *lock-*.png do rm $fs/usr/share/lxpanel/images/$i done diff -r fcee7f1f26cf -r f8d9b6cee57b lxpanel/stuff/default/config --- a/lxpanel/stuff/default/config Tue Jul 21 17:46:09 2009 +0200 +++ b/lxpanel/stuff/default/config Tue Jul 21 11:47:16 2009 +0000 @@ -1,4 +1,4 @@ [Command] FileManager=pcmanfm %s -Terminal=xterm -e +Terminal=xterm Logout=desktopbox logout diff -r fcee7f1f26cf -r f8d9b6cee57b lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Tue Jul 21 17:46:09 2009 +0200 +++ b/lxpanel/stuff/default/panels/panel Tue Jul 21 11:47:16 2009 +0000 @@ -50,6 +50,9 @@ Plugin { type = launchbar Config { + Button { + id=pcmanfm.desktop + } Button { id=xterm.desktop }