void-packages/srcpkgs/kcm-wacomtablet/template
2024-05-12 22:25:55 +07:00

26 lines
960 B
Bash

# Template file for 'kcm-wacomtablet'
pkgname=kcm-wacomtablet
version=6.0.4
revision=1
build_style=cmake
build_helper=qemu
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="pkg-config gettext extra-cmake-modules qt6-base qt6-tools
kf6-kcmutils-devel kf6-kpackage-devel"
makedepends="qt6-declarative-devel plasma-workspace-devel libwacom-devel
xf86-input-wacom-devel libinput-devel"
depends="xf86-input-wacom"
checkdepends="dbus"
short_desc="GUI for the Wacom Linux Drivers"
maintainer="Piraty <mail@piraty.dev>"
license="GPL-2.0-or-later"
homepage="https://invent.kde.org/plasma/wacomtablet"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname#kcm-}-${version}.tar.xz"
checksum=86cc6dc6eafbfd48448ad0568206357d5ca82dbf9c1473b3d1507c8778ad958e
do_check() {
cd build
# disable failing tests
dbus-run-session ctest -E "Test.KDED.TabletHandler|Test.KDED.XInputAdaptor|Test.KDED.XsetWacomAdaptor"
}