wok rev 3716

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents f8d9b6cee57b
children 54bbeb2588e9
files lxpanel-extra/receipt lxpanel/receipt lxpanel/stuff/default/config lxpanel/stuff/default/panels/panel
line diff
     1.1 --- a/lxpanel-extra/receipt	Tue Jul 21 11:47:16 2009 +0000
     1.2 +++ b/lxpanel-extra/receipt	Tue Jul 21 11:55:17 2009 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel-extra"
     1.7 -VERSION="0.4.1"
     1.8 +VERSION="0.3.8.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="LXpanel nestat wifi plugin and keyboard led indicator."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="expat gtk+ wireless_tools xorg-libXdamage"
    1.13  WANTED="lxpanel"
    1.14 -WEB_SITE="http://www.lxde.org/"
    1.15 +WEB_SITE="http://www.cairographics.org/"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
     2.1 --- a/lxpanel/receipt	Tue Jul 21 11:47:16 2009 +0000
     2.2 +++ b/lxpanel/receipt	Tue Jul 21 11:55:17 2009 +0000
     2.3 @@ -1,17 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="lxpanel"
     2.7 -VERSION="0.4.1"
     2.8 +VERSION="0.3.8.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Standard compliant desktop panel."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -DEPENDS="glibc-base glib libgio expat zlib menu-cache lxmenu-data slitaz-icon \
    2.13 -gtk+ atk cairo fontconfig freetype pango pixman libpng alsa-lib \
    2.14 -xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender"
    2.15 -BUILD_DEPENDS="gtk+-dev gettext expat-dev intltool menu-cache-dev menu-cache \
    2.16 -alsa-lib-dev wireless_tools-dev wireless_tools"
    2.17 +DEPENDS="gtk+ slitaz-menus alsa-lib xorg-libXdamage slitaz-icon"
    2.18 +BUILD_DEPENDS="gtk+-dev gettext wireless_tools-dev wireless_tools"
    2.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.20 -WEB_SITE="http://www.lxde.org/"
    2.21 +WEB_SITE="http://lxde.sourceforge.net/"
    2.22  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    2.23  CONFIG_FILES="/etc/lxpanel/default"
    2.24  
    2.25 @@ -19,10 +16,14 @@
    2.26  compile_rules()
    2.27  {
    2.28  	cd $src
    2.29 +	# Patch the menu
    2.30 +	for i in ptk-app-menu.patch fr.patch ; do
    2.31 +		[ -f done.$i ] && continue
    2.32 +		patch -p0 < ../stuff/$i || exit 1
    2.33 +		touch done.$i
    2.34 +	done
    2.35  	./configure \
    2.36  		--prefix=/usr \
    2.37 -		--sysconfdir=/etc \
    2.38 -		--enable-libiw \
    2.39  		--with-plugins=all \
    2.40  		$CONFIGURE_ARGS &&
    2.41  	make &&
    2.42 @@ -37,10 +38,10 @@
    2.43  	cp -a $_pkg/usr/lib $fs/usr
    2.44  	cp -a $_pkg/usr/share/lxpanel $fs/usr/share
    2.45  	
    2.46 -	# Remove a few "heavy" and unuseful images (ns* goes in extra)
    2.47 -	for i in file-manager* stock_volume* gnome-[a-m]*.png \
    2.48 -		gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* \
    2.49 -		ns-*.png *lock-*.png
    2.50 +	# Remove a few "heavy" an unseful images (ns* goes in extra)
    2.51 +	for i in file-manager* stock_volume* gnome-[a-k]*.png gnome-m*.png \
    2.52 +		gnome-netstatus-[d-t]*.png gnome-[o-z]*.png my-* redhat*.png \
    2.53 +		ns-*.png *lock-*.png gnome-logout.png
    2.54  	do
    2.55  		rm $fs/usr/share/lxpanel/images/$i
    2.56  	done
     3.1 --- a/lxpanel/stuff/default/config	Tue Jul 21 11:47:16 2009 +0000
     3.2 +++ b/lxpanel/stuff/default/config	Tue Jul 21 11:55:17 2009 +0000
     3.3 @@ -1,4 +1,4 @@
     3.4  [Command]
     3.5  FileManager=pcmanfm %s
     3.6 -Terminal=xterm
     3.7 +Terminal=xterm -e
     3.8  Logout=desktopbox logout
     4.1 --- a/lxpanel/stuff/default/panels/panel	Tue Jul 21 11:47:16 2009 +0000
     4.2 +++ b/lxpanel/stuff/default/panels/panel	Tue Jul 21 11:55:17 2009 +0000
     4.3 @@ -50,9 +50,6 @@
     4.4  Plugin {
     4.5      type = launchbar
     4.6      Config {
     4.7 -		Button {
     4.8 -			id=pcmanfm.desktop
     4.9 -		}
    4.10          Button {
    4.11              id=xterm.desktop
    4.12          }