summaryrefslogtreecommitdiff
path: root/libinput
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-28 22:57:56 +0200
committerTim Biermann <tbier@posteo.de>2021-09-28 22:57:56 +0200
commitc46cef0bd0321343460321f2fb4b92f9681f8cce (patch)
treeca8fde05f3bf8faf019d93feba45e385a1d957cb /libinput
parente778e345d8035a3218ba9c453e07df42a9d4a7df (diff)
downloadxorg-c46cef0bd0321343460321f2fb4b92f9681f8cce.tar.gz
xorg-c46cef0bd0321343460321f2fb4b92f9681f8cce.tar.xz
libinput: 1.19.0 -> 1.19.1
Diffstat (limited to 'libinput')
-rw-r--r--libinput/.footprint1
-rw-r--r--libinput/.signature8
-rw-r--r--libinput/Pkgfile8
3 files changed, 11 insertions, 6 deletions
diff --git a/libinput/.footprint b/libinput/.footprint
index 47fd1541..2a841435 100644
--- a/libinput/.footprint
+++ b/libinput/.footprint
@@ -71,6 +71,7 @@ drwxr-xr-x root/root usr/share/libinput/
-rw-r--r-- root/root usr/share/libinput/50-system-huawei.quirks
-rw-r--r-- root/root usr/share/libinput/50-system-lenovo.quirks
-rw-r--r-- root/root usr/share/libinput/50-system-pine64.quirks
+-rw-r--r-- root/root usr/share/libinput/50-system-prestigio.quirks
-rw-r--r-- root/root usr/share/libinput/50-system-purism.quirks
-rw-r--r-- root/root usr/share/libinput/50-system-sony.quirks
-rw-r--r-- root/root usr/share/libinput/50-system-system76.quirks
diff --git a/libinput/.signature b/libinput/.signature
index d8d6bb43..9163df06 100644
--- a/libinput/.signature
+++ b/libinput/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndJa1uRidR+PZ11lAOW9XP6RNbtMqWyHqjeV4YWP80iEAHfdzHRmGGJx/fVXlbWr4Snl2QJYRa9hlCbbo2KHk5Q0=
-SHA256 (Pkgfile) = 8b9a8bb9796868837e72dd475bc0009c6bf0c665e57378a46dd8db2df13fb253
-SHA256 (.footprint) = db040bd81502ca1df2eaf4301f610ea3500226faa1ec4623e03a0241b1ccbc8c
-SHA256 (libinput-1.19.0.tar.xz) = 3d3a2f12b4a65cd82684121ae4b33cdc3ad541c761a55e8eb73a8e5e443cccbb
+RWTSGWF5Q7TndPNhtK9+3dcFIHjHfrPgeJOh3XNnPtYKy5kqdTx88AAwaTT5MctgtfxysV93hXj0By0hhdl9/ktu0DCZdV/shQQ=
+SHA256 (Pkgfile) = d8ab02c1efc3e48ac43e31aa6a8bc2c3397cdd6e46b5e63a9a355811be243dcd
+SHA256 (.footprint) = c1088b0d6af02c3c483b5014ef7d1e59acd7c37b6fbe4c99cefcc8ead469e75f
+SHA256 (libinput-1.19.1.tar.xz) = 0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d
diff --git a/libinput/Pkgfile b/libinput/Pkgfile
index fd9546eb..aaf43244 100644
--- a/libinput/Pkgfile
+++ b/libinput/Pkgfile
@@ -1,10 +1,11 @@
# Description: library that handles input devices for display servers
# URL: https://www.freedesktop.org/wiki/Software/libinput/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: eudev meson mtdev ninja xorg-libevdev
+# Depends on: eudev mtdev xorg-libevdev
+# Optional: wayland-protocols
name=libinput
-version=1.19.0
+version=1.19.1
release=1
source=(https://www.freedesktop.org/software/$name/$name-$version.tar.xz)
@@ -12,10 +13,13 @@ build() {
prt-get isinst zsh && \
PKGMK_LIBINPUT+=' -D zshcompletiondir=/usr/share/zsh/site-functions' || \
PKGMK_LIBINPUT+=' -D zshcompletiondir=no'
+
meson setup build $name-$version $PKGMK_LIBINPUT \
--prefix=/usr \
--libexecdir=/usr/lib \
--buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_pie=true \
-D udev-dir=/lib/udev \
-D debug-gui=false \
-D documentation=false \

Generated by cgit