summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-13 19:45:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 10:29:26 +0200
commit1fd7ff5355a97eebffd8c08e7e635c3767f28d91 (patch)
tree948a7bf898362ec3115e174913b8a2cb41968fb9 /kde-frameworks
parentkde-frameworks/purpose: 5.97.0 version bump (diff)
downloadgentoo-1fd7ff5355a97eebffd8c08e7e635c3767f28d91.tar.gz
gentoo-1fd7ff5355a97eebffd8c08e7e635c3767f28d91.tar.bz2
gentoo-1fd7ff5355a97eebffd8c08e7e635c3767f28d91.zip
kde-frameworks/countryflags: 5.97.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/countryflags/Manifest1
-rw-r--r--kde-frameworks/countryflags/countryflags-5.97.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
index 1e2b458506f2..26d4bff435d5 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1 +1,2 @@
DIST kdelibs4support-5.96.0.tar.xz 3657280 BLAKE2B 5450ad4aced1e73b68dab9ce5f858f65765b96d98b2d977a796d13f148f31e8cb6d2562713569b4694afa163e3fac2d93ee94e6bd1592710e1141e6095320761 SHA512 25d80c003b6cc661058d24e3af4b9ef43c05029375c74ea2aedd1b4cbb8a09896404d2e2cb4eca884ad091f7d26b9afebd1a0ff13c96b9d793c40880300fb59d
+DIST kdelibs4support-5.97.0.tar.xz 3659376 BLAKE2B 517714e5b9ed0bc03e8d1811f2956b2b628cd06108a369f7ecb6714b9750d25a785e276d06c4d783a926b0df3ee5190bdea6366cea02187e643853ef27d85630 SHA512 97e40402045f81b94165ce72566a2a099ec5c7c737d428f9b13879232d5448d72ccdd92b1cfbf6469eaa981aa10f50c558ac6df667a2d44e9c4f748a6a03d1cf
diff --git a/kde-frameworks/countryflags/countryflags-5.97.0.ebuild b/kde-frameworks/countryflags/countryflags-5.97.0.ebuild
new file mode 100644
index 000000000000..18e69f8238bb
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.97.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 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"