summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-05-25 10:14:21 +1000
committerMark Blakeney2017-05-25 10:14:44 +1000
commit57f643430415102146040286638d44315d8da33d (patch)
tree536a5f79f4ab9b47d239cde049a3275883b92b0a
parent56d94cc00fc0685a3e2981414adb74266146e441 (diff)
downloadaur-57f643430415102146040286638d44315d8da33d.tar.gz
Add missing dependency for hicolor-icon-theme
-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")