wok rev 15909
Up: lxpanel (0.6.1) and remove dep on libwnck --> lxpanel-extra (save space on core ISO)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 15 13:07:07 2014 +0100 (2014-02-15) |
parents | d5ef668a800e |
children | 4addbf8f8939 |
files | lxpanel-dev/receipt lxpanel-extra/receipt lxpanel/receipt |
line diff
1.1 --- a/lxpanel-dev/receipt Sat Feb 15 11:55:21 2014 +0000 1.2 +++ b/lxpanel-dev/receipt Sat Feb 15 13:07:07 2014 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel-dev" 1.7 -VERSION="0.5.12" 1.8 +VERSION="0.6.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Development files for LXpanel" 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/lxpanel-extra/receipt Sat Feb 15 11:55:21 2014 +0000 2.2 +++ b/lxpanel-extra/receipt Sat Feb 15 13:07:07 2014 +0100 2.3 @@ -3,13 +3,13 @@ 2.4 PACKAGE="lxpanel-extra" 2.5 VERSION="0.5.12" 2.6 CATEGORY="x-window" 2.7 -SHORT_DESC="Extra files for LXpanel" 2.8 +SHORT_DESC="Extra files and plugins for LXpanel" 2.9 MAINTAINER="pankso@slitaz.org" 2.10 LICENSE="GPL2" 2.11 WEB_SITE="http://www.lxde.org/" 2.12 2.13 WANTED="lxpanel" 2.14 -DEPENDS="lxpanel" 2.15 +DEPENDS="lxpanel libwnck" 2.16 2.17 # Rules to gen a SliTaz package suitable for Tazpkg. 2.18 genpkg_rules() 2.19 @@ -18,8 +18,11 @@ 2.20 $fs/usr/lib/lxpanel/plugins \ 2.21 $fs/usr/share/lxpanel/images 2.22 # Plugins 2.23 - cp $install/usr/lib/lxpanel/plugins/kbled.so \ 2.24 - $fs/usr/lib/lxpanel/plugins 2.25 + for p in kbled.so wnckpager.so 2.26 + do 2.27 + cp $install/usr/lib/lxpanel/plugins/$p \ 2.28 + $fs/usr/lib/lxpanel/plugins 2.29 + done 2.30 # Images 2.31 imgs=usr/share/lxpanel/images 2.32 cp -a $install/$imgs/ns-*.png $fs/$imgs
3.1 --- a/lxpanel/receipt Sat Feb 15 11:55:21 2014 +0000 3.2 +++ b/lxpanel/receipt Sat Feb 15 13:07:07 2014 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="lxpanel" 3.7 -VERSION="0.5.12" 3.8 +VERSION="0.6.1" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="Lightweight X11 desktop panel" 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -10,12 +10,12 @@ 3.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" 3.15 CONFIG_FILES="/etc/lxpanel/default" 3.16 +TAGS="gtk2 panel" 3.17 3.18 -DEPENDS="alsa-lib gtk+ libwnck menu-cache wireless_tools" 3.19 SUGGESTED="lxsession slitaz-icon" 3.20 +DEPENDS="alsa-lib gtk+ menu-cache wireless_tools" 3.21 BUILD_DEPENDS="gtk+-dev menu-cache-dev libwnck-dev alsa-lib-dev \ 3.22 wireless_tools-dev libxml2-dev lxmenu-data" 3.23 -TAGS="gtk2 panel" 3.24 3.25 # Rules to configure and make the package. 3.26 compile_rules() 3.27 @@ -43,6 +43,7 @@ 3.28 # Plugins (kbled -> lxpanel-extra) 3.29 cp -a $install/usr/lib/lxpanel $fs/usr/lib 3.30 find $fs -name kbled.so -delete 3.31 + find $fs -name wnckpager.so -delete 3.32 3.33 # Images 3.34 imgs=usr/share/lxpanel/images