# HG changeset patch # User Liu Peng # Date 1316522199 -28800 # Node ID be1fa6a49b59411a1b0d51c46a236d3bcb103ff6 # Parent 3f3e2cc53af09f3c62528674df0e4d3e7e6f1d23 fcitx: up to v4.1.1 diff -r 3f3e2cc53af0 -r be1fa6a49b59 fcitx-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx-dev/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="fcitx-dev" +VERSION="4.1.1" +CATEGORY="development" +SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package." +MAINTAINER="devel@slitaz.org" +DEPENDS="libfcitx xorg-libX11-dev" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ + cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/ + cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ + cp -a $_pkg/usr/share/cmake/ $fs/usr/share/ + cp -a $_pkg/usr/include/ $fs/usr/ +} diff -r 3f3e2cc53af0 -r be1fa6a49b59 fcitx-skin-classic/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx-skin-classic/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="fcitx-skin-classic" +VERSION="4.1.1" +CATEGORY="x-window" +SHORT_DESC="The classic skin of fcitx." +MAINTAINER="devel@slitaz.org" +DEPENDS="" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/fcitx/skin/ + cp -a $_pkg/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/ +} diff -r 3f3e2cc53af0 -r be1fa6a49b59 fcitx-skin-dark/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx-skin-dark/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="fcitx-skin-dark" +VERSION="4.1.1" +CATEGORY="x-window" +SHORT_DESC="The dark skin of fcitx." +MAINTAINER="devel@slitaz.org" +DEPENDS="" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/fcitx/skin/ + cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ +} diff -r 3f3e2cc53af0 -r be1fa6a49b59 fcitx-skin-default/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx-skin-default/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="fcitx-skin-default" +VERSION="4.1.1" +CATEGORY="x-window" +SHORT_DESC="The default skin of fcitx." +MAINTAINER="devel@sliaz.org" +DEPENDS="" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/fcitx/skin/ + cp -a $_pkg/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ +} diff -r 3f3e2cc53af0 -r be1fa6a49b59 fcitx-tools/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx-tools/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="fcitx-tools" +VERSION="4.1.1" +CATEGORY="x-window" +SHORT_DESC="The fcitx-tools package includes some tools of fcitx." +MAINTAINER="devel@slitaz.org" +DEPENDS="fcitx" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin/ + cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/ + cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/ + cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/ + cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/ + cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/ + cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/ + cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/ +} diff -r 3f3e2cc53af0 -r be1fa6a49b59 libfcitx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfcitx/receipt Tue Sep 20 20:36:39 2011 +0800 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="libfcitx" +VERSION="4.1.1" +CATEGORY="x-window" +SHORT_DESC="The libfcitx package provides shared libraries for FCITX." +MAINTAINER="devel@slitaz.org" +DEPENDS="" +WEB_SITE="http://code.google.com/p/fcitx/" +WANTED="fcitx" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/fcitx/ + cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/ + cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/ +}