summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper van Bourgognie2021-11-11 20:35:49 +0100
committerJasper van Bourgognie2021-11-11 20:35:49 +0100
commitbebd88c4d46ba7b43e2d0236cafac0edc263162f (patch)
treecd0ff1238a10d2f389e05ea0be0d9b8aac0b2828
parent935053f22f408e1491a3a8b4e5a354577eb273ea (diff)
downloadaur-bebd88c4d46ba7b43e2d0236cafac0edc263162f.tar.gz
Add missing dependencies (cmake, wayland-protocols)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2810f1450e13..ca3c69458a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libinput-three-finger-drag
pkgdesc = Input device management and event handling library
pkgver = 1.19.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = x86_64
license = custom:X11
@@ -12,6 +12,8 @@ pkgbase = libinput-three-finger-drag
depends = systemd
depends = libevdev
depends = libwacom
+ depends = cmake
+ depends = wayland-protocols
optdepends = gtk3: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-libevdev: libinput measure
diff --git a/PKGBUILD b/PKGBUILD
index 4d43d93923f1..3ddc3b09c388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,21 @@
pkgname=libinput-three-finger-drag
pkgver=1.19.2
-pkgrel=1
+pkgrel=2
pkgdesc="Input device management and event handling library"
url="https://www.freedesktop.org/wiki/Software/libinput/"
arch=(x86_64)
license=(custom:X11)
provides=('libinput=1.19.2')
conflicts=('libinput')
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom' 'cmake' 'wayland-protocols')
# upstream doesn't recommend building docs
makedepends=('gtk3' 'meson' 'git') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
'python-libevdev: libinput measure')
source=("libinput::git+https://github.com/jasper-van-bourgognie/libinput#tag=1.19.2-3fd")
+#source=("libinput::git+file:///home/jasper/Documents/code/libinput#branch=wip/three-finger-jasper")
md5sums=('SKIP')
build() {