# HG changeset patch # User Christophe Lincoln # Date 1392466027 -3600 # Node ID f0abef5a98b38cf96b183bdd86f59de9211e9ac5 # Parent d5ef668a800efdfa51a80a829036b45a76a141fb Up: lxpanel (0.6.1) and remove dep on libwnck --> lxpanel-extra (save space on core ISO) diff -r d5ef668a800e -r f0abef5a98b3 lxpanel-dev/receipt --- a/lxpanel-dev/receipt Sat Feb 15 11:55:21 2014 +0000 +++ b/lxpanel-dev/receipt Sat Feb 15 13:07:07 2014 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel-dev" -VERSION="0.5.12" +VERSION="0.6.1" CATEGORY="x-window" SHORT_DESC="Development files for LXpanel" MAINTAINER="pankso@slitaz.org" diff -r d5ef668a800e -r f0abef5a98b3 lxpanel-extra/receipt --- a/lxpanel-extra/receipt Sat Feb 15 11:55:21 2014 +0000 +++ b/lxpanel-extra/receipt Sat Feb 15 13:07:07 2014 +0100 @@ -3,13 +3,13 @@ PACKAGE="lxpanel-extra" VERSION="0.5.12" CATEGORY="x-window" -SHORT_DESC="Extra files for LXpanel" +SHORT_DESC="Extra files and plugins for LXpanel" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" WANTED="lxpanel" -DEPENDS="lxpanel" +DEPENDS="lxpanel libwnck" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -18,8 +18,11 @@ $fs/usr/lib/lxpanel/plugins \ $fs/usr/share/lxpanel/images # Plugins - cp $install/usr/lib/lxpanel/plugins/kbled.so \ - $fs/usr/lib/lxpanel/plugins + for p in kbled.so wnckpager.so + do + cp $install/usr/lib/lxpanel/plugins/$p \ + $fs/usr/lib/lxpanel/plugins + done # Images imgs=usr/share/lxpanel/images cp -a $install/$imgs/ns-*.png $fs/$imgs diff -r d5ef668a800e -r f0abef5a98b3 lxpanel/receipt --- a/lxpanel/receipt Sat Feb 15 11:55:21 2014 +0000 +++ b/lxpanel/receipt Sat Feb 15 13:07:07 2014 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.5.12" +VERSION="0.6.1" CATEGORY="x-window" SHORT_DESC="Lightweight X11 desktop panel" MAINTAINER="pankso@slitaz.org" @@ -10,12 +10,12 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" +TAGS="gtk2 panel" -DEPENDS="alsa-lib gtk+ libwnck menu-cache wireless_tools" SUGGESTED="lxsession slitaz-icon" +DEPENDS="alsa-lib gtk+ menu-cache wireless_tools" BUILD_DEPENDS="gtk+-dev menu-cache-dev libwnck-dev alsa-lib-dev \ wireless_tools-dev libxml2-dev lxmenu-data" -TAGS="gtk2 panel" # Rules to configure and make the package. compile_rules() @@ -43,6 +43,7 @@ # Plugins (kbled -> lxpanel-extra) cp -a $install/usr/lib/lxpanel $fs/usr/lib find $fs -name kbled.so -delete + find $fs -name wnckpager.so -delete # Images imgs=usr/share/lxpanel/images