wok-next rev 16345
Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 20:04:10 2014 +0200 (2014-04-12) |
parents | ec219fba60ea |
children | c5d0d245189b |
files | slitaz-configs-base/receipt slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs-base/receipt Sat Apr 12 18:58:11 2014 +0200 1.2 +++ b/slitaz-configs-base/receipt Sat Apr 12 20:04:10 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.2.2" 1.8 +VERSION="5.3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz config files for text based systems." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/slitaz-configs/receipt Sat Apr 12 18:58:11 2014 +0200 2.2 +++ b/slitaz-configs/receipt Sat Apr 12 20:04:10 2014 +0200 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-configs" 2.7 -VERSION="5.2.2" 2.8 -ARM_VERSION="0.2" 2.9 +VERSION="5.3" 2.10 +ARM_VERS="0.2" 2.11 CATEGORY="base-system" 2.12 SHORT_DESC="SliTaz config files and artwork." 2.13 MAINTAINER="pankso@slitaz.org" 2.14 @@ -20,14 +20,14 @@ 2.15 # i486/arm common configs are provided by slitaz-configs-base. 2.16 case "$SLITAZ_ARCH" in 2.17 arm*) 2.18 - VERSION="$ARM_VERSION" 2.19 + VERSION="$ARM_VERS" 2.20 WEB_SITE="http://arm.slitaz.org/" 2.21 DEPENDS="slitaz-configs-base ttf-dejavu slim" ;; 2.22 esac 2.23 2.24 case "$ARCH" in 2.25 arm*) 2.26 - VERSION="$ARM_VERSION" 2.27 + VERSION="$ARM_VERS" 2.28 WEB_SITE="http://arm.slitaz.org/" 2.29 TARBALL="$PACKAGE-arm-$VERSION.tar.bz2" 2.30 WGET_URL="http://hg.slitaz.org/slitaz-arm/archive/tip.tar.bz2" ;;