diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-16 10:55:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-18 10:25:49 +0200 |
commit | 567c46192bbdd7dcc7a13f20828213ddef3ee3fc (patch) | |
tree | 827ed1256b61022241098134eeb1e48e55345a00 /kde-frameworks/countryflags | |
parent | kde-frameworks/qqc2-desktop-style: 5.109.0 version bump (diff) | |
download | gentoo-567c46192bbdd7dcc7a13f20828213ddef3ee3fc.tar.gz gentoo-567c46192bbdd7dcc7a13f20828213ddef3ee3fc.tar.bz2 gentoo-567c46192bbdd7dcc7a13f20828213ddef3ee3fc.zip |
kde-frameworks/countryflags: 5.109.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.109.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index 3eea69c9303d..c38f99ed3473 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1 +1,2 @@ DIST kdelibs4support-5.108.0.tar.xz 3721440 BLAKE2B b1794d8be725e78f6074c40ff5fa218e8b48b87c91b7112a4e4450c74c8c02fa6fa88018e34bbce5c0193601ae45a99658e65167b2bd32a087d0613b6462306a SHA512 acec9c9b3da861ec998d02b331e9a0c5d6c1947c9659abfe48051aebd9addad3691e4105170e4cd0565ac35b0915ec0da292da60bde84fadab252629d146113c +DIST kdelibs4support-5.109.0.tar.xz 3721824 BLAKE2B e297acb28ed1478dc3d2212d24b769d36ad03809fede723f25dee4a829c8cac842b532489ac75725b21ee44b6ab2449d35634335dbfaf0afcdffc06003ad77bf SHA512 5addeaa3c224404b3ad5fe6f02bc688b762d87e54c4eea1529f0a624682e91abae5808569d5eb4c1d3c845f01b134a2915f0704de018a53152470e49858a1d3c 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" |