wok-6.x rev 13650
Up: slitaz-configs to 5.1.1. I made sure applications.conf was added.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 18 18:16:33 2012 +0000 (2012-11-18) |
parents | 4af76cfb62c4 |
children | 61f494dbe8db |
files | slitaz-configs/receipt slitaz-tools/receipt |
line diff
1.1 --- a/slitaz-configs/receipt Fri Nov 16 02:22:49 2012 +0000 1.2 +++ b/slitaz-configs/receipt Sun Nov 18 18:16:33 2012 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-configs" 1.7 -VERSION="5.1" 1.8 +VERSION="5.1.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz config files and artwork." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +TARBALL="$VERSION.tar.gz" 1.14 WEB_SITE="http://www.slitaz.org/" 1.15 -WGET_URL="http://mirror.slitaz.org/sources/configs/$PACKAGE-$VERSION.tar.gz" 1.16 +WGET_URL="http://hg.slitaz.org/slitaz-configs/archive/$TARBALL" 1.17 +CONFIG_FILES="/etc/slitaz/applications.conf" 1.18 1.19 DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \ 1.20 transset-df ttf-dejavu slitaz-tools-boxes clearlooks slim" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 -{ 1.25 +{ 1.26 # Copy rootfs files from the stuff and set permissions. 1.27 mkdir -p $fs/etc/xdg/openbox $fs/usr/share 1.28 for f in menu.en.xml menu.xml autostart environment rc.xml 1.29 @@ -26,8 +27,9 @@ 1.30 do 1.31 cp -r $src/rootfs/usr/share/$i $fs/usr/share 1.32 done 1.33 - cp -a $src/rootfs/usr/bin $fs/usr 1.34 + cp -a $src/rootfs/usr/bin $fs/usr 1.35 cp -a $src/rootfs/etc/lxpanel $fs/etc 1.36 + cp -a $src/rootfs/etc/slitaz $fs/etc 1.37 chown -R root.root $fs 1.38 } 1.39
2.1 --- a/slitaz-tools/receipt Fri Nov 16 02:22:49 2012 +0000 2.2 +++ b/slitaz-tools/receipt Sun Nov 18 18:16:33 2012 +0000 2.3 @@ -26,8 +26,7 @@ 2.4 /etc/TZ 2.5 /etc/keymap.conf 2.6 /etc/locale.conf 2.7 -/etc/firewall.conf 2.8 -/etc/slitaz/applications.conf" 2.9 +/etc/firewall.conf" 2.10 2.11 # Rules to configure and make the package. 2.12 compile_rules()