wok diff lxappearance/receipt @ rev 12234

Up:ocsreports (2.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 12:02:30 2012 +0200 (2012-04-09)
parents eea856c872d5
children 51fb70807dcd
line diff
     1.1 --- a/lxappearance/receipt	Wed Sep 15 11:57:46 2010 +0000
     1.2 +++ b/lxappearance/receipt	Mon Apr 09 12:02:30 2012 +0200
     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  }