summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2020-11-18 08:26:24 +1000
committerMark2020-11-18 08:26:24 +1000
commit442d03fbb15f4cecb09235a09e67f39c881b5479 (patch)
treed3496e527f36caebba4fd658562a1a7505a89514
parente50e24c7a92f045bbcd882c077a6550eeac60246 (diff)
downloadaur-442d03fbb15f4cecb09235a09e67f39c881b5479.tar.gz
Update to 2.54
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb05dd25d93..978a01deaa2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
- pkgver = 2.53
+ pkgver = 2.54
pkgrel = 1
url = https://github.com/bulletmark/libinput-gestures
install = install.sh
@@ -9,11 +9,13 @@ pkgbase = libinput-gestures
depends = python>=3.5
depends = libinput
depends = hicolor-icon-theme
+ optdepends = wmctrl: required for _internal command, as per default configuration
+ optdepends = xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = libinput-gestures-2.53.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.53.tar.gz
- md5sums = c54af7b112e13d597bcadfd12e8c4c46
+ source = libinput-gestures-2.54.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.54.tar.gz
+ md5sums = 187f0e6bb66b103cddc5805dc32ed0c0
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index c61ca3a48f1d..8fc1794f5b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=libinput-gestures
-pkgver=2.53
+pkgver=2.54
pkgrel=1
pkgdesc="Actions gestures on your touchpad using libinput"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python>=3.5" "libinput" "hicolor-icon-theme")
+optdepends=("wmctrl: required for _internal command, as per default configuration"
+ "xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('c54af7b112e13d597bcadfd12e8c4c46')
+md5sums=('187f0e6bb66b103cddc5805dc32ed0c0')
package() {
cd "$pkgname-$pkgver"