summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 19:46:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 21:13:14 +0200
commit168400872cd05e39d83fe8349bba5d15a13ea4e2 (patch)
tree1df1715f85d18ffc7ca15ef402a72620133a32ab /kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild
parentfc64a145eb133a81f75d28305289bc785d1021ad (diff)
downloadkde-168400872cd05e39d83fe8349bba5d15a13ea4e2.tar.gz
kde-168400872cd05e39d83fe8349bba5d15a13ea4e2.tar.bz2
kde-168400872cd05e39d83fe8349bba5d15a13ea4e2.zip
kde-frameworks/kcodecs: 5.105.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild')
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.105.0.ebuild
new file mode 100644
index 00000000000..8622a3f3021
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.105.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
+"