mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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'
|
# Template file for 'ktouch'
|
||||||
pkgname=ktouch
|
pkgname=ktouch
|
||||||
version=18.12.3
|
version=19.04.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
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
|
makedepends="libxkbfile-devel kdeclarative-devel kcmutils-devel
|
||||||
qt5-xmlpatterns-devel qt5-tools-devel kio-devel qt5-plugin-mysql qt5-plugin-tds
|
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
|
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>"
|
maintainer="1is7ac3 <isaac.qa13@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://kde.org/applications/education/ktouch"
|
homepage="https://kde.org/applications/education/ktouch"
|
||||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/applications/${version}/src/ktouch-${version}.tar.xz"
|
||||||
checksum=194f308a114c89873ee88eb069ecda88d5d1e1ad97c150e2d61cf248719b4bb6
|
checksum=707fca9ee9d0d217683e2bb562f5f8f984ddbd0ed7274b022a43bdc176898390
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" kdoctools qt5-qmake qt5-host-tools kconfig"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -e 's|/usr/bin/qmlcachegen|/usr/bin/qmlcachegen-qt5|g' \
|
sed -e 's|/usr/bin/qmlcachegen|/usr/bin/qmlcachegen-qt5|g' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue