diff options
| -rw-r--r-- | kde-frameworks/kcodecs/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kcodecs/kcodecs-5.98.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kcodecs/Manifest b/kde-frameworks/kcodecs/Manifest new file mode 100644 index 00000000000..5017304408c --- /dev/null +++ b/kde-frameworks/kcodecs/Manifest @@ -0,0 +1 @@ +DIST kcodecs-5.98.0.tar.xz 237388 BLAKE2B 40a6a74190ad93059900599f3842f0829360420c75b8a55232a0258809d03b1df75aefc5fb2716373a68a7a69faf6e7f7ede4d2717c8f7a6e87ad352f2c23cb9 SHA512 c9e2904d0b2090af184863999775fab314971a76671e8b52ad48bbdadc6a593d80bcc0ee904c48993bac1685f2e38c722f0bf40e1aa7a6e29f0b5645d3c5a632 diff --git a/kde-frameworks/kcodecs/kcodecs-5.98.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.98.0.ebuild new file mode 100644 index 00000000000..9cf40af65ff --- /dev/null +++ b/kde-frameworks/kcodecs/kcodecs-5.98.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for manipulating strings using various encodings" +LICENSE="GPL-2+ LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="nls" + +BDEPEND=" + dev-util/gperf + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" |
