wok diff scim-tables-ja/receipt @ rev 21800

guvcview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 14:24:44 2019 +0200 (2019-08-10)
parents 20b9600c7f0c
children 667a6ebad331
line diff
     1.1 --- a/scim-tables-ja/receipt	Thu Aug 15 09:42:46 2013 +0000
     1.2 +++ b/scim-tables-ja/receipt	Sat Aug 10 14:24:44 2019 +0200
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scim-tables-ja"
     1.7 -VERSION="0.5.9"
     1.8 +VERSION="0.5.14.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Japanese 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 +
    1.30 +	for file in `cat stuff/wanted-files.list`
    1.31 +	  do
    1.32 +		cp -a $install$file ${fs}$file
    1.33 +	  done
    1.34  }