summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 17:31:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 18:03:51 +0200
commit33a804751ba6303a60ebac569b42ba5c598fdecc (patch)
tree83a0b6d0c0161f8a401ff6f9446d449da63d7b3a /kde-frameworks/countryflags
parentkde-frameworks/qqc2-desktop-style: 5.108.0 version bump (diff)
downloadgentoo-33a804751ba6303a60ebac569b42ba5c598fdecc.tar.gz
gentoo-33a804751ba6303a60ebac569b42ba5c598fdecc.tar.bz2
gentoo-33a804751ba6303a60ebac569b42ba5c598fdecc.zip
kde-frameworks/countryflags: 5.108.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.108.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
index d2c4000fbfad..7a93e27a9259 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1,2 +1,3 @@
DIST kdelibs4support-5.106.0.tar.xz 3721228 BLAKE2B da8f87bdb5bf30e6585a333ec5d1942652faf32b5d3bbe99c4fb43a7dfd0e580ec2444e8cece4e6c67cf0d26c34537e14e6c28212efb8a25a5f480ecd82c6d26 SHA512 41328d05749f9b27583a57c8ba95d481f7a30aed596bc4039a6a2ffdd7dde54d8cd4fad747ca40e1716f86763661d4d652d0b973d68ccaa26b5ff4b862a72c89
DIST kdelibs4support-5.107.0.tar.xz 3721328 BLAKE2B ba873ae6205e1604c54bcb531e421b2812894f60a57998d9a21d894d018577b150970398788f98d55916eaebf8c2d60db7a27ffbcbbb11fbbe690c61f4e34b90 SHA512 c3014f350ae24cbbc130ea4e7a8b693cda3fc3ea143cc7335e11cce7f5d11697166408394e958f9daeac4165d81b8b1801e9c4c3d6056c425a2b510093b77e3f
+DIST kdelibs4support-5.108.0.tar.xz 3721440 BLAKE2B b1794d8be725e78f6074c40ff5fa218e8b48b87c91b7112a4e4450c74c8c02fa6fa88018e34bbce5c0193601ae45a99658e65167b2bd32a087d0613b6462306a SHA512 acec9c9b3da861ec998d02b331e9a0c5d6c1947c9659abfe48051aebd9addad3691e4105170e4cd0565ac35b0915ec0da292da60bde84fadab252629d146113c
diff --git a/kde-frameworks/countryflags/countryflags-5.108.0.ebuild b/kde-frameworks/countryflags/countryflags-5.108.0.ebuild
new file mode 100644
index 000000000000..8c93bce61dc7
--- /dev/null
+++ b/kde-frameworks/countryflags/countryflags-5.108.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"