wok-current rev 16374
Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 19:59:46 2014 +0200 (2014-04-14) |
parents | 73731679d0fa |
children | c93c5dacf687 |
files | slitaz-configs-base/receipt slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs-base/receipt Mon Apr 14 18:36:24 2014 +0200 1.2 +++ b/slitaz-configs-base/receipt Mon Apr 14 19:59:46 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-configs-base" 1.7 -VERSION="5.3" 1.8 +VERSION="5.4" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz config files for text based systems." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -34,7 +34,8 @@ 1.13 cp -a $src/rootfs/usr/share/pixmaps $fs/usr/share 1.14 cp -a $src/rootfs/usr/share/themes $fs/usr/share 1.15 cp -a $src/rootfs/usr/share/slitaz $fs/usr/share 1.16 - cp -a $src/rootfs/etc/lxpanel $fs/etc ;; 1.17 + cp -a $src/rootfs/etc/lxpanel $fs/etc 1.18 + cp -a $src/rootfs/etc/skel $fs/etc ;; 1.19 *) 1.20 mkdir -p \ 1.21 $fs/etc \ 1.22 @@ -44,7 +45,6 @@ 1.23 $fs/etc/skel/Documents 1.24 cp -a $src/rootfs/boot $fs 1.25 cp -a $src/rootfs/etc/skel $fs/etc 1.26 - cp -a $src/rootfs/etc/X11 $fs/etc 1.27 1.28 for i in images pixmaps themes webhome; do 1.29 cp -r $src/rootfs/usr/share/$i $fs/usr/share
2.1 --- a/slitaz-configs/receipt Mon Apr 14 18:36:24 2014 +0200 2.2 +++ b/slitaz-configs/receipt Mon Apr 14 19:59:46 2014 +0200 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-configs" 2.7 -VERSION="5.3" 2.8 -ARM_VERS="0.2" 2.9 +VERSION="5.4" 2.10 +ARM_VERS="0.3" 2.11 CATEGORY="base-system" 2.12 SHORT_DESC="SliTaz config files and artwork." 2.13 MAINTAINER="pankso@slitaz.org" 2.14 @@ -13,8 +13,8 @@ 2.15 CONFIG_FILES="/etc/slitaz/applications.conf" 2.16 HOST_ARCH="i486 arm" 2.17 2.18 -DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \ 2.19 -transset-df ttf-dejavu slim" 2.20 +DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage \ 2.21 +xorg-xcompmgr transset-df ttf-dejavu slim" 2.22 2.23 # Special case for ARM since some (most) config files are in slitaz-arm repo. 2.24 # i486/arm common configs are provided by slitaz-configs-base.