diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 12:42:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 12:50:48 +0100 |
commit | af5200a9d5993c2db0d498552c498befa9f5c99c (patch) | |
tree | 988296b1a02183ae43d59a2fc5cd247964f0f2d7 /kde-frameworks/countryflags | |
parent | kde-plasma/plasma-activities-stats: 5.114.0 version bump (diff) | |
download | kde-af5200a9d5993c2db0d498552c498befa9f5c99c.tar.gz kde-af5200a9d5993c2db0d498552c498befa9f5c99c.tar.bz2 kde-af5200a9d5993c2db0d498552c498befa9f5c99c.zip |
kde-frameworks/countryflags: 5.114.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/countryflags')
-rw-r--r-- | kde-frameworks/countryflags/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/countryflags/countryflags-5.114.0.ebuild | 22 |
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..4972c6ee6f --- /dev/null +++ b/kde-frameworks/countryflags/Manifest @@ -0,0 +1 @@ +DIST kdelibs4support-5.114.0.tar.xz 3722276 BLAKE2B d825c620ae9a8b7b18cde09e0ec38e64b6145bec5e7ca658583ebeba93099ab28df118d309e262f86ef02f0edc5a0d6ba4fc2d4265b04da6b0781d7304af3a21 SHA512 c52460602c12a74ac5082abda9a4d2a9ea84d990065404adad343a6dd1070071c9bbeaf490166bb6082052002d43fa50b90cdf4c1db395ea3c32522cd05ee13c diff --git a/kde-frameworks/countryflags/countryflags-5.114.0.ebuild b/kde-frameworks/countryflags/countryflags-5.114.0.ebuild new file mode 100644 index 0000000000..3183757e4c --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.114.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 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" |