diff --git a/x11/driver/xorg-input-wacom/actions.py b/x11/driver/xorg-input-wacom/actions.py
index cc7113d5e3..5f373ce85a 100644
--- a/x11/driver/xorg-input-wacom/actions.py
+++ b/x11/driver/xorg-input-wacom/actions.py
@@ -11,6 +11,7 @@ def setup():
autotools.configure("\
--disable-static \
--disable-silent-rules \
+ --with-systemd-unit-dir=no \
--with-udev-rules-dir=/lib/udev/rules.d \
--enable-debug \
")
@@ -20,6 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.removeDir("/lib/udev/rules.d")
- pisitools.removeDir("/usr/lib/systemd")
pisitools.dodoc("AUTHORS", "ChangeLog", "GPL", "README")
diff --git a/x11/driver/xorg-input-wacom/pspec.xml b/x11/driver/xorg-input-wacom/pspec.xml
index db2bfd96c4..9a9d717634 100644
--- a/x11/driver/xorg-input-wacom/pspec.xml
+++ b/x11/driver/xorg-input-wacom/pspec.xml
@@ -13,13 +13,16 @@
driver
Input driver for Wacom tablets and drawing devices
xorg-input-wacom includes the drivers and tools for Wacom devices.
- mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.32.0.tar.bz2
+ mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.33.0.tar.bz2
libXi-devel
libXrandr-devel
xorg-server-devel
libXinerama-devel
eudev-devel
+ libgudev-devel
+ doxygen
+ util-macros
@@ -60,6 +63,13 @@
+
+ 2016-05-16
+ 0.33.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2016-05-02
0.32.0