summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-01 18:13:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-02 20:52:05 +0200
commit00e3dbf68737c0135ff91eead576fcd0cd8c97d9 (patch)
treea4a26be00539c339ce2dab2dc7b261560ca66767 /kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild
parent58d70dbf6460d14c04b7b8f32ac49ed547226742 (diff)
downloadkde-00e3dbf68737c0135ff91eead576fcd0cd8c97d9.tar.gz
kde-00e3dbf68737c0135ff91eead576fcd0cd8c97d9.tar.bz2
kde-00e3dbf68737c0135ff91eead576fcd0cd8c97d9.zip
kde-frameworks/kcodecs: 5.82.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild')
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild
new file mode 100644
index 00000000000..151dde78056
--- /dev/null
+++ b/kde-frameworks/kcodecs/kcodecs-5.82.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN=5.15.2
+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 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
+ )
+ ecm_src_configure
+}