ktouch: update to 19.04.0.
This commit is contained in:
parent
051054eed4
commit
5e8c24a5bb
1 changed files with 5 additions and 8 deletions
|
@ -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 <isaac.qa13@gmail.com>"
|
||||
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' \
|
||||
|
|
Loading…
Reference in a new issue