wok diff slitaz-configs-base/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents b6fe0cfb6a7b
children 10e6c72b2c15
line diff
     1.1 --- a/slitaz-configs-base/receipt	Thu Jan 17 19:36:23 2013 +0100
     1.2 +++ b/slitaz-configs-base/receipt	Sat Aug 03 17:37:48 2013 +0300
     1.3 @@ -1,32 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs-base"
     1.7 -VERSION="5.1.3"
     1.8 +VERSION="5.1.6"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files for text based systems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 +LICENSE="GPL"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14  SOURCE="slitaz-configs"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.slitaz.org/"
    1.17  WGET_URL="http://hg.slitaz.org/slitaz-configs/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="tazlito tazpkg"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23 -{	
    1.24 +{
    1.25  	# Copy rootfs files from the stuff and set permissions.
    1.26 -	mkdir -p $fs/etc $fs/boot $fs/usr/share
    1.27 +	mkdir -p \
    1.28 +		$fs/etc \
    1.29 +		$fs/boot \
    1.30 +		$fs/usr/share \
    1.31 +		$fs/etc/skel/Music \
    1.32 +		$fs/etc/skel/Documents
    1.33  	cp -a $src/rootfs/boot $fs
    1.34  	cp -a $src/rootfs/etc/skel $fs/etc
    1.35  	cp -a $src/rootfs/etc/X11 $fs/etc
    1.36 -	mkdir -p \
    1.37 -		$fs/etc/skel/Music \
    1.38 -		$fs/etc/skel/Documents
    1.39 -	for i in images pixmaps themes webhome
    1.40 -	do
    1.41 +
    1.42 +	for i in images pixmaps themes webhome; do
    1.43  		cp -r $src/rootfs/usr/share/$i $fs/usr/share
    1.44  	done
    1.45 +
    1.46  	cp -a $src/rootfs/root $fs
    1.47  	chown -R root.root $fs
    1.48  	chmod 0750 $fs/root