diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-19 16:35:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-19 17:11:03 +0200 |
commit | c5c85a88731481c5c2549061a7a4e7275e2657bb (patch) | |
tree | 794d22b2b24fac5dcbdf10d0029325d1a4d64401 /kde-frameworks | |
parent | kde-frameworks/qqc2-desktop-style: 5.111.0 version bump (diff) | |
download | gentoo-c5c85a88731481c5c2549061a7a4e7275e2657bb.tar.gz gentoo-c5c85a88731481c5c2549061a7a4e7275e2657bb.tar.bz2 gentoo-c5c85a88731481c5c2549061a7a4e7275e2657bb.zip |
kde-frameworks/countryflags: 5.111.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.111.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index bdb200589b39..698c15d6fbe1 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1 +1,2 @@ DIST kdelibs4support-5.110.0.tar.xz 3722220 BLAKE2B 741642b7c9aa0c537fdf30876147ff872edce54aca65dc14fb0af56daef72c651830a84742edcdc2a42e52b37b85df359a018dfcad8761bf6c051172a06f1f8b SHA512 42b1d1d02b9ab7cb451ac8539cdf16d911e71c7a7756bed8ef62a570c39613c759257e7c9d86f84ff35e7dbcd2103a67db5869f5e15f0002117f580ed475fd2b +DIST kdelibs4support-5.111.0.tar.xz 3721876 BLAKE2B 595df948400df9b732e370b02d22ffd5d7e57a813c541ddceb922f20b814de24c57e39c9b49940a88fb3e67c15cb6901f4775419af2163a99184ac1f7db99ba4 SHA512 de3407fbc6d204d547e6bca82ebe4073617baddb186f3088f927540144c76a6bfcbe6bb5bb0a07693a31d3830cbb9303ac2f12d0dfb91aaea936914d97bcca79 diff --git a/kde-frameworks/countryflags/countryflags-5.111.0.ebuild b/kde-frameworks/countryflags/countryflags-5.111.0.ebuild new file mode 100644 index 000000000000..8c93bce61dc7 --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.111.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 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" |