wok rev 13159
Up: lxpanel to 0.5.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jul 25 09:15:48 2012 +0000 (2012-07-25) |
parents | 87f5f812070b |
children | e8cae791f03f |
files | lxpanel-dev/receipt lxpanel-extra/receipt lxpanel/receipt lxpanel/stuff/autostart/lxpanel.desktop |
line diff
1.1 --- a/lxpanel-dev/receipt Wed Jul 25 09:12:59 2012 +0000 1.2 +++ b/lxpanel-dev/receipt Wed Jul 25 09:15:48 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel-dev" 1.7 -VERSION="0.5.8" 1.8 +VERSION="0.5.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="LXpanel devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -12,6 +12,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 - cp -a $_pkg/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 }
2.1 --- a/lxpanel-extra/receipt Wed Jul 25 09:12:59 2012 +0000 2.2 +++ b/lxpanel-extra/receipt Wed Jul 25 09:15:48 2012 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lxpanel-extra" 2.7 -VERSION="0.5.9" 2.8 +VERSION="0.5.10" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="LXpanel keyboard led indicator plugin." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -16,13 +16,13 @@ 2.13 $fs/usr/lib/lxpanel/plugins \ 2.14 $fs/usr/share/lxpanel/images 2.15 # Plugins 2.16 - cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \ 2.17 + cp $install/usr/lib/lxpanel/plugins/kbled.so \ 2.18 $fs/usr/lib/lxpanel/plugins 2.19 # Images 2.20 - cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \ 2.21 + cp -a $install/usr/share/lxpanel/images/ns-*.png \ 2.22 $fs/usr/share/lxpanel/images 2.23 - cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \ 2.24 + cp -a $install/usr/share/lxpanel/images/*lock-*.png \ 2.25 $fs/usr/share/lxpanel/images 2.26 - cp -a $_pkg/usr/share/lxpanel/images/xkb-flags \ 2.27 + cp -a $install/usr/share/lxpanel/images/xkb-flags \ 2.28 $fs/usr/share/lxpanel/images 2.29 }
3.1 --- a/lxpanel/receipt Wed Jul 25 09:12:59 2012 +0000 3.2 +++ b/lxpanel/receipt Wed Jul 25 09:15:48 2012 +0000 3.3 @@ -1,14 +1,14 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="lxpanel" 3.7 -VERSION="0.5.9" 3.8 +VERSION="0.5.10" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="Standard compliant desktop panel." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.13 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz" 3.14 WEB_SITE="http://www.lxde.org/" 3.15 #WGET_URL="$SF_MIRROR/lxde/$TARBALL" 3.16 -WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" 3.17 +WGET_URL="http://ftp.de.debian.org/debian/pool/main/l/$PACKAGE/$TARBALL" 3.18 CONFIG_FILES="/etc/lxpanel/default" 3.19 3.20 DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ 3.21 @@ -49,9 +49,10 @@ 3.22 # Move profile to /etc/lxpanel (/usr maybe read-only) and default config 3.23 mkdir $fs/etc 3.24 mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 3.25 - ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 3.26 - mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 3.27 + ln -sf /etc/lxpanel $fs/usr/share/lxpanel/profile 3.28 + mv -f $fs/etc/lxpanel/default $fs/etc/lxpanel/original 3.29 cp -a $stuff/default $fs/etc/lxpanel 3.30 + 3.31 rm -rf $fs/etc/lxpanel/two_panels 3.32 3.33 # XDG autostart desktop file (lxsession will use it automaticaly)
4.1 --- a/lxpanel/stuff/autostart/lxpanel.desktop Wed Jul 25 09:12:59 2012 +0000 4.2 +++ b/lxpanel/stuff/autostart/lxpanel.desktop Wed Jul 25 09:15:48 2012 +0000 4.3 @@ -1,6 +1,6 @@ 4.4 [Desktop Entry] 4.5 Type=Application 4.6 Name=LXPanel Desktop panel 4.7 -Name[fr]=Panneau du bureau LXPanel 4.8 +name[fr]=Panneau du bureau LXPanel 4.9 Exec=lxpanel -p slitaz 4.10 -NotShowIn=XFCE;Razor; 4.11 +NotShowIn=XFCE;Razor; 4.12 \ No newline at end of file