mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +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'
|
# Template file for 'ktouch'
|
||||||
pkgname=ktouch
|
pkgname=ktouch
|
||||||
version=24.12.3
|
version=25.08.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITHOUT_X11=$(vopt_with x11 ON OFF)"
|
configure_args="-DWITHOUT_X11=$(vopt_with x11 ON OFF)
|
||||||
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools
|
-DKF6_HOST_TOOLING=/usr/lib/cmake"
|
||||||
pkg-config qt5-declarative qt5-qmake qt5-host-tools gettext"
|
hostmakedepends="extra-cmake-modules kf6-kconfig kf6-kcoreaddons kf6-kdoctools
|
||||||
makedepends="$(vopt_if x11 libxkbfile-devel) kcmutils-devel
|
pkg-config qt6-base qt6-declarative-host-tools qt6-tools gettext kf6-kcmutils"
|
||||||
qt5-xmlpatterns-devel kio-devel qt5-plugin-mysql qt5-plugin-tds
|
makedepends="$(vopt_if x11 libxkbfile-devel) kf6-kcmutils-devel
|
||||||
qt5-declarative-devel qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
kf6-kio-devel kf6-ktextwidgets-devel qt6-declarative-devel"
|
||||||
qt5-quickcontrols2-devel"
|
depends="kqtquickcharts kf6-kirigami"
|
||||||
depends="kqtquickcharts qt5-quickcontrols2 qt5-graphicaleffects"
|
|
||||||
short_desc="Learn and practive touch typing"
|
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://apps.kde.org/ktouch"
|
homepage="https://apps.kde.org/ktouch"
|
||||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#ktouch"
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#ktouch"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/ktouch-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/ktouch-${version}.tar.xz"
|
||||||
checksum=c59edd722c425e0df86efccf0d79f7883d82c5baaf0673165051f5e13aaa1feb
|
checksum=d1ca5bf8760d19bfa0412875bcda5cdb9b4c0db9bbb39c43f1d7a4042b2d91d3
|
||||||
build_options="x11"
|
build_options="x11"
|
||||||
build_options_default="x11"
|
build_options_default="x11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue