summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-03 20:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-03 21:24:11 +0100
commitb7394096723019485528cbfb1495c18e18047012 (patch)
tree71dd638fd0497a4bce0f57411aad746469534b2a
parentd1eff54b925025af9786ec5de4a37c807becd0a9 (diff)
downloadkde-b7394096723019485528cbfb1495c18e18047012.tar.gz
kde-b7394096723019485528cbfb1495c18e18047012.tar.bz2
kde-b7394096723019485528cbfb1495c18e18047012.zip
kde-frameworks/countryflags: 5.115.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/countryflags/Manifest1
-rw-r--r--kde-frameworks/countryflags/countryflags-5.115.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
new file mode 100644
index 00000000000..b28a15aba8d
--- /dev/null
+++ b/kde-frameworks/countryflags/Manifest
@@ -0,0 +1 @@
+DIST kdelibs4support-5.115.0.tar.xz 3723592 BLAKE2B efb5a384b71f781d666d78c3157188179eaf54237d6a8c442217273e5b4b1b604d86f5db73cce6528d991f669d6ddb6cf156035d5606d1eb03912c7b99ddf26b SHA512 511e14975c2810217e8f08d14a800cfdd04654399303b04a45d69b2f1959cf482027f2444c9e8202bdda60f1779fe572af0a55fae1b3692ec49cea97beeb894f
diff --git a/kde-frameworks/countryflags/countryflags-5.115.0.ebuild b/kde-frameworks/countryflags/countryflags-5.115.0.ebuild
new file mode 100644
index 00000000000..3183757e4c7
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.115.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 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"