wok rev 10959

fcitx: up to v4.1.1
author Liu Peng <hipeng@yahoo.com>
date Tue Sep 20 20:36:39 2011 +0800 (2011-09-20)
parents 3f3e2cc53af0
children 6e4cd2532814
files fcitx-dev/receipt fcitx-skin-classic/receipt fcitx-skin-dark/receipt fcitx-skin-default/receipt fcitx-tools/receipt libfcitx/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fcitx-dev/receipt	Tue Sep 20 20:36:39 2011 +0800
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fcitx-dev"
     1.7 +VERSION="4.1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +DEPENDS="libfcitx xorg-libX11-dev"
    1.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    1.13 +WANTED="fcitx"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/
    1.19 +    cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/
    1.20 +    cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
    1.21 +    cp -a $_pkg/usr/share/cmake/ $fs/usr/share/
    1.22 +    cp -a $_pkg/usr/include/ $fs/usr/
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/fcitx-skin-classic/receipt	Tue Sep 20 20:36:39 2011 +0800
     2.3 @@ -0,0 +1,17 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="fcitx-skin-classic"
     2.7 +VERSION="4.1.1"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="The classic skin of fcitx."
    2.10 +MAINTAINER="devel@slitaz.org"
    2.11 +DEPENDS=""
    2.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    2.13 +WANTED="fcitx"
    2.14 +
    2.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.16 +genpkg_rules()
    2.17 +{
    2.18 +    mkdir -p $fs/usr/share/fcitx/skin/
    2.19 +    cp -a $_pkg/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/
    2.20 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/fcitx-skin-dark/receipt	Tue Sep 20 20:36:39 2011 +0800
     3.3 @@ -0,0 +1,17 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="fcitx-skin-dark"
     3.7 +VERSION="4.1.1"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="The dark skin of fcitx."
    3.10 +MAINTAINER="devel@slitaz.org"
    3.11 +DEPENDS=""
    3.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    3.13 +WANTED="fcitx"
    3.14 +
    3.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.16 +genpkg_rules()
    3.17 +{
    3.18 +    mkdir -p $fs/usr/share/fcitx/skin/
    3.19 +    cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/
    3.20 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/fcitx-skin-default/receipt	Tue Sep 20 20:36:39 2011 +0800
     4.3 @@ -0,0 +1,17 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="fcitx-skin-default"
     4.7 +VERSION="4.1.1"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="The default skin of fcitx."
    4.10 +MAINTAINER="devel@sliaz.org"
    4.11 +DEPENDS=""
    4.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    4.13 +WANTED="fcitx"
    4.14 +
    4.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.16 +genpkg_rules()
    4.17 +{
    4.18 +    mkdir -p $fs/usr/share/fcitx/skin/
    4.19 +    cp -a $_pkg/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/
    4.20 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/fcitx-tools/receipt	Tue Sep 20 20:36:39 2011 +0800
     5.3 @@ -0,0 +1,23 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="fcitx-tools"
     5.7 +VERSION="4.1.1"
     5.8 +CATEGORY="x-window"
     5.9 +SHORT_DESC="The fcitx-tools package includes some tools of fcitx."
    5.10 +MAINTAINER="devel@slitaz.org"
    5.11 +DEPENDS="fcitx"
    5.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    5.13 +WANTED="fcitx"
    5.14 +
    5.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.16 +genpkg_rules()
    5.17 +{
    5.18 +    mkdir -p $fs/usr/bin/
    5.19 +    cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/
    5.20 +    cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/
    5.21 +    cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/
    5.22 +    cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/
    5.23 +    cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/
    5.24 +    cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/
    5.25 +    cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/
    5.26 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/libfcitx/receipt	Tue Sep 20 20:36:39 2011 +0800
     6.3 @@ -0,0 +1,18 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="libfcitx"
     6.7 +VERSION="4.1.1"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="The libfcitx package provides shared libraries for FCITX."
    6.10 +MAINTAINER="devel@slitaz.org"
    6.11 +DEPENDS=""
    6.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    6.13 +WANTED="fcitx"
    6.14 +
    6.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.16 +genpkg_rules()
    6.17 +{
    6.18 +    mkdir -p $fs/usr/lib/fcitx/
    6.19 +    cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/
    6.20 +    cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/
    6.21 +}