# HG changeset patch # User Alexander Medvedev # Date 1320894617 0 # Node ID 40a7bb2d537a15a79264a7a22643065abc1856d4 # Parent abfc6db7f4161e9a59d45a513df419ce8f0dd09a Up: lxappearance (0.5.1) diff -r abfc6db7f416 -r 40a7bb2d537a lxappearance/receipt --- a/lxappearance/receipt Thu Nov 10 03:02:24 2011 +0000 +++ b/lxappearance/receipt Thu Nov 10 03:10:17 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxappearance" -VERSION="0.4.0" +VERSION="0.5.1" CATEGORY="x-window" SHORT_DESC="Desktop setting configuration utility from LXDE." MAINTAINER="pankso@slitaz.org" @@ -20,8 +20,6 @@ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install - # Avoid install error (chmod) - # echo "Please continue..." } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -30,7 +28,5 @@ mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/lxappearance $fs/usr/share - - # Remove a few "heavy" an unseful images - chmod +x $fs/usr/share/lxappearance/*.sh + cp -a $_pkg/usr/share/applications $fs/usr/share }