summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kcodecs/Manifest1
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.108.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..32cf6994580
--- /dev/null
+++ b/kde-frameworks/kcodecs/Manifest
@@ -0,0 +1 @@
+DIST kcodecs-5.108.0.tar.xz 2506216 BLAKE2B 69d5ad0814e9e0aa314d2804aa5fa548f399dd0389d45f403c0316e4c2ab58d025d270ba6fc8780eb199785db829afe34e74a9505c92745242b6424513cf0ed6 SHA512 ac931f5cba0f2e1de1ae1b88cfd1476082c29c3aa48545e23d956a9d79fd20dbea164fd02a85450c96c472254e8717c2887cd6f2a24a363af31acd0047cc1b6a
diff --git a/kde-frameworks/kcodecs/kcodecs-5.108.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.108.0.ebuild
new file mode 100644
index 00000000000..f881988d0b0
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.108.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.9
+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=""
+
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ dev-util/gperf
+"