wok diff lxpanel/receipt @ rev 13956
gpm: /usr/lib/*.so must be executable
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 30 12:46:41 2013 +0000 (2013-01-30) |
parents | 49e1774e4196 |
children | bf872cb6f5c1 |
line diff
1.1 --- a/lxpanel/receipt Sat Apr 28 15:52:00 2012 +0200 1.2 +++ b/lxpanel/receipt Wed Jan 30 12:46:41 2013 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel" 1.7 -VERSION="0.5.9" 1.8 +VERSION="0.5.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Standard compliant desktop panel." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz" 1.14 WEB_SITE="http://www.lxde.org/" 1.15 #WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.16 -WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" 1.17 +WGET_URL="http://ftp.de.debian.org/debian/pool/main/l/$PACKAGE/$TARBALL" 1.18 CONFIG_FILES="/etc/lxpanel/default" 1.19 1.20 DEPENDS="glibc-base glib libgio expat zlib menu-cache slitaz-icon \ 1.21 @@ -49,9 +49,10 @@ 1.22 # Move profile to /etc/lxpanel (/usr maybe read-only) and default config 1.23 mkdir $fs/etc 1.24 mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 1.25 - ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 1.26 - mv $fs/etc/lxpanel/default $fs/etc/lxpanel/original 1.27 + ln -sf /etc/lxpanel $fs/usr/share/lxpanel/profile 1.28 + mv -f $fs/etc/lxpanel/default $fs/etc/lxpanel/original 1.29 cp -a $stuff/default $fs/etc/lxpanel 1.30 + 1.31 rm -rf $fs/etc/lxpanel/two_panels 1.32 1.33 # XDG autostart desktop file (lxsession will use it automaticaly)