diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-10 11:38:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-10 11:41:26 +0100 |
commit | 0128a65ae9c1264b92f36eb7d5ac752dd7effcdd (patch) | |
tree | de26a4cad14c1c21b569841f29207ae42f5555ef /kde-frameworks/countryflags | |
parent | kde-frameworks/purpose: 5.101.0 version bump (diff) | |
download | gentoo-0128a65ae9c1264b92f36eb7d5ac752dd7effcdd.tar.gz gentoo-0128a65ae9c1264b92f36eb7d5ac752dd7effcdd.tar.bz2 gentoo-0128a65ae9c1264b92f36eb7d5ac752dd7effcdd.zip |
kde-frameworks/countryflags: 5.101.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/countryflags')
-rw-r--r-- | kde-frameworks/countryflags/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/countryflags/countryflags-5.101.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index b093aa0527da..72196df9dc28 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1,2 +1,3 @@ DIST kdelibs4support-5.100.0.tar.xz 3719636 BLAKE2B 83665e6f4d6f42a30ccd3a607037f49f85719f9313c4b819a1c577e5e49608918661e9610ec6030e783ed20378d1137f0c893805f3a51b4cead074bd9b444af2 SHA512 4ba555cb329ec04857d2bb23173999673e27830346557666c4a9b5a8db1b01c39575dc148f9cdc6537ece325ee0398a5bb25315456e3c579e7b467cff48930e6 +DIST kdelibs4support-5.101.0.tar.xz 3720036 BLAKE2B c610bfed5190eeac7000f0e9ddf9c20a5883165ceefc33811070704ca544b6ff0b1fb69a5fb66e7c9551075991b063ca8401db9ef5be0d7cb0c87bff98f301cb SHA512 0c4c5cce3fcb02cbb97cd88c01a5aa7d8301848c2a371e41d3391ef4a2ef568418c46efff38cf80b4f787dc396b6227c4737c29c82b66da2a4df17897050d1d8 DIST kdelibs4support-5.99.0.tar.xz 3667732 BLAKE2B 371b9b96e1f99424d85034d20c79759b0d2a4796ed3771626c2623f9732b37d0f02451c44e9e42e78eddd211f6c4f24c3b0dfa20f21181d17124af28583299e9 SHA512 06716965e50d0adbfe57f3024045ee7f60b62f0ee9910e0ebcf92cf0592434631fae45d5be6ee4e91fdc9ca384bfedbedb9fb3c32acd09b81ce5ee37695f2676 diff --git a/kde-frameworks/countryflags/countryflags-5.101.0.ebuild b/kde-frameworks/countryflags/countryflags-5.101.0.ebuild new file mode 100644 index 000000000000..18e69f8238bb --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.101.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 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" |