diff options
author | delphij <delphij@FreeBSD.org> | 2010-06-30 06:30:04 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-06-30 06:30:04 +0800 |
commit | a44107585fbe75176c5382d50a2f8bde51ef6cbc (patch) | |
tree | 6e3aa4c00beef85365529b3d90ca1cd7d92122a2 /textproc | |
parent | 545baf45d1ce8ca86d99df4fc470ab2f293a6405 (diff) | |
download | freebsd-ports-gnome-a44107585fbe75176c5382d50a2f8bde51ef6cbc.tar.gz freebsd-ports-gnome-a44107585fbe75176c5382d50a2f8bde51ef6cbc.tar.zst freebsd-ports-gnome-a44107585fbe75176c5382d50a2f8bde51ef6cbc.zip |
* add devel/py-notify in RUN_DEPENDS; it is not installed by any port
in the hierarchy, without it there is no panel icon and candidates
menus;
* bump PORTREVISION because this changes the default package;
* document new IMEngine, textproc/ibus-kmfl.
Submitted by: Nikola Lecic <nikola.lecic anthesphoria.net>
PR: ports/147760
Approved by: maintainer timeout
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/Makefile | 2 | ||||
-rw-r--r-- | textproc/ibus/pkg-message | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index b010b01a18e3..ed087e97d155 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -7,6 +7,7 @@ PORTNAME= ibus PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,6 +16,7 @@ COMMENT= Intelligent Input Bus for Linux / Unix OS BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg USE_PYTHON= yes diff --git a/textproc/ibus/pkg-message b/textproc/ibus/pkg-message index 90d56d0b4ba3..30c1bbe3213f 100644 --- a/textproc/ibus/pkg-message +++ b/textproc/ibus/pkg-message @@ -36,6 +36,7 @@ chinese/ibus-chewing Chewing engine for IBus chinese/ibus-pinyin The PinYin input method japanese/ibus-anthy Anthy engine for IBus japanese/ibus-skk SKK engine for IBus +textproc/ibus-kmfl KMFL IMEngine for IBus framework textproc/ibus-m17n The m17n IMEngine for IBus framework textproc/ibus-table Table based IM framework for IBus |