From 5e8c24a5bb812df0be051512822d11382a799ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 25 Apr 2019 22:31:05 +0200 Subject: [PATCH] ktouch: update to 19.04.0. --- srcpkgs/ktouch/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/ktouch/template b/srcpkgs/ktouch/template index 211802c37d9..29e35172e45 100644 --- a/srcpkgs/ktouch/template +++ b/srcpkgs/ktouch/template @@ -1,9 +1,10 @@ # Template file for 'ktouch' pkgname=ktouch -version=18.12.3 +version=19.04.0 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules pkg-config qt5-declarative" +hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools + pkg-config qt5-declarative qt5-qmake qt5-host-tools" makedepends="libxkbfile-devel kdeclarative-devel kcmutils-devel qt5-xmlpatterns-devel qt5-tools-devel kio-devel qt5-plugin-mysql qt5-plugin-tds qt5-declarative-devel qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite @@ -13,12 +14,8 @@ short_desc="Learn and practive touch typing" maintainer="1is7ac3 " license="GPL-2.0-or-later" homepage="https://kde.org/applications/education/ktouch" -distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=194f308a114c89873ee88eb069ecda88d5d1e1ad97c150e2d61cf248719b4bb6 - -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" kdoctools qt5-qmake qt5-host-tools kconfig" -fi +distfiles="${KDE_SITE}/applications/${version}/src/ktouch-${version}.tar.xz" +checksum=707fca9ee9d0d217683e2bb562f5f8f984ddbd0ed7274b022a43bdc176898390 post_configure() { sed -e 's|/usr/bin/qmlcachegen|/usr/bin/qmlcachegen-qt5|g' \