wok diff scim-tables-additional/receipt @ rev 21716
updated proxychains-ng (4.8.1 -> 4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 13:34:23 2019 +0100 (2019-06-12) |
parents | 20b9600c7f0c |
children | 667a6ebad331 |
line diff
1.1 --- a/scim-tables-additional/receipt Thu Aug 15 09:42:46 2013 +0000 1.2 +++ b/scim-tables-additional/receipt Wed Jun 12 13:34:23 2019 +0100 1.3 @@ -1,45 +1,45 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scim-tables-additional" 1.7 -VERSION="0.5.9" 1.8 +VERSION="0.5.14.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Miscellaneous input method data tables for SCIM platform." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WANTED="scim-tables" 1.14 WEB_SITE="http://www.scim-im.org/" 1.15 1.16 +WANTED="scim-tables" 1.17 DEPENDS="scim-tables-base" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/share 1.23 - cp -a $install/usr/share/scim $fs/usr/share 1.24 + mkdir -p $fs/usr/share 1.25 + cp -a $install/usr/share/scim $fs/usr/share 1.26 1.27 -if false; then # spurrious things... 1.28 - # Rm ja files. 1.29 - echo -n "Removing all ja files..." 1.30 - for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` 1.31 - do 1.32 - rm -f ${fs}$file 1.33 - done 1.34 - status 1.35 + if false; then # spurrious things... 1.36 + # Rm ja files. 1.37 + echo -n "Removing all ja files..." 1.38 + for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` 1.39 + do 1.40 + rm -f ${fs}$file 1.41 + done 1.42 + status 1.43 1.44 - # Rm ko files. 1.45 - echo -n "Removing all ko files..." 1.46 - for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` 1.47 - do 1.48 - rm -f ${fs}$file 1.49 - done 1.50 - status 1.51 + # Rm ko files. 1.52 + echo -n "Removing all ko files..." 1.53 + for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` 1.54 + do 1.55 + rm -f ${fs}$file 1.56 + done 1.57 + status 1.58 1.59 - # Rm zh files. 1.60 - echo -n "Removing all zh files..." 1.61 - for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` 1.62 - do 1.63 - rm -f ${fs}$file 1.64 - done 1.65 - status 1.66 -fi 1.67 + # Rm zh files. 1.68 + echo -n "Removing all zh files..." 1.69 + for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` 1.70 + do 1.71 + rm -f ${fs}$file 1.72 + done 1.73 + status 1.74 + fi 1.75 }