- Resolve issue with gtk.immodules when using package [1]

- Add LICENSE

PR:		ports/164587
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer) [1]
This commit is contained in:
Ryan Steinmetz 2012-02-05 02:30:50 +00:00
parent e1066b1809
commit b444389ece
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290413
2 changed files with 6 additions and 1 deletions

View File

@ -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 \

View File

@ -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