summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/countryflags/Manifest1
-rw-r--r--kde-frameworks/countryflags/countryflags-5.93.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..012cac49e44
--- /dev/null
+++ b/kde-frameworks/countryflags/Manifest
@@ -0,0 +1 @@
+DIST kdelibs4support-5.93.0.tar.xz 3651032 BLAKE2B 1f5b861aa7d67bfd9afd41b395a8dae39c03b8b869b9c75b240fef319e9342283f7dd6562ecaf69774e0822fac22a3c41d7b2003e66c4544a1d2c482125a2a46 SHA512 e30d43caa45572ced9111d12a86d92371e6b5c842dd018583d1adfd69f279e6e0b1430bd07758a7862323f85937a57f41ea63308c41d64cc4474e300f0f88da5
diff --git a/kde-frameworks/countryflags/countryflags-5.93.0.ebuild b/kde-frameworks/countryflags/countryflags-5.93.0.ebuild
new file mode 100644
index 00000000000..f64b0a75fbf
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.93.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"