wok rev 11275

Up: lxappearance (0.5.1)
author Alexander Medvedev <devl547@gmail.com>
date Thu Nov 10 03:10:17 2011 +0000 (2011-11-10)
parents abfc6db7f416
children f01409ef6d29
files lxappearance/receipt
line diff
     1.1 --- a/lxappearance/receipt	Thu Nov 10 03:02:24 2011 +0000
     1.2 +++ b/lxappearance/receipt	Thu Nov 10 03:10:17 2011 +0000
     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  }