diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-11 16:01:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-11-11 16:01:48 +0000 |
commit | fc2fb52328d6e86f2802319404e7165187efd2f7 (patch) | |
tree | 95fd3a68c330687ff214393d9d95088588c89390 /chinese/fcitx-ui-light | |
parent | 4f5ebd4d476b78ca23f4646df6bf4c1a1d0328fc (diff) | |
download | ports-fc2fb52328d6e86f2802319404e7165187efd2f7.tar.gz ports-fc2fb52328d6e86f2802319404e7165187efd2f7.zip |
Notes
Diffstat (limited to 'chinese/fcitx-ui-light')
-rw-r--r-- | chinese/fcitx-ui-light/Makefile | 31 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/distinfo | 2 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/pkg-message | 7 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile new file mode 100644 index 000000000000..5df3e11dbb8b --- /dev/null +++ b/chinese/fcitx-ui-light/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: fcitx-ui-light +# Date created: 09 Nov 2011 +# Whom: Zhihao Yuan <lichray@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= fcitx-ui-light +PORTVERSION= 0.1.2 +CATEGORIES= chinese x11 +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= lichray@gmail.com +COMMENT= An alternative light weight UI for Fcitx + +LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XORG= x11 xft xpm +USE_CMAKE= yes +USE_GNOME= intltool + +PROJECTHOST= fcitx + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/chinese/fcitx-ui-light/distinfo b/chinese/fcitx-ui-light/distinfo new file mode 100644 index 000000000000..9c62e9e8a025 --- /dev/null +++ b/chinese/fcitx-ui-light/distinfo @@ -0,0 +1,2 @@ +SHA256 (fcitx-ui-light/fcitx-ui-light-0.1.2.tar.bz2) = 942f38fefed719c80dbf4eab830448088d59546c5b5a251e0a5bee16e4f4ece7 +SIZE (fcitx-ui-light/fcitx-ui-light-0.1.2.tar.bz2) = 34240 diff --git a/chinese/fcitx-ui-light/pkg-descr b/chinese/fcitx-ui-light/pkg-descr new file mode 100644 index 000000000000..82df135c5bbd --- /dev/null +++ b/chinese/fcitx-ui-light/pkg-descr @@ -0,0 +1,4 @@ +fcitx-ui-light is a very light weight UI for Fcitx, only using Xpm +and Xft, like go back to 3.6.x times. + +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-ui-light/pkg-message b/chinese/fcitx-ui-light/pkg-message new file mode 100644 index 000000000000..c5bcf35be5d9 --- /dev/null +++ b/chinese/fcitx-ui-light/pkg-message @@ -0,0 +1,7 @@ +************************************************************************ + +Replace your `fcitx` command with + fcitx -u fcitx-light-ui +to start Fcitx with this lightweight UI. + +************************************************************************ diff --git a/chinese/fcitx-ui-light/pkg-plist b/chinese/fcitx-ui-light/pkg-plist new file mode 100644 index 000000000000..9709960dfa44 --- /dev/null +++ b/chinese/fcitx-ui-light/pkg-plist @@ -0,0 +1,5 @@ +lib/fcitx/fcitx-light-ui.so +share/fcitx/addon/fcitx-light-ui.conf +share/fcitx/configdesc/fcitx-light-ui.desc +share/applications/fcitx-light.desktop +share/locale/zh_CN/LC_MESSAGES/fcitx-light-ui.mo |