summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 873107e61764..c21d9f618d39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 22:53:25 UTC 2017
+# Thu May 25 00:02:28 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
pkgver = 2.23
diff --git a/Makefile b/Makefile
index b30ef23ba104..645a9aa44bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
nam = $(shell sed -n 's/^pkgname=//p' PKGBUILD)
src = PKGBUILD
inf = .SRCINFO
+pkg = $(shell ls -v $(nam)*.pkg.tar* 2>/dev/null | tail -1)
all: sum $(inf) check
@@ -9,6 +10,9 @@ $(inf): $(src)
check: $(src)
namcap $^
+ifneq ($(strip $(pkg)),)
+ namcap $(pkg)
+endif
sum: $(src)
updpkgsums
diff --git a/PKGBUILD b/PKGBUILD
index 263d4db06840..1439c1bba032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
-depends=("python" "libinput" "xdotool" "wmctrl")
+depends=("python" "libinput" "xdotool" "wmctrl" "hicolor-icon-theme")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")