wok diff fcitx/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 417fb4d5aca5
children 8d64ce80ab95
line diff
     1.1 --- a/fcitx/receipt	Wed Oct 12 12:36:01 2011 +0000
     1.2 +++ b/fcitx/receipt	Fri Dec 13 16:18:29 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux."
     1.6  MAINTAINER="lufeng369@gmail.com"
     1.7 -DEPENDS="libfcitx fcitx-skin-default gtk+"
     1.8 -BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-${VERSION}_all.tar.bz2"
    1.11  WEB_SITE="http://code.google.com/p/fcitx/"
    1.12  WGET_URL="http://fcitx.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="libfcitx fcitx-skin-default gtk+"
    1.15 +BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,15 +28,15 @@
    1.21  genpkg_rules()
    1.22  {
    1.23      mkdir -p $fs/usr/bin/ $fs/usr/share/fcitx/ $fs/usr/share/applications/
    1.24 -    cp -a $_pkg/usr/bin/fcitx $fs/usr/bin/
    1.25 -    cp -a $_pkg/usr/bin/fcitx-configtool $fs/usr/bin/
    1.26 -    cp -a $_pkg/usr/bin/fcitx-remote $fs/usr/bin/
    1.27 -    cp -a $_pkg/usr/bin/fcitx4-config $fs/usr/bin/
    1.28 -    cp -a $_pkg/usr/share/fcitx/addon/ $fs/usr/share/fcitx/
    1.29 -    cp -a $_pkg/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/
    1.30 -    cp -a $_pkg/usr/share/fcitx/data/ $fs/usr/share/fcitx/
    1.31 -    cp -a $_pkg/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/
    1.32 -    cp -a $_pkg/usr/share/fcitx/table/ $fs/usr/share/fcitx/
    1.33 -    cp -a $_pkg/usr/share/applications/*.desktop $fs/usr/share/applications/
    1.34 -    cp -a $_pkg/usr/share/icons/ $fs/usr/share/
    1.35 +    cp -a $install/usr/bin/fcitx $fs/usr/bin/
    1.36 +    cp -a $install/usr/bin/fcitx-configtool $fs/usr/bin/
    1.37 +    cp -a $install/usr/bin/fcitx-remote $fs/usr/bin/
    1.38 +    cp -a $install/usr/bin/fcitx4-config $fs/usr/bin/
    1.39 +    cp -a $install/usr/share/fcitx/addon/ $fs/usr/share/fcitx/
    1.40 +    cp -a $install/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/
    1.41 +    cp -a $install/usr/share/fcitx/data/ $fs/usr/share/fcitx/
    1.42 +    cp -a $install/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/
    1.43 +    cp -a $install/usr/share/fcitx/table/ $fs/usr/share/fcitx/
    1.44 +    cp -a $install/usr/share/applications/*.desktop $fs/usr/share/applications/
    1.45 +    cp -a $install/usr/share/icons/ $fs/usr/share/
    1.46  }