wok rev 19620
Up slitaz-configs(300)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 10 16:37:33 2017 +0200 (2017-01-10) |
parents | b9e9d2b1d41b |
children | 13031b3df5bb |
files | slitaz-configs-base/receipt slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs-base/receipt Tue Jan 10 16:22:01 2017 +0200 1.2 +++ b/slitaz-configs-base/receipt Tue Jan 10 16:37:33 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-configs-base" 1.7 -VERSION="299" 1.8 +VERSION="300" 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 Tue Jan 10 16:22:01 2017 +0200 2.2 +++ b/slitaz-configs/receipt Tue Jan 10 16:37:33 2017 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-configs" 2.7 -VERSION="299" 2.8 +VERSION="300" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="SliTaz config files and artwork." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -13,6 +13,7 @@ 2.13 2.14 DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage \ 2.15 xorg-xcompmgr transset-df ttf-dejavu slim" 2.16 +BUILD_DEPENDS="" # see below 2.17 SIBLINGS="slitaz-configs-base" 2.18 2.19 # Special case for ARM since some (most) config files are in slitaz-arm repo. 2.20 @@ -23,7 +24,8 @@ 2.21 esac 2.22 2.23 case "$ARCH" in 2.24 - i?86*) BUILD_DEPENDS="locale-fr locale-pt_BR locale-ru" ;; 2.25 + i?86*) BUILD_DEPENDS="gettext locale-fr locale-hu locale-ja locale-pt_BR \ 2.26 +locale-ru locale-zh_CN" ;; 2.27 esac 2.28 2.29 # Rules to configure and make the package. 2.30 @@ -32,7 +34,8 @@ 2.31 case "$ARCH" in 2.32 i?86) 2.33 make DESTDIR=$DESTDIR menu 2.34 - ln -s menu.en.xml $install/etc/xdg/openbox/menu.xml ;; 2.35 + ln -s menu.en.xml $install/etc/xdg/openbox/menu.xml 2.36 + ;; 2.37 esac 2.38 } 2.39