diff --git a/x11/library/libevdev/actions.py b/x11/library/libevdev/actions.py
index 9c216bf27c..7b09b29a9f 100644
--- a/x11/library/libevdev/actions.py
+++ b/x11/library/libevdev/actions.py
@@ -6,9 +6,11 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+ shelltools.export("PYTHON", "/usr/bin/python3")
autotools.configure("--disable-static \
--disable-gcov")
diff --git a/x11/library/libevdev/pspec.xml b/x11/library/libevdev/pspec.xml
index 861fc4afcc..60980a6d5d 100644
--- a/x11/library/libevdev/pspec.xml
+++ b/x11/library/libevdev/pspec.xml
@@ -12,12 +12,12 @@
library
Wrapper library for evdev devices
Wrapper library for evdev devices
- https://www.freedesktop.org/software/libevdev/libevdev-1.8.0.tar.xz
+ https://www.freedesktop.org/software/libevdev/libevdev-1.12.0.tar.xz
doxygen
valgrind
check-devel
- python-devel
+ python3-devel
@@ -49,6 +49,13 @@
+
+ 2021-11-09
+ 1.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-10
1.8.0