diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 20:00:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-10 10:14:31 +0200 |
commit | dd9af1eda3ebb15f9255e2330a13fc190aff8a90 (patch) | |
tree | f90f9d8ee16d66efe21287ab540b32965cc5bb4e /kde-frameworks/countryflags | |
parent | kde-frameworks/purpose: 5.99.0 version bump (diff) | |
download | gentoo-dd9af1eda3ebb15f9255e2330a13fc190aff8a90.tar.gz gentoo-dd9af1eda3ebb15f9255e2330a13fc190aff8a90.tar.bz2 gentoo-dd9af1eda3ebb15f9255e2330a13fc190aff8a90.zip |
kde-frameworks/countryflags: 5.99.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.99.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index 3b1985a669e1..86bf95378848 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.98.0.tar.xz 3667136 BLAKE2B 2afe48da81073c45040036cf2a3cdb3c1c0d96a19ec5a1f1c3b6659af24946bbc5f6134079dc93fbeda762b36f604c7bdfcdad0a3501fed7babc6a89750fac76 SHA512 e721ce662c9961a643c82b734d51c09935888545d8298abde93066db14d06d694aaabc2fad7bb98e3b6053e1d668ca32dbc2d85755df009fd724c1a59c0aa542 +DIST kdelibs4support-5.99.0.tar.xz 3667732 BLAKE2B 371b9b96e1f99424d85034d20c79759b0d2a4796ed3771626c2623f9732b37d0f02451c44e9e42e78eddd211f6c4f24c3b0dfa20f21181d17124af28583299e9 SHA512 06716965e50d0adbfe57f3024045ee7f60b62f0ee9910e0ebcf92cf0592434631fae45d5be6ee4e91fdc9ca384bfedbedb9fb3c32acd09b81ce5ee37695f2676 diff --git a/kde-frameworks/countryflags/countryflags-5.99.0.ebuild b/kde-frameworks/countryflags/countryflags-5.99.0.ebuild new file mode 100644 index 000000000000..18e69f8238bb --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.99.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" |