diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 01:23:50 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 01:23:50 +0800 |
commit | 11ebaa9654b612fb556acee1126df0ea836ac412 (patch) | |
tree | 7c1876b97cc262d9411ae17e788f850eb410eb37 /textproc | |
parent | 4ae5829bc55eef8f55748aed49ffff11db8ff2b4 (diff) | |
download | freebsd-ports-gnome-11ebaa9654b612fb556acee1126df0ea836ac412.tar.gz freebsd-ports-gnome-11ebaa9654b612fb556acee1126df0ea836ac412.tar.zst freebsd-ports-gnome-11ebaa9654b612fb556acee1126df0ea836ac412.zip |
- Update textproc/ibus-table to 1.3.9.20110827
- Adjust for ibus-1.4.0
- pet portlint
PR: ports/163900
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-table/Makefile | 7 | ||||
-rw-r--r-- | textproc/ibus-table/distinfo | 4 | ||||
-rw-r--r-- | textproc/ibus-table/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 36ac8dd21993..e61fb244c37a 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ibus-table -PORTVERSION= 1.3.0.20100621 +PORTVERSION= 1.3.9.20110827 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -15,8 +15,8 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= ibus-1.0.400:${PORTSDIR}/textproc/ibus +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= 2.5+ USE_GNOME= pkgconfig pygtk2 @@ -38,6 +38,5 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py - @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh .include <bsd.port.mk> diff --git a/textproc/ibus-table/distinfo b/textproc/ibus-table/distinfo index 077c83113fc0..1b87a7225df1 100644 --- a/textproc/ibus-table/distinfo +++ b/textproc/ibus-table/distinfo @@ -1,2 +1,2 @@ -SHA256 (ibus-table-1.3.0.20100621.tar.gz) = c2c9604082bd3c50e76c2cd8494855485845147a6b9fe05d4fa1c4a2f6fd3324 -SIZE (ibus-table-1.3.0.20100621.tar.gz) = 421845 +SHA256 (ibus-table-1.3.9.20110827.tar.gz) = 99c5eee5175233d8ee5678d3a16ef3ed76c029eaeb9792d811345a02652f0401 +SIZE (ibus-table-1.3.9.20110827.tar.gz) = 428810 diff --git a/textproc/ibus-table/pkg-plist b/textproc/ibus-table/pkg-plist index bb9477f4db5f..ef619bedb996 100644 --- a/textproc/ibus-table/pkg-plist +++ b/textproc/ibus-table/pkg-plist @@ -34,7 +34,7 @@ share/ibus/component/table.xml %%DATADIR%%/icons/half-letter.svg %%DATADIR%%/icons/half-punct.svg %%DATADIR%%/icons/ibus-table.svg -%%DATADIR%%/icons/latex.svg +%%DATADIR%%/icons/latex.png %%DATADIR%%/icons/ncommit.svg %%DATADIR%%/icons/onechar.svg %%DATADIR%%/icons/phrase.svg |