Date: Thu, 10 Jun 2010 13:17:09 +0200 (CEST) From: Nikola Lecic <nikola.lecic@anthesphoria.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147760: [Patch] textproc/ibus: Add py-notify in RUN_DEPENDS, document new IMEngine Message-ID: <201006101117.o5ABH9go041800@anthesphoria.net> Resent-Message-ID: <201006101120.o5ABK4Tx068254@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147760 >Category: ports >Synopsis: [Patch] textproc/ibus: Add py-notify in RUN_DEPENDS, document new IMEngine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 10 11:20:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor.xx.ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Log: * 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. (New port PR for ibus-kmfl follows). >How-To-Repeat: >Fix: --- ibus-1.3.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ibus/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 8 Jun 2010 21:53:30 -0000 1.12 +++ Makefile 10 Jun 2010 11:01:31 -0000 @@ -7,6 +7,7 @@ PORTNAME= ibus PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,6 +16,7 @@ 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 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/textproc/ibus/pkg-message,v retrieving revision 1.4 diff -u -r1.4 pkg-message --- pkg-message 12 Feb 2010 10:52:05 -0000 1.4 +++ pkg-message 10 Jun 2010 12:37:18 -0000 @@ -36,6 +36,7 @@ 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 --- ibus-1.3.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006101117.o5ABH9go041800>