summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcodecs/Manifest1
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.103.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..0367aabb59b
--- /dev/null
+++ b/kde-frameworks/kcodecs/Manifest
@@ -0,0 +1 @@
+DIST kcodecs-5.103.0.tar.xz 2505128 BLAKE2B 88b453524d2d2755bfca49d862701789dd7a7cf05b05cde552f88e24b9e5e5f976ed851a3a4626b5c8670e71b625e53b91546dcca10d509592eb2e824cafdbec SHA512 501b84a1ecc65af00c89f120d6fd392feb45928e6e6a06b925fceb25203e8650914819820da9d05b5532f155076f2ff53433c85197849846fb0d2d903877cf12
diff --git a/kde-frameworks/kcodecs/kcodecs-5.103.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.103.0.ebuild
new file mode 100644
index 00000000000..8622a3f3021
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.103.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.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=""
+
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ dev-util/gperf
+"