summaryrefslogtreecommitdiff
path: root/kde-frameworks/countryflags
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-18 15:36:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-18 15:36:15 +0100
commita2f7cdda45fadf1f967379421e8d808b1a503cd3 (patch)
treec02c7db0bb9249243aa73a4098a17e13daaaff21 /kde-frameworks/countryflags
parent66611e742171c343d64095516e19737d4753ba61 (diff)
gentoo auto-resync : 18:08:2023 - 15:36:15
Diffstat (limited to 'kde-frameworks/countryflags')
-rw-r--r--kde-frameworks/countryflags/Manifest2
-rw-r--r--kde-frameworks/countryflags/countryflags-5.109.0.ebuild22
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
index e0a5272ac62a..3cdd47598d14 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1,4 +1,6 @@
AUX countryflags-5.90.0-standalone.patch 1953 BLAKE2B 556973d44e147efeecd3080fb8165c00e0f9cd3f37933d9761b8c5c5fb7549553208e44a7b121b78813a64937a44253446604d3a038dff7d0e59dc1fab65ac3a SHA512 13f8883f955bc49a75d05949584da05b7886bf280e70d3808e7fbcaf02f9b15779aa4b6a0e3a2c3372d6b801d415bdd7fb9a8b169bc381e541734343fa74c3e8
DIST kdelibs4support-5.108.0.tar.xz 3721440 BLAKE2B b1794d8be725e78f6074c40ff5fa218e8b48b87c91b7112a4e4450c74c8c02fa6fa88018e34bbce5c0193601ae45a99658e65167b2bd32a087d0613b6462306a SHA512 acec9c9b3da861ec998d02b331e9a0c5d6c1947c9659abfe48051aebd9addad3691e4105170e4cd0565ac35b0915ec0da292da60bde84fadab252629d146113c
+DIST kdelibs4support-5.109.0.tar.xz 3721824 BLAKE2B e297acb28ed1478dc3d2212d24b769d36ad03809fede723f25dee4a829c8cac842b532489ac75725b21ee44b6ab2449d35634335dbfaf0afcdffc06003ad77bf SHA512 5addeaa3c224404b3ad5fe6f02bc688b762d87e54c4eea1529f0a624682e91abae5808569d5eb4c1d3c845f01b134a2915f0704de018a53152470e49858a1d3c
EBUILD countryflags-5.108.0.ebuild 573 BLAKE2B b61f841ac933100e3a4a9490b7f8f36ce8b02e11a97c7d0d97850ef0a458df2d6c66324814dded5ad5ff6dd8a4d3f74298622bedd7aa3b4c5a4a0f4a2e1b586e SHA512 4a38b727f55565340745ad62a91545f8cf7e3cd793c98d31ae32374e482ae05e858f135ae37044c45365ab943b3657cc8d83cdc5ec8e1f2342c563078e176180
+EBUILD countryflags-5.109.0.ebuild 564 BLAKE2B 8d6fed03aa9a7426bc3e6ccda486ec2e613d2b9180322a1288d758e7997f5bc90fa4fbdebd9a6d8cab79226939df37387871724b01310204f5c88cbebc4fbaac SHA512 d9cd26abb7beb38f42ac594eab35fbdd4e1e4af92a6610bd93b1d0adb95e9970ae0aa0cf54e324b280ea91195bf3b583d8fd25810d6e2d8ea663a8848e6be95b
MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80
diff --git a/kde-frameworks/countryflags/countryflags-5.109.0.ebuild b/kde-frameworks/countryflags/countryflags-5.109.0.ebuild
new file mode 100644
index 000000000000..e1f533e3ef28
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.109.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 ~riscv"
+
+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"