diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-07 19:16:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-07 19:16:24 +0000 |
| commit | 90a0f7161f278b682a9d9e9f416b09758a1fe43d (patch) | |
| tree | bf39fa5d2b301390b36fba64520205200bd87779 /app-i18n/ibus-table | |
| parent | f9d0675741ad162abaaa7eac1da4c2f2cd4a07a8 (diff) | |
| download | baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.tar.gz baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.tar.xz baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.zip | |
Adding metadata
Diffstat (limited to 'app-i18n/ibus-table')
| -rw-r--r-- | app-i18n/ibus-table/Manifest | 1 | ||||
| -rw-r--r-- | app-i18n/ibus-table/ibus-table-1.17.15.ebuild | 55 | ||||
| -rw-r--r-- | app-i18n/ibus-table/ibus-table-1.17.16.ebuild | 2 |
3 files changed, 1 insertions, 57 deletions
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest index fba97e7dede6..c7642aa529c5 100644 --- a/app-i18n/ibus-table/Manifest +++ b/app-i18n/ibus-table/Manifest @@ -1,2 +1 @@ -DIST ibus-table-1.17.15.tar.gz 1627549 BLAKE2B fae8afdc95406d81f091607d98531c7f7767ed4b2142d1fb9f92985a72a7c16f2cbe165fcdcc9ce146529f2b5be8ff7c2635dd3047f7a0b8d54794ae7f1308dc SHA512 0553d5296ae78ecfaed7fd36e3711457013a6ceb6fd4ad2f30b42ad9d5aae9605d4dee49121aba1b839bb13a9ec9bd8d4e98b83ff2c389178064170cd6c55ff3 DIST ibus-table-1.17.16.tar.gz 1628244 BLAKE2B 973c25955afac921a1146fca59d459066d2250962e3150fa1345c345f0d5405d97dcabd82a4317c7644158228c92eeff06edd7c45bd1ebb3061c2b5d00fef30f SHA512 e7d9102b85f1f96470afdee270ca630e9b54cd668c29173740ee9e504d9977fd1569f3c0b64323b30c5afd71493b095a84f34175b07c5db453f89b935075083e diff --git a/app-i18n/ibus-table/ibus-table-1.17.15.ebuild b/app-i18n/ibus-table/ibus-table-1.17.15.ebuild deleted file mode 100644 index cd1e55b83246..000000000000 --- a/app-i18n/ibus-table/ibus-table-1.17.15.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -PYTHON_COMPAT=( python3_{10..14} ) -PYTHON_REQ_USE="sqlite(+)" - -inherit gnome2-utils python-single-r1 xdg - -DESCRIPTION="Tables engines for IBus" -HOMEPAGE="https://github.com/ibus/ibus/wiki" -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" -RESTRICT="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - app-i18n/ibus[python(+),${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - virtual/libiconv - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - python_fix_shebang . - - default -} - -src_configure() { - econf $(use_enable nls) -} - -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.17.16.ebuild b/app-i18n/ibus-table/ibus-table-1.17.16.ebuild index d48e4ebb3879..cd1e55b83246 100644 --- a/app-i18n/ibus-table/ibus-table-1.17.16.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.17.16.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls" RESTRICT="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
