mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
ktouch: update to 25.08.0.
This commit is contained in:
parent
b28afb40b1
commit
a7fd00d34a
1 changed files with 9 additions and 10 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'ktouch'
|
||||
pkgname=ktouch
|
||||
version=24.12.3
|
||||
version=25.08.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITHOUT_X11=$(vopt_with x11 ON OFF)"
|
||||
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools
|
||||
pkg-config qt5-declarative qt5-qmake qt5-host-tools gettext"
|
||||
makedepends="$(vopt_if x11 libxkbfile-devel) kcmutils-devel
|
||||
qt5-xmlpatterns-devel kio-devel qt5-plugin-mysql qt5-plugin-tds
|
||||
qt5-declarative-devel qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
||||
qt5-quickcontrols2-devel"
|
||||
depends="kqtquickcharts qt5-quickcontrols2 qt5-graphicaleffects"
|
||||
configure_args="-DWITHOUT_X11=$(vopt_with x11 ON OFF)
|
||||
-DKF6_HOST_TOOLING=/usr/lib/cmake"
|
||||
hostmakedepends="extra-cmake-modules kf6-kconfig kf6-kcoreaddons kf6-kdoctools
|
||||
pkg-config qt6-base qt6-declarative-host-tools qt6-tools gettext kf6-kcmutils"
|
||||
makedepends="$(vopt_if x11 libxkbfile-devel) kf6-kcmutils-devel
|
||||
kf6-kio-devel kf6-ktextwidgets-devel qt6-declarative-devel"
|
||||
depends="kqtquickcharts kf6-kirigami"
|
||||
short_desc="Learn and practive touch typing"
|
||||
maintainer="1is7ac3 <isaac.qa13@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://apps.kde.org/ktouch"
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#ktouch"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/ktouch-${version}.tar.xz"
|
||||
checksum=c59edd722c425e0df86efccf0d79f7883d82c5baaf0673165051f5e13aaa1feb
|
||||
checksum=d1ca5bf8760d19bfa0412875bcda5cdb9b4c0db9bbb39c43f1d7a4042b2d91d3
|
||||
build_options="x11"
|
||||
build_options_default="x11"
|
||||
|
|
Loading…
Add table
Reference in a new issue