wok diff fcitx-tools/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents 79a6b0b967a1
children e3f377fbc5f0
line diff
     1.1 --- a/fcitx-tools/receipt	Mon Oct 03 22:42:21 2011 +0800
     1.2 +++ b/fcitx-tools/receipt	Fri Apr 29 17:46:17 2016 +0300
     1.3 @@ -5,19 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="The fcitx-tools package includes some tools of fcitx."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS="fcitx"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://code.google.com/p/fcitx/"
    1.10  WANTED="fcitx"
    1.11  
    1.12 +DEPENDS="fcitx"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17      mkdir -p $fs/usr/bin/
    1.18 -    cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/
    1.19 -    cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/
    1.20 -    cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/
    1.21 -    cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/
    1.22 -    cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/
    1.23 -    cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/
    1.24 -    cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/
    1.25 +    cp -a $install/usr/bin/createPYMB $fs/usr/bin/
    1.26 +    cp -a $install/usr/bin/readPYBase $fs/usr/bin/
    1.27 +    cp -a $install/usr/bin/readPYMB $fs/usr/bin/
    1.28 +    cp -a $install/usr/bin/mb2org $fs/usr/bin/
    1.29 +    cp -a $install/usr/bin/mb2txt $fs/usr/bin/
    1.30 +    cp -a $install/usr/bin/scel2org $fs/usr/bin/
    1.31 +    cp -a $install/usr/bin/txt2mb $fs/usr/bin/
    1.32  }