Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/countryflags/
Date: Mon, 09 May 2022 21:04:46
Message-Id: 1652130209.94660a23f2eeb32dedd19721cee347f388d349db.asturm@gentoo
1 commit: 94660a23f2eeb32dedd19721cee347f388d349db
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 13:54:04 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 21:03:29 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94660a23
7
8 kde-frameworks/countryflags: 5.94.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../countryflags/countryflags-5.94.0.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/kde-frameworks/countryflags/countryflags-5.94.0.ebuild b/kde-frameworks/countryflags/countryflags-5.94.0.ebuild
16 new file mode 100644
17 index 0000000000..f64b0a75fb
18 --- /dev/null
19 +++ b/kde-frameworks/countryflags/countryflags-5.94.0.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +ECM_QTHELP="false"
27 +ECM_TEST="false"
28 +KDE_ORG_NAME="kdelibs4support"
29 +inherit ecm kde.org
30 +
31 +DESCRIPTION="Icons of flags for various countries"
32 +
33 +LICENSE="LGPL-2+"
34 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
35 +
36 +CMAKE_USE_DIR="${S}/src/l10n"
37 +
38 +# https://phabricator.kde.org/T13722
39 +# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
40 +PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
41 +
42 +RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5"