diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-14 13:47:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-14 13:47:29 +0800 |
commit | dfcd779a32d3689dd3bee665c83f34a6ba7608e6 (patch) | |
tree | 05a63d006bb3850b054e2a5098b9de770b320ea0 /textproc | |
parent | 8da40abfed18267d5c497488c42e7cf08292a47a (diff) | |
download | freebsd-ports-gnome-dfcd779a32d3689dd3bee665c83f34a6ba7608e6.tar.gz freebsd-ports-gnome-dfcd779a32d3689dd3bee665c83f34a6ba7608e6.tar.zst freebsd-ports-gnome-dfcd779a32d3689dd3bee665c83f34a6ba7608e6.zip |
* add stage support
* update to 1.5.0
* correct use of LIB_DEPENDS
* reduce MASTER_SITES
PR: 190911
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-table/Makefile | 10 | ||||
-rw-r--r-- | textproc/ibus-table/distinfo | 4 | ||||
-rw-r--r-- | textproc/ibus-table/files/patch-configure | 12 | ||||
-rw-r--r-- | textproc/ibus-table/pkg-plist | 5 |
4 files changed, 18 insertions, 13 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 44b5450d7ecf..6005fb5e318d 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -2,17 +2,15 @@ # $FreeBSD$ PORTNAME= ibus-table -PORTVERSION= 1.3.9.20110827 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= yes @@ -23,8 +21,6 @@ GNU_CONFIGURE= yes PROJECTHOST= ibus -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> diff --git a/textproc/ibus-table/distinfo b/textproc/ibus-table/distinfo index 1b87a7225df1..dd9f01b4407f 100644 --- a/textproc/ibus-table/distinfo +++ b/textproc/ibus-table/distinfo @@ -1,2 +1,2 @@ -SHA256 (ibus-table-1.3.9.20110827.tar.gz) = 99c5eee5175233d8ee5678d3a16ef3ed76c029eaeb9792d811345a02652f0401 -SIZE (ibus-table-1.3.9.20110827.tar.gz) = 428810 +SHA256 (ibus-table-1.5.0.tar.gz) = 6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184 +SIZE (ibus-table-1.5.0.tar.gz) = 432844 diff --git a/textproc/ibus-table/files/patch-configure b/textproc/ibus-table/files/patch-configure new file mode 100644 index 000000000000..234ac0d65781 --- /dev/null +++ b/textproc/ibus-table/files/patch-configure @@ -0,0 +1,12 @@ +--- configure~ 2013-01-15 22:54:43.000000000 +0100 ++++ configure 2014-06-10 03:27:20.000000000 +0400 +@@ -5594,8 +5594,7 @@ + fi + fi + +- if test "$gt_use_preinstalled_gnugettext" = "yes" \ +- || test "$nls_cv_use_gnu_gettext" = "yes"; then ++ if test "$USE_NLS" = "yes"; then + + $as_echo "#define ENABLE_NLS 1" >>confdefs.h + diff --git a/textproc/ibus-table/pkg-plist b/textproc/ibus-table/pkg-plist index ef619bedb996..3ba9e06a15a4 100644 --- a/textproc/ibus-table/pkg-plist +++ b/textproc/ibus-table/pkg-plist @@ -2,6 +2,7 @@ bin/ibus-table-createdb libdata/pkgconfig/ibus-table.pc libexec/ibus-engine-table share/ibus/component/table.xml +%%NLS%%share/locale/de/LC_MESSAGES/ibus-table.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-table.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-table.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus-table.mo @@ -27,14 +28,12 @@ share/ibus/component/table.xml %%DATADIR%%/icons/acommit.svg %%DATADIR%%/icons/cb-mode.svg %%DATADIR%%/icons/chinese.svg -%%DATADIR%%/icons/compose.svg %%DATADIR%%/icons/english.svg %%DATADIR%%/icons/full-letter.svg %%DATADIR%%/icons/full-punct.svg %%DATADIR%%/icons/half-letter.svg %%DATADIR%%/icons/half-punct.svg %%DATADIR%%/icons/ibus-table.svg -%%DATADIR%%/icons/latex.png %%DATADIR%%/icons/ncommit.svg %%DATADIR%%/icons/onechar.svg %%DATADIR%%/icons/phrase.svg @@ -44,8 +43,6 @@ share/ibus/component/table.xml %%DATADIR%%/icons/tab-mode.svg %%DATADIR%%/icons/tc-mode.svg %%DATADIR%%/icons/tcb-mode.svg -%%DATADIR%%/tables/compose.db -%%DATADIR%%/tables/latex.db %%DATADIR%%/tables/template.txt @dirrmtry share/ibus/component @dirrm %%DATADIR%%/data |