aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 15:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 16:01:52 +0200
commit0a4954162b6d881af3fe57327273a4cd983b3203 (patch)
treef63af5ef6f4e03756f2184750104b7dc86b4a784 /kde-frameworks/countryflags
parentkde-frameworks/qqc2-desktop-style: 5.111.0 version bump (diff)
downloadkde-0a4954162b6d881af3fe57327273a4cd983b3203.tar.gz
kde-0a4954162b6d881af3fe57327273a4cd983b3203.tar.bz2
kde-0a4954162b6d881af3fe57327273a4cd983b3203.zip
kde-frameworks/countryflags: 5.111.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.111.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 0000000000..92620525fc
--- /dev/null
+++ b/kde-frameworks/countryflags/Manifest
@@ -0,0 +1 @@
+DIST kdelibs4support-5.111.0.tar.xz 3721876 BLAKE2B 595df948400df9b732e370b02d22ffd5d7e57a813c541ddceb922f20b814de24c57e39c9b49940a88fb3e67c15cb6901f4775419af2163a99184ac1f7db99ba4 SHA512 de3407fbc6d204d547e6bca82ebe4073617baddb186f3088f927540144c76a6bfcbe6bb5bb0a07693a31d3830cbb9303ac2f12d0dfb91aaea936914d97bcca79
diff --git a/kde-frameworks/countryflags/countryflags-5.111.0.ebuild b/kde-frameworks/countryflags/countryflags-5.111.0.ebuild
new file mode 100644
index 0000000000..8c93bce61d
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.111.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"