wok-current diff locale-zh_TW/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | cea5a9fa7152 |
children | 7042a09beaeb |
line diff
1.1 --- a/locale-zh_TW/receipt Fri Nov 28 01:22:40 2014 +0200 1.2 +++ b/locale-zh_TW/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="locale-zh_TW" 1.7 -VERSION="4.2" 1.8 +VERSION="5.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Chinese Traditional locale pack." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,13 +9,14 @@ 1.13 WEB_SITE="http://www.slitaz.org/" 1.14 HOST_ARCH="i486 arm" 1.15 1.16 -WANTED="glibc slitaz-i18n xorg-libX11" 1.17 +WANTED="glibc slitaz-i18n xorg-libX11 flag-icons tzdata" 1.18 DEPENDS="glibc-base pcf-uming" 1.19 1.20 LOCALE="zh_TW" 1.21 LOCALE_DEPENDS="zh_CN" # for zh_TW 1.22 -KB_FLAGS="" 1.23 -GCONV="BIG5" 1.24 +KBD="" 1.25 +KB_FLAGS="TW:tw" 1.26 +GCONV="BIG5 EUC-TW libCNS" 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules()