void-packages/srcpkgs/kcm-wacomtablet/template

27 lines
1008 B
Bash

# Template file for 'kcm-wacomtablet'
pkgname=kcm-wacomtablet
version=6.2.0
revision=1
build_style=cmake
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 kf6-kpackage"
makedepends="qt6-declarative-devel plasma-workspace-devel libwacom-devel
xf86-input-wacom-devel libinput-devel qt6-base-private-devel libplasma-devel
kf6-kcmutils-devel kf6-kpackage-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=9a5d9f6ba37243904d4cbf91c87493b20576bebd258a75c1f66093b3762e5de3
do_check() {
cd build
# disable failing tests
dbus-run-session ctest -E "Test.KDED.TabletHandler|Test.KDED.XInputAdaptor|Test.KDED.XsetWacomAdaptor"
}