# HG changeset patch # User Christopher Rogers # Date 1343207748 0 # Node ID 0b73c72d760bb9e044888ec44c69516b0bd058f7 # Parent 87f5f812070bba1411cb3d5c99daf641f918c7a4 Up: lxpanel to 0.5.10. diff -r 87f5f812070b -r 0b73c72d760b lxpanel-dev/receipt --- a/lxpanel-dev/receipt Wed Jul 25 09:12:59 2012 +0000 +++ b/lxpanel-dev/receipt Wed Jul 25 09:15:48 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel-dev" -VERSION="0.5.8" +VERSION="0.5.10" CATEGORY="x-window" SHORT_DESC="LXpanel devel files." MAINTAINER="pankso@slitaz.org" @@ -12,6 +12,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 87f5f812070b -r 0b73c72d760b lxpanel-extra/receipt --- a/lxpanel-extra/receipt Wed Jul 25 09:12:59 2012 +0000 +++ b/lxpanel-extra/receipt Wed Jul 25 09:15:48 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel-extra" -VERSION="0.5.9" +VERSION="0.5.10" CATEGORY="x-window" SHORT_DESC="LXpanel keyboard led indicator plugin." MAINTAINER="pankso@slitaz.org" @@ -16,13 +16,13 @@ $fs/usr/lib/lxpanel/plugins \ $fs/usr/share/lxpanel/images # Plugins - cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \ + cp $install/usr/lib/lxpanel/plugins/kbled.so \ $fs/usr/lib/lxpanel/plugins # Images - cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \ + cp -a $install/usr/share/lxpanel/images/ns-*.png \ $fs/usr/share/lxpanel/images - cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \ + cp -a $install/usr/share/lxpanel/images/*lock-*.png \ $fs/usr/share/lxpanel/images - cp -a $_pkg/usr/share/lxpanel/images/xkb-flags \ + cp -a $install/usr/share/lxpanel/images/xkb-flags \ $fs/usr/share/lxpanel/images } diff -r 87f5f812070b -r 0b73c72d760b lxpanel/receipt --- a/lxpanel/receipt Wed Jul 25 09:12:59 2012 +0000 +++ b/lxpanel/receipt Wed Jul 25 09:15:48 2012 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.5.9" +VERSION="0.5.10" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz" WEB_SITE="http://www.lxde.org/" #WGET_URL="$SF_MIRROR/lxde/$TARBALL" -WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" +WGET_URL="http://ftp.de.debian.org/debian/pool/main/l/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ @@ -49,9 +49,10 @@ # Move profile to /etc/lxpanel (/usr maybe read-only) and default config mkdir $fs/etc mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel - ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile - mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original + ln -sf /etc/lxpanel $fs/usr/share/lxpanel/profile + mv -f $fs/etc/lxpanel/default $fs/etc/lxpanel/original cp -a $stuff/default $fs/etc/lxpanel + rm -rf $fs/etc/lxpanel/two_panels # XDG autostart desktop file (lxsession will use it automaticaly) diff -r 87f5f812070b -r 0b73c72d760b lxpanel/stuff/autostart/lxpanel.desktop --- a/lxpanel/stuff/autostart/lxpanel.desktop Wed Jul 25 09:12:59 2012 +0000 +++ b/lxpanel/stuff/autostart/lxpanel.desktop Wed Jul 25 09:15:48 2012 +0000 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application Name=LXPanel Desktop panel -Name[fr]=Panneau du bureau LXPanel +name[fr]=Panneau du bureau LXPanel Exec=lxpanel -p slitaz -NotShowIn=XFCE;Razor; +NotShowIn=XFCE;Razor; \ No newline at end of file