diff options
Diffstat (limited to 'app-i18n/fcitx-hangul')
-rw-r--r-- | app-i18n/fcitx-hangul/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild | 18 |
3 files changed, 20 insertions, 20 deletions
diff --git a/app-i18n/fcitx-hangul/Manifest b/app-i18n/fcitx-hangul/Manifest index d66ee22b1067..0780bc0afd5a 100644 --- a/app-i18n/fcitx-hangul/Manifest +++ b/app-i18n/fcitx-hangul/Manifest @@ -1,4 +1,4 @@ DIST fcitx-hangul-0.3.1.tar.xz 26612 BLAKE2B 59770762ecbd5027d9010d99037881c576f638d30cf22234e5b110e9264637c3ff2049fbf8c7e44ca27acebff5668b2eefee5aeff78622ccb338ff68abc42490 SHA512 6ad2e34644c9246490a91342a11b186d40702f7e587beeb056ad98538da50dbf9fdc9f298e5b379bef50f63ad5be5da79ba84e60a22b57c330d0a68dd5bf5ca6 -EBUILD fcitx-hangul-0.3.1.ebuild 836 BLAKE2B 0ad55f3d1b837e567718a43e95f5f336cd15e8b11d1e00bd52e71e452b331d8ca7e5cfa7b562fb89e38cabb357408149f54cd9ecd6a5d5b28b53f58a777713ef SHA512 854327ddb8f94f8a1ca2ed82702f0fba43de259863f7c33642fe82d478bc414609d14f1da506cf89b44a4cb3ae4e5683ead71552e8017987f35d4d981cc40bc7 -EBUILD fcitx-hangul-4.9999.ebuild 817 BLAKE2B 0caa7e0868a86243fe133e3fa5127b2e7fbb7a981c1c994872964ea526f09ad94481102fa6db37d9242da338da734875611f9a551281619ff6047649084553b2 SHA512 5470e79b0843ae01c2ec841c25f376351a2c8b205033d745ad5467733b54bf0658fbe135b88b5d74465c5a761060d5d23906fea9654b70938931d536040af2af +EBUILD fcitx-hangul-0.3.1.ebuild 832 BLAKE2B 2bd6977a391b4b01831e187e673b16c9e36fbd18429c9162729b078810f11be37da7c85ec2b71ce8541d6162e41fa5d084c7d66a0aa2a58ba8d41c35d597a928 SHA512 62015d2b984964cd56e98a0d19a967d7fac4ed14444813e0b8c155353e89293906d0d43a8d8688da4b5b3f683c1599dd1d3e38b64126b4b0ad5ed2ea2158d581 +EBUILD fcitx-hangul-4.9999.ebuild 813 BLAKE2B 1e49bad0c8fa9f8771fc51b06c4d815e97c24f004a536ca42d061503b66934abef0dbc607f6a37f603deff841cb76da3d2b6219dd905f6f637c06a2698822bfa SHA512 e47e032e70c49a94eaf2fe1d9d8ccca304ad016349403cdb3e4418ccb06740eb1287bbb69fdca5ca449e2a3423b77d5f8e862d185b2454135ed65b9fb7dc0e07 MISC metadata.xml 451 BLAKE2B f809380d98ca98e0b6ce0704578b4cf132b12355186baafc47db0fdd2adce287f13c94d550871a902402db98c746a8f606508d02c0081b0255146cdfb5148bcd SHA512 a1a91f89a8ec15b789620b27dc73f7dba525ade3a2ba514283216783c0687a53e37d0aec1c1c4477368694d1df188c18aa235bd52dbea12d82ef273dcbd523ff diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild index c933884fa90f..16855499c911 100644 --- a/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild +++ b/app-i18n/fcitx-hangul/fcitx-hangul-0.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2013-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,20 +24,20 @@ SLOT="4" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND="sys-devel/gettext + virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4 app-i18n/libhangul:= virtual/libiconv virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild index a9af4dd2d47e..917d7e983d20 100644 --- a/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild +++ b/app-i18n/fcitx-hangul/fcitx-hangul-4.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2013-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,20 +24,20 @@ SLOT="4" KEYWORDS="" IUSE="" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND="sys-devel/gettext + virtual/pkgconfig" +DEPEND=">=app-i18n/fcitx-4.2.9:4 app-i18n/libhangul:= virtual/libiconv virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |