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-6.17.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kcodecs/Manifest b/kde-frameworks/kcodecs/Manifest
new file mode 100644
index 00000000000..ba953c9a528
--- /dev/null
+++ b/kde-frameworks/kcodecs/Manifest
@@ -0,0 +1 @@
+DIST kcodecs-6.17.0.tar.xz 2467872 BLAKE2B 129ca96362dde49bf71f1fb667583be26a9d84eb09f38762a2db5e2fb6c854c94663c8b30010f3873da11580be2f35ae2ee821fa520c9e4d1cb63364d85fa635 SHA512 5a99a5696089c3b0721283c3976147b3d43177f57fb8aa626241a6810fbb73e958dcd76ca1c64a4494bfa9cce545732c982e1496fd09cc9a267504a4d1d6bc3b
diff --git a/kde-frameworks/kcodecs/kcodecs-6.17.0.ebuild b/kde-frameworks/kcodecs/kcodecs-6.17.0.ebuild
new file mode 100644
index 00000000000..a3ed8216469
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-6.17.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for manipulating strings using various encodings"
+
+LICENSE="GPL-2+ LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+ # bug 938317
+ rfc2047test
+ kemailaddresstest
+)