* add stage support
* update to 1.5.0 * correct use of LIB_DEPENDS * reduce MASTER_SITES PR: 190911
This commit is contained in:
parent
f9cde5b622
commit
d7027c76a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357741
@ -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>
|
||||
|
@ -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
|
||||
|
12
textproc/ibus-table/files/patch-configure
Normal file
12
textproc/ibus-table/files/patch-configure
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user