diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 12:45:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 15:19:46 +0200 |
commit | c2f6fb07c91e8ab0718df4ce9f8160b98618db3e (patch) | |
tree | c577ebd4b3aa10a0444abb85582b4239883609f2 /kde-frameworks/countryflags | |
parent | kde-frameworks/purpose: 5.98.0 version bump (diff) | |
download | gentoo-c2f6fb07c91e8ab0718df4ce9f8160b98618db3e.tar.gz gentoo-c2f6fb07c91e8ab0718df4ce9f8160b98618db3e.tar.bz2 gentoo-c2f6fb07c91e8ab0718df4ce9f8160b98618db3e.zip |
kde-frameworks/countryflags: 5.98.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.98.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index 26d4bff435d5..b6269385719d 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1,2 +1,3 @@ DIST kdelibs4support-5.96.0.tar.xz 3657280 BLAKE2B 5450ad4aced1e73b68dab9ce5f858f65765b96d98b2d977a796d13f148f31e8cb6d2562713569b4694afa163e3fac2d93ee94e6bd1592710e1141e6095320761 SHA512 25d80c003b6cc661058d24e3af4b9ef43c05029375c74ea2aedd1b4cbb8a09896404d2e2cb4eca884ad091f7d26b9afebd1a0ff13c96b9d793c40880300fb59d DIST kdelibs4support-5.97.0.tar.xz 3659376 BLAKE2B 517714e5b9ed0bc03e8d1811f2956b2b628cd06108a369f7ecb6714b9750d25a785e276d06c4d783a926b0df3ee5190bdea6366cea02187e643853ef27d85630 SHA512 97e40402045f81b94165ce72566a2a099ec5c7c737d428f9b13879232d5448d72ccdd92b1cfbf6469eaa981aa10f50c558ac6df667a2d44e9c4f748a6a03d1cf +DIST kdelibs4support-5.98.0.tar.xz 3667136 BLAKE2B 2afe48da81073c45040036cf2a3cdb3c1c0d96a19ec5a1f1c3b6659af24946bbc5f6134079dc93fbeda762b36f604c7bdfcdad0a3501fed7babc6a89750fac76 SHA512 e721ce662c9961a643c82b734d51c09935888545d8298abde93066db14d06d694aaabc2fad7bb98e3b6053e1d668ca32dbc2d85755df009fd724c1a59c0aa542 diff --git a/kde-frameworks/countryflags/countryflags-5.98.0.ebuild b/kde-frameworks/countryflags/countryflags-5.98.0.ebuild new file mode 100644 index 000000000000..18e69f8238bb --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.98.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 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" |