diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-05 02:30:50 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-05 02:30:50 +0000 |
commit | b444389ece7acb9b9e21f5245b796b8776d248b0 (patch) | |
tree | a4070f799ee5360f38144a18cf8b018d12bc9f7c /textproc/ibus | |
parent | e1066b18093acd2a257016be7208e4f2198111f7 (diff) |
Notes
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 5 | ||||
-rw-r--r-- | textproc/ibus/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 958302226966..36cf4cf67a40 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -7,13 +7,16 @@ PORTNAME= ibus PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Intelligent Input Bus for Linux / Unix OS +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ librsvg2>=2.0:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ diff --git a/textproc/ibus/pkg-plist b/textproc/ibus/pkg-plist index b3973dcadc4c..b903281f5a37 100644 --- a/textproc/ibus/pkg-plist +++ b/textproc/ibus/pkg-plist @@ -326,5 +326,7 @@ share/icons/hicolor/scalable/apps/ibus.svg @dirrm include/ibus-1.0 @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg +%%GTK3%%@exec gtk-query-immodules-3.0 --update-cache +@exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules %%GTK3%%@unexec gtk-query-immodules-3.0 --update-cache @unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules |