diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-19 23:32:20 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-19 23:39:59 +0900 |
commit | 5d5b3621d27e386e66c0bad9187eb1417140a3a8 (patch) | |
tree | 22d0993409d5e792c50c1b8c32336660280cf8ea /app-i18n/ibus-table | |
parent | app-i18n/ibus-table: use xdg eclass (diff) | |
download | gentoo-5d5b3621d27e386e66c0bad9187eb1417140a3a8.tar.gz gentoo-5d5b3621d27e386e66c0bad9187eb1417140a3a8.tar.bz2 gentoo-5d5b3621d27e386e66c0bad9187eb1417140a3a8.zip |
app-i18n/ibus-table: call gnome2_schemas_update
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild | 5 | ||||
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild index 32a4746c5041..12188264ed72 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 xdg +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Tables engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -40,12 +40,15 @@ src_configure() { pkg_preinst() { xdg_pkg_preinst + gnome2_schemas_savelist } pkg_postinst() { xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { xdg_pkg_postrm + gnome2_schemas_update } diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild index 779ffde98ca3..f1c8d6b62e38 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 xdg +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Tables engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -41,12 +41,15 @@ src_configure() { pkg_preinst() { xdg_pkg_preinst + gnome2_schemas_savelist } pkg_postinst() { xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { xdg_pkg_postrm + gnome2_schemas_update } |