summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcodecs
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcodecs')
-rw-r--r--kde-frameworks/kcodecs/Manifest1
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.69.0.ebuild17
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..613d72086b3
--- /dev/null
+++ b/kde-frameworks/kcodecs/Manifest
@@ -0,0 +1 @@
+DIST kcodecs-5.69.0.tar.xz 229036 BLAKE2B 5d14e566f910fe7fc61f9ef54a641d8179d2486734fe53e8271a68159b350b6d6181bb918a883e50927d73823e37a6df5254a9db3a57365e5ea16e0c243d100b SHA512 91048e7265ee83466b5b020dfa537310b1e45ee97766098984c349c55a4338db932e57731f13e739f8f65a849002bf4ee592f52c06216ec72291f233365522c3
diff --git a/kde-frameworks/kcodecs/kcodecs-5.69.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.69.0.ebuild
new file mode 100644
index 00000000000..d0db0852708
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.69.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Framework for manipulating strings using various encodings"
+LICENSE="GPL-2+ LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ dev-util/gperf
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"