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: Sat, 02 Apr 2022 13:55:07
Message-Id: 1648907168.5a7feca086be672caa897776af28cc32bd1eb516.asturm@gentoo
1 commit: 5a7feca086be672caa897776af28cc32bd1eb516
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 13:46:08 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 13:46:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a7feca0
7
8 kde-frameworks/countryflags: 5.93.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../countryflags/countryflags-5.93.0.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/kde-frameworks/countryflags/countryflags-5.93.0.ebuild b/kde-frameworks/countryflags/countryflags-5.93.0.ebuild
16 new file mode 100644
17 index 0000000000..f64b0a75fb
18 --- /dev/null
19 +++ b/kde-frameworks/countryflags/countryflags-5.93.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"