Date: Sun, 4 Jul 2021 16:43:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 066b4db9b1dd - main - textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema Message-ID: <202107041643.164Gh4HO010486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=066b4db9b1ddaadd5fb0c7076733998f810dcda8 commit 066b4db9b1ddaadd5fb0c7076733998f810dcda8 Author: Ting-Wei Lan <lantw44@gmail.com> AuthorDate: 2021-07-04 16:41:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-07-04 16:42:57 +0000 textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema PR: 256973 --- textproc/ibus-table/Makefile | 4 +++- textproc/ibus-table/pkg-plist | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 4f045ce5bdf7..97d2ff5ab803 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -16,11 +16,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= autoreconf gettext-tools gmake pkgconfig python:3.4+ +USES= autoreconf gettext-tools gmake gnome pkgconfig python:3.4+ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= kaio +GLIB_SCHEMAS= org.freedesktop.ibus.engine.table.gschema.xml + OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/textproc/ibus-table/pkg-plist b/textproc/ibus-table/pkg-plist index 6219964df778..42a78d09b4e9 100644 --- a/textproc/ibus-table/pkg-plist +++ b/textproc/ibus-table/pkg-plist @@ -4,7 +4,6 @@ libexec/ibus-engine-table libexec/ibus-setup-table man/man1/ibus-table-createdb.1.gz share/applications/ibus-setup-table.desktop -share/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml %%DATADIR%%/data/phrase.txt.bz2 %%DATADIR%%/data/pinyin_table.txt.bz2 %%DATADIR%%/engine/chinese_variants.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107041643.164Gh4HO010486>