wok-6.x diff scim-tables-ko/receipt @ rev 21725
updated puddletag (1.0.5 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 15:27:49 2019 +0100 (2019-06-12) |
parents | 20b9600c7f0c |
children | 667a6ebad331 |
line diff
1.1 --- a/scim-tables-ko/receipt Thu Aug 15 09:42:46 2013 +0000 1.2 +++ b/scim-tables-ko/receipt Wed Jun 12 15:27:49 2019 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scim-tables-ko" 1.7 -VERSION="0.5.9" 1.8 +VERSION="0.5.14.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Korean 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/scim/icons $fs/usr/share/scim/tables 1.23 - for file in `cat stuff/wanted-files.list` 1.24 - do 1.25 - cp -a $install$file ${fs}$file 1.26 - done 1.27 + mkdir -p $fs/usr/share/scim/icons 1.28 + mkdir -p $fs/usr/share/scim/tables 1.29 + for file in `cat stuff/wanted-files.list` 1.30 + do 1.31 + cp -a $install$file ${fs}$file 1.32 + done 1.33 }