summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild5
-rw-r--r--app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild5
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
}