wok-current diff slitaz-configs/receipt @ rev 12418

Split razorqt-power (with upower dep)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 18:40:22 2012 +0200 (2012-04-20)
parents f47aa70f47f3
children 7fed8c0a235d
line diff
     1.1 --- a/slitaz-configs/receipt	Tue Apr 10 14:35:05 2012 +0000
     1.2 +++ b/slitaz-configs/receipt	Fri Apr 20 18:40:22 2012 +0200
     1.3 @@ -1,27 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs"
     1.7 -VERSION="4.9.2"
     1.8 +VERSION="5.0"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="SliTaz config files, wallpaper and login sound."
    1.11 +SHORT_DESC="SliTaz config files and artwork."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.slitaz.org/"
    1.15 -WGET_URL="http://hg.slitaz.org/slitaz-configs/archive/$VERSION.tar.gz"
    1.16 +WGET_URL="http://mirror.slitaz.org/sources/configs/$PACKAGE-$VERSION.tar.gz"
    1.17  
    1.18  DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \
    1.19 -transset-df lxtask lxpanel lxappearance ttf-dejavu pcmanfm slitaz-tools-boxes \
    1.20 -clearlooks slim"
    1.21 +transset-df ttf-dejavu slitaz-tools-boxes clearlooks slim"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {	
    1.26  	# Copy rootfs files from the stuff and set permissions.
    1.27 -	mkdir -p $fs/etc/xdg/openbox
    1.28 +	mkdir -p $fs/etc/xdg/openbox $fs/usr/share
    1.29  	for f in menu.en.xml menu.xml autostart.sh rc.xml
    1.30  	do
    1.31  		cp -a $src/rootfs/etc/xdg/openbox/$f $fs/etc/xdg/openbox
    1.32  	done
    1.33 +	# /usr/share
    1.34 +	for i in applications lxdm slim slitaz
    1.35 +	do
    1.36 +		cp -r $src/rootfs/usr/share/$i $fs/usr/share
    1.37 +	done
    1.38  	cp -a $src/rootfs/etc/lxpanel $fs/etc
    1.39  	chown -R root.root $fs
    1.40  }