summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 09:53:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 20:22:10 +0100
commitdb2fe356e61b1bd975c0567f57143f05044ed1c1 (patch)
tree5584a3a54986f67de5bc44b108a2ade6cf440291 /kde-frameworks/countryflags
parentkde-frameworks/purpose: 5.92.0 version bump (diff)
downloadgentoo-db2fe356e61b1bd975c0567f57143f05044ed1c1.tar.gz
gentoo-db2fe356e61b1bd975c0567f57143f05044ed1c1.tar.bz2
gentoo-db2fe356e61b1bd975c0567f57143f05044ed1c1.zip
kde-frameworks/countryflags: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/countryflags')
-rw-r--r--kde-frameworks/countryflags/Manifest1
-rw-r--r--kde-frameworks/countryflags/countryflags-5.92.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
index 6601ab44a198..748896eb494d 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1,2 +1,3 @@
DIST kdelibs4support-5.90.0.tar.xz 3644376 BLAKE2B f5ff38c515a0455e702acada733bca8e0de74b550e9a1a828bc928084bfdb27a8ec0f50b02f8b664fe63f07091e071c3a458e8f93fe0246431f6765c234fd343 SHA512 0636a0ba6fc4a3993068a1aa0422d6de6c3b732bc165b329cbc37f19ba29fe06306dc1017e32f36fc89911661674fb78e3be0a2e792551ee513861557fde6553
DIST kdelibs4support-5.91.0.tar.xz 3646812 BLAKE2B f749f068beebe154baf2f4808317b4265af466f3972414a37a701c16dbdee1647c85d7c608289da8aa56e66431f415e15c498c9de15eceaccc4ae642db3f7648 SHA512 1407e3fc9f076f7e4621c2cc05ad861f88127998169fbad874e6c575c6820b900d1e7b6fd552ff8a45fb8a9b84d6b6c77486f98162f7dd6fab5738c0ee5932e8
+DIST kdelibs4support-5.92.0.tar.xz 3649060 BLAKE2B c3989cb4a0d9365a46cd42519abf82b65238234010207e1eb00d214eae11eb27525642689c791e6140db6de481a622b07b11a5d16355388fb6182ad3d7f230d3 SHA512 ff42d5ad75c073c3f5c856b611b3235982f513c1bc1186a9c7b4ceecf2cb7561dc37485a8e5d53582546141493b6038177a72cc94ac76bd999913ea83d22297d
diff --git a/kde-frameworks/countryflags/countryflags-5.92.0.ebuild b/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
new file mode 100644
index 000000000000..f64b0a75fbf3
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="false"
+KDE_ORG_NAME="kdelibs4support"
+inherit ecm kde.org
+
+DESCRIPTION="Icons of flags for various countries"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+CMAKE_USE_DIR="${S}/src/l10n"
+
+# https://phabricator.kde.org/T13722
+# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
+PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
+
+RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5"