From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- app-i18n/fcitx-unikey/Manifest | 4 ++-- app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild | 20 +++++++++++--------- app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild | 20 +++++++++++--------- 3 files changed, 24 insertions(+), 20 deletions(-) (limited to 'app-i18n/fcitx-unikey') diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest index 1782dc60d96c..67f37fc652f9 100644 --- a/app-i18n/fcitx-unikey/Manifest +++ b/app-i18n/fcitx-unikey/Manifest @@ -1,4 +1,4 @@ DIST fcitx-unikey-0.2.7.tar.xz 75204 BLAKE2B a0d70747a560b2493a3b7f7e06ff35f7e465bb4c4c8d22cb4db02f70a6298c49780fd0045874faeba1f20ad188a01a81fefc67a4f6ac9d6946d959f731a376a4 SHA512 1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2 -EBUILD fcitx-unikey-0.2.7.ebuild 1042 BLAKE2B b0f0aa590c8a9298390f02e0e3000198322842624bfd525cb6e44401dc532047718f6b17fd56da04f254ebac2603edf10384c3560c856ddc0732618fde1534f3 SHA512 6de0a7aa577e51c87b7caf0e9e87b884a139511136046c876e38ac00eb22984c14a4b0ae426720e3b8702098fbd7c7379e4e4a94f68b8d3e594f594c1709ef68 -EBUILD fcitx-unikey-4.9999.ebuild 1023 BLAKE2B a9ac963a81379dfb14ae66fc51f28c3395a7f4b9d94e4ec9515d03dddfd7ee49ea9bb04de8c051f791083087521e7851e6db76c4e2af97d30c177a0a68ba409d SHA512 d02774c894c21ab00b22f4865473b21f4f51c01c807536658fa8b85921f2b5f9056b9e8ff8afe719e156524944435126f657da6475ff2ae521c34a29c36f2a8c +EBUILD fcitx-unikey-0.2.7.ebuild 1099 BLAKE2B eb051e22a3184c0f4d4dff9c0ac742a7272ef8f6011a1631fdb9868b9812d581f8d3cb54efd3f59a299b3bbfb5fb443a566f5018229e61dfe86492e1fea3405b SHA512 95b1eb66170bcb1aa997e374ae860117ab2afc4cb55940c0755382fef360c5fbe81cf82da09fc0ff5714a821c46eea8feaf1028702df7dc3889c409d1cb255f9 +EBUILD fcitx-unikey-4.9999.ebuild 1080 BLAKE2B d0294f4b5b7d75792462a72743b7e6697d0c7e9802cb53d38587a957f3666dd99f6fb319f417f7b5202bf68f91a657d03f4fc6f22647a5c0127583edd7b2fde1 SHA512 a1b852387046602883c45c2e98a8b6441a4bbc40b2a7370d8410f33054879a1ea45bc311ae042bc53a0f535a16a6c2724309499bd628e4879f8706358e70bdf8 MISC metadata.xml 522 BLAKE2B 8d69748cb9296020466c42b0277d8618dccb9c787f35e920d5a0d5e9447c723d7ba1e5c0a7c508053fa33b7c989d7a5c0542a144958083a6214f23399440e83e SHA512 c08e14d4e9268a0c0608148117d50b77754f1f9d96433a28f243fd0643d7021a9e2b85ca57de9f4196bcee54eb05b3c5bee497a3dbf77ef9b279c1bff7814694 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild index 05e9166a8900..778af9552b8b 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.7.ebuild @@ -1,9 +1,9 @@ # Copyright 2013-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,7 +24,11 @@ SLOT="4" KEYWORDS="amd64 ppc ppc64 x86" IUSE="+macro-editor" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND=">=app-i18n/fcitx-4.2.9:4 + sys-devel/gettext + virtual/pkgconfig + macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )" +DEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/libintl macro-editor? ( >=app-i18n/fcitx-qt5-1.1:4 @@ -32,9 +36,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4 >=dev-qt/qtgui-5.7:5 >=dev-qt/qtwidgets-5.7:5 )" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=() @@ -43,13 +45,13 @@ src_configure() { -DENABLE_QT=$(usex macro-editor) ) - cmake-utils_src_configure + cmake_src_configure } 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-unikey/fcitx-unikey-4.9999.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild index c20cc8cad7a2..23a3d96150a7 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild @@ -1,9 +1,9 @@ # Copyright 2013-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit cmake-utils gnome2-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -24,7 +24,11 @@ SLOT="4" KEYWORDS="" IUSE="+macro-editor" -RDEPEND=">=app-i18n/fcitx-4.2.9:4 +BDEPEND=">=app-i18n/fcitx-4.2.9:4 + sys-devel/gettext + virtual/pkgconfig + macro-editor? ( >=dev-qt/qtwidgets-5.7:5 )" +DEPEND=">=app-i18n/fcitx-4.2.9:4 virtual/libintl macro-editor? ( >=app-i18n/fcitx-qt5-1.1:4 @@ -32,9 +36,7 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4 >=dev-qt/qtgui-5.7:5 >=dev-qt/qtwidgets-5.7:5 )" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" +RDEPEND="${DEPEND}" DOCS=() @@ -43,13 +45,13 @@ src_configure() { -DENABLE_QT=$(usex macro-editor) ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } -- cgit v1.2.3