diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-02 15:46:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-04-02 15:46:08 +0200 |
commit | 5a7feca086be672caa897776af28cc32bd1eb516 (patch) | |
tree | 6fe148da00d90c0656581dc07059e39c3d08c13c /kde-frameworks | |
parent | kde-frameworks/purpose: 5.93.0 version bump (diff) | |
download | kde-5a7feca086be672caa897776af28cc32bd1eb516.tar.gz kde-5a7feca086be672caa897776af28cc32bd1eb516.tar.bz2 kde-5a7feca086be672caa897776af28cc32bd1eb516.zip |
kde-frameworks/countryflags: 5.93.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/countryflags/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/countryflags/countryflags-5.93.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest new file mode 100644 index 0000000000..012cac49e4 --- /dev/null +++ b/kde-frameworks/countryflags/Manifest @@ -0,0 +1 @@ +DIST kdelibs4support-5.93.0.tar.xz 3651032 BLAKE2B 1f5b861aa7d67bfd9afd41b395a8dae39c03b8b869b9c75b240fef319e9342283f7dd6562ecaf69774e0822fac22a3c41d7b2003e66c4544a1d2c482125a2a46 SHA512 e30d43caa45572ced9111d12a86d92371e6b5c842dd018583d1adfd69f279e6e0b1430bd07758a7862323f85937a57f41ea63308c41d64cc4474e300f0f88da5 diff --git a/kde-frameworks/countryflags/countryflags-5.93.0.ebuild b/kde-frameworks/countryflags/countryflags-5.93.0.ebuild new file mode 100644 index 0000000000..f64b0a75fb --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.93.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 kde.org + +DESCRIPTION="Icons of flags for various countries" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~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" |