Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/countryflags/
Date: Sat, 09 Apr 2022 21:46:30
Message-Id: 1649540767.ac7cd4e64c7816408fa068c69c9fa6c247e16e59.asturm@gentoo
1 commit: ac7cd4e64c7816408fa068c69c9fa6c247e16e59
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 21:05:07 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 21:46:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7cd4e6
7
8 kde-frameworks/countryflags: 5.93.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/countryflags/Manifest | 1 +
13 .../countryflags/countryflags-5.93.0.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
17 index 89a2a731c5e6..9bf51bb51c11 100644
18 --- a/kde-frameworks/countryflags/Manifest
19 +++ b/kde-frameworks/countryflags/Manifest
20 @@ -1,2 +1,3 @@
21 DIST kdelibs4support-5.90.0.tar.xz 3644376 BLAKE2B f5ff38c515a0455e702acada733bca8e0de74b550e9a1a828bc928084bfdb27a8ec0f50b02f8b664fe63f07091e071c3a458e8f93fe0246431f6765c234fd343 SHA512 0636a0ba6fc4a3993068a1aa0422d6de6c3b732bc165b329cbc37f19ba29fe06306dc1017e32f36fc89911661674fb78e3be0a2e792551ee513861557fde6553
22 DIST kdelibs4support-5.92.0.tar.xz 3649060 BLAKE2B c3989cb4a0d9365a46cd42519abf82b65238234010207e1eb00d214eae11eb27525642689c791e6140db6de481a622b07b11a5d16355388fb6182ad3d7f230d3 SHA512 ff42d5ad75c073c3f5c856b611b3235982f513c1bc1186a9c7b4ceecf2cb7561dc37485a8e5d53582546141493b6038177a72cc94ac76bd999913ea83d22297d
23 +DIST kdelibs4support-5.93.0.tar.xz 3651032 BLAKE2B 1f5b861aa7d67bfd9afd41b395a8dae39c03b8b869b9c75b240fef319e9342283f7dd6562ecaf69774e0822fac22a3c41d7b2003e66c4544a1d2c482125a2a46 SHA512 e30d43caa45572ced9111d12a86d92371e6b5c842dd018583d1adfd69f279e6e0b1430bd07758a7862323f85937a57f41ea63308c41d64cc4474e300f0f88da5
24
25 diff --git a/kde-frameworks/countryflags/countryflags-5.93.0.ebuild b/kde-frameworks/countryflags/countryflags-5.93.0.ebuild
26 new file mode 100644
27 index 000000000000..f64b0a75fbf3
28 --- /dev/null
29 +++ b/kde-frameworks/countryflags/countryflags-5.93.0.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +ECM_QTHELP="false"
37 +ECM_TEST="false"
38 +KDE_ORG_NAME="kdelibs4support"
39 +inherit ecm kde.org
40 +
41 +DESCRIPTION="Icons of flags for various countries"
42 +
43 +LICENSE="LGPL-2+"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
45 +
46 +CMAKE_USE_DIR="${S}/src/l10n"
47 +
48 +# https://phabricator.kde.org/T13722
49 +# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
50 +PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
51 +
52 +RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5"