Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 19:34:29 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ecf23b237366 - 2021Q3 - textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema
Message-ID:  <202107041934.164JYT9X036834@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecf23b2373665e3e1be06137544bf27d44dfb1d6

commit ecf23b2373665e3e1be06137544bf27d44dfb1d6
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 19:34:16 +0000

    textproc/ibus-table: Use GLIB_SCHEMAS to install GSettings schema
    
    PR:             256973
    (cherry picked from commit 066b4db9b1ddaadd5fb0c7076733998f810dcda8)
---
 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?202107041934.164JYT9X036834>