wok-next diff lxappearance/receipt @ rev 11762
up hplip (3.12.2) and removed desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 22 14:36:37 2012 -0800 (2012-02-22) |
parents | eea856c872d5 |
children | 51fb70807dcd |
line diff
1.1 --- a/lxappearance/receipt Wed Sep 15 11:57:46 2010 +0000 1.2 +++ b/lxappearance/receipt Wed Feb 22 14:36:37 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxappearance" 1.7 -VERSION="0.4.0" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Desktop setting configuration utility from LXDE." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -20,8 +20,6 @@ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 make DESTDIR=$PWD/_pkg install 1.16 - # Avoid install error (chmod) 1.17 - # echo "Please continue..." 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -30,7 +28,5 @@ 1.22 mkdir -p $fs/usr/share 1.23 cp -a $_pkg/usr/bin $fs/usr 1.24 cp -a $_pkg/usr/share/lxappearance $fs/usr/share 1.25 - 1.26 - # Remove a few "heavy" an unseful images 1.27 - chmod +x $fs/usr/share/lxappearance/*.sh 1.28 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.29 }