diff options
| -rw-r--r-- | kde-frameworks/countryflags/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/countryflags/countryflags-5.95.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 00000000000..7464254763d --- /dev/null +++ b/kde-frameworks/countryflags/Manifest @@ -0,0 +1 @@ +DIST kdelibs4support-5.95.0.tar.xz 3652484 BLAKE2B 1e79b801274ec97352e49aafae391c130e75cfb6f7c66320dc011cbb318b8739234d9bb9e0e3aa33a96e5335ae6fa99dec823552bf6124f231aa48d2a6264bd9 SHA512 28a8a78f61eda609425acc3ef76dc804774d1eba5eabf674cab9abff8fb9ef3925bb71d0a97a13eea4e578f66996660a0bf19851624ab239826dad5de2fedf14 diff --git a/kde-frameworks/countryflags/countryflags-5.95.0.ebuild b/kde-frameworks/countryflags/countryflags-5.95.0.ebuild new file mode 100644 index 00000000000..f64b0a75fbf --- /dev/null +++ b/kde-frameworks/countryflags/countryflags-5.95.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" |
