commit: 0dfbfc07b01420d2d35298ba595a6d27e7db85ee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 20:34:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 20:34:44 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0dfbfc07
kde-apps/ktouch: Add new DEPENDs, disable -DCOMPILE_QML
Upstream commits:
a3f82fca1163b05e070a881c4deadb3385aa78bd
f607e185ae1bc64872802bff2a20800240f72f5d
0f823e484f8b8bfe3ca71c40bbab53572dd75e3d
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ktouch/ktouch-19.04.49.9999.ebuild | 7 +++++++
kde-apps/ktouch/ktouch-9999.ebuild | 10 +++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/kde-apps/ktouch/ktouch-19.04.49.9999.ebuild
b/kde-apps/ktouch/ktouch-19.04.49.9999.ebuild
index 9a62977270..6bbd94b183 100644
--- a/kde-apps/ktouch/ktouch-19.04.49.9999.ebuild
+++ b/kde-apps/ktouch/ktouch-19.04.49.9999.ebuild
@@ -46,3 +46,10 @@ RDEPEND="${COMMON_DEPEND}
$(add_qt_dep qtgraphicaleffects)
$(add_qt_dep qtquickcontrols)
"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCOMPILE_QML=OFF
+ )
+ kde5_src_configure
+}
diff --git a/kde-apps/ktouch/ktouch-9999.ebuild
b/kde-apps/ktouch/ktouch-9999.ebuild
index 9a62977270..9c6acdb8b9 100644
--- a/kde-apps/ktouch/ktouch-9999.ebuild
+++ b/kde-apps/ktouch/ktouch-9999.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
@@ -27,6 +28,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
+ $(add_qt_dep qtquickcontrols2)
$(add_qt_dep qtsql)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
@@ -44,5 +46,11 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kqtquickcharts)
$(add_qt_dep qtgraphicaleffects)
- $(add_qt_dep qtquickcontrols)
"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCOMPILE_QML=OFF
+ )
+ kde5_src_configure
+}