summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-14 22:35:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 00:32:52 +0100
commitda7d9b3d8eb1db2b29781d57667195749c2d8cfe (patch)
treef59429ba32fca0402ea3b5b6565fc680d6eaace1 /kde-frameworks/countryflags
parentkde-frameworks/purpose: 5.102.0 version bump (diff)
downloadgentoo-da7d9b3d8eb1db2b29781d57667195749c2d8cfe.tar.gz
gentoo-da7d9b3d8eb1db2b29781d57667195749c2d8cfe.tar.bz2
gentoo-da7d9b3d8eb1db2b29781d57667195749c2d8cfe.zip
kde-frameworks/countryflags: 5.102.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.102.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
index 8d2628f2e319..cb63fe4eb076 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1,2 +1,3 @@
DIST kdelibs4support-5.101.0.tar.xz 3720036 BLAKE2B c610bfed5190eeac7000f0e9ddf9c20a5883165ceefc33811070704ca544b6ff0b1fb69a5fb66e7c9551075991b063ca8401db9ef5be0d7cb0c87bff98f301cb SHA512 0c4c5cce3fcb02cbb97cd88c01a5aa7d8301848c2a371e41d3391ef4a2ef568418c46efff38cf80b4f787dc396b6227c4737c29c82b66da2a4df17897050d1d8
+DIST kdelibs4support-5.102.0.tar.xz 3720092 BLAKE2B 557bda562e1f502f6e2a985e536a1fa9554242835e7169c8c1843d9b3e4ec002b8bf25d984c5bf4159d82cb2aa49c6e0076c2e775db5c42fd04c710231d4da0f SHA512 f915e0c034ba3562a0636d3e79293c5e56d41f686b1375923fc2fbd6cfe884f81ce78c7aa85642071bf14d22b69fce7edf4f3736741602807032a15ecbfac3b0
DIST kdelibs4support-5.99.0.tar.xz 3667732 BLAKE2B 371b9b96e1f99424d85034d20c79759b0d2a4796ed3771626c2623f9732b37d0f02451c44e9e42e78eddd211f6c4f24c3b0dfa20f21181d17124af28583299e9 SHA512 06716965e50d0adbfe57f3024045ee7f60b62f0ee9910e0ebcf92cf0592434631fae45d5be6ee4e91fdc9ca384bfedbedb9fb3c32acd09b81ce5ee37695f2676
diff --git a/kde-frameworks/countryflags/countryflags-5.102.0.ebuild b/kde-frameworks/countryflags/countryflags-5.102.0.ebuild
new file mode 100644
index 000000000000..8c93bce61dc7
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.102.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 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 frameworks.kde.org
+
+DESCRIPTION="Icons of flags for various countries"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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"