kcm-wacomtablet: update to 6.0.4
This commit is contained in:
parent
064e9b5a50
commit
162c178bee
|
@ -1,10 +0,0 @@
|
||||||
--- a/src/kcmodule/pressurecurvewidget.cpp 2019-07-21 20:35:36.000000000 +0200
|
|
||||||
+++ b/src/kcmodule/pressurecurvewidget.cpp 2020-09-02 16:40:32.608875141 +0200
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
//Qt includes
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QMouseEvent>
|
|
||||||
#include <QResizeEvent>
|
|
||||||
#include <QTabletEvent>
|
|
|
@ -1,18 +1,26 @@
|
||||||
# Template file for 'kcm-wacomtablet'
|
# Template file for 'kcm-wacomtablet'
|
||||||
pkgname=kcm-wacomtablet
|
pkgname=kcm-wacomtablet
|
||||||
version=3.2.0
|
version=6.0.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config gettext extra-cmake-modules qt5-qmake qt5-host-tools
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
kdoctools kcoreaddons kpackage"
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||||
makedepends="qt5-devel qt5-x11extras-devel qt5-declarative-devel
|
hostmakedepends="pkg-config gettext extra-cmake-modules qt6-base qt6-tools
|
||||||
plasma-workspace-devel libwacom-devel xf86-input-wacom-devel libinput-devel"
|
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"
|
depends="xf86-input-wacom"
|
||||||
|
checkdepends="dbus"
|
||||||
short_desc="GUI for the Wacom Linux Drivers"
|
short_desc="GUI for the Wacom Linux Drivers"
|
||||||
maintainer="Piraty <mail@piraty.dev>"
|
maintainer="Piraty <mail@piraty.dev>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://invent.kde.org/system/wacomtablet"
|
homepage="https://invent.kde.org/plasma/wacomtablet"
|
||||||
distfiles="${KDE_SITE}/wacomtablet/${version}/wacomtablet-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname#kcm-}-${version}.tar.xz"
|
||||||
checksum=c80ce63a41f6fcbb50ac4c2130ed2f8273c4b744e62e33d4b714bf83e8e5f7a4
|
checksum=86cc6dc6eafbfd48448ad0568206357d5ca82dbf9c1473b3d1507c8778ad958e
|
||||||
make_check=no # FIXME
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
# disable failing tests
|
||||||
|
dbus-run-session ctest -E "Test.KDED.TabletHandler|Test.KDED.XInputAdaptor|Test.KDED.XsetWacomAdaptor"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue