diff --git a/programming/misc/libinput/actions.py b/programming/misc/libinput/actions.py
index e32044383c..5643cf1f29 100644
--- a/programming/misc/libinput/actions.py
+++ b/programming/misc/libinput/actions.py
@@ -11,9 +11,13 @@ from pisi.actionsapi import shelltools
def setup():
+ shelltools.system("export LANG=en_US.UTF-8")
shelltools.makedirs("build")
shelltools.cd("build")
- shelltools.system("meson .. --prefix=/usr -Dudev-dir=/lib/udev -Ddocumentation=false")
+ shelltools.system("meson .. --prefix=/usr \
+ -Dtests=false \
+ -Dudev-dir=/lib/udev \
+ -Ddocumentation=false")
def build():
diff --git a/programming/misc/libinput/pspec.xml b/programming/misc/libinput/pspec.xml
index a2948ff308..150b14a13d 100644
--- a/programming/misc/libinput/pspec.xml
+++ b/programming/misc/libinput/pspec.xml
@@ -12,7 +12,7 @@
app:console
library that handles input devices for display servers and other applications that need to directly deal with input devices.
It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect.
- https://www.freedesktop.org/software/libinput/libinput-1.11.2.tar.xz
+ https://www.freedesktop.org/software/libinput/libinput-1.12.6.tar.xz
meson
gtk3-devel
@@ -43,7 +43,8 @@
/usr/lib
/lib/udev
/usr/share/doc
- /usr/share/man/man1
+ /usr/share/libinput
+ /usr/share/man/man1
@@ -61,6 +62,13 @@
+
+ 2019-02-04
+ 1.12.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-07-31
1.11.2
diff --git a/x11/driver/xorg-input-libinput/pspec.xml b/x11/driver/xorg-input-libinput/pspec.xml
index fbc43b8fb7..7683c818e2 100644
--- a/x11/driver/xorg-input-libinput/pspec.xml
+++ b/x11/driver/xorg-input-libinput/pspec.xml
@@ -12,12 +12,12 @@
driver
Generic input driver for the X.Org server based on libinput
Generic input driver for the X.Org server based on libinput
- mirrors://xorg/individual/driver/xf86-input-libinput-0.28.1.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-libinput-0.28.2.tar.bz2
libX11-devel
eudev-devel
xorg-server-devel
- libinput-devel
+ libinput-devel
util-macros
@@ -25,7 +25,7 @@
xorg-input-libinput
- libinput
+ libinput
/usr/lib/xorg
@@ -48,6 +48,13 @@
+
+ 2019-02-03
+ 0.28.2
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-03
0.28.1
diff --git a/x11/driver/xorg-video-nouveau/pspec.xml b/x11/driver/xorg-video-nouveau/pspec.xml
index 622fda0531..d8cefb1512 100644
--- a/x11/driver/xorg-video-nouveau/pspec.xml
+++ b/x11/driver/xorg-video-nouveau/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org nouveau video driver
xorg-video-nouveau contains the X.Org driver for NVIDIA cards.
- mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.15.tar.bz2
+ mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.16.tar.bz2
libdrm-nouveau
libpciaccess-devel
@@ -39,6 +39,13 @@
+
+ 2019-02-04
+ 1.0.16
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-21
1.0.15