summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2021-03-17 01:43:43 +0100
committerChristoph Haag2021-03-17 01:43:43 +0100
commitc7eb27295694941fc28f406a527362851126a2cc (patch)
treef7db0e3beb2d81349efd61ffb658151681455d10
parent4c7c333fdb07a22961a9cbabe99ca713549343e3 (diff)
downloadaur-c7eb27295694941fc28f406a527362851126a2cc.tar.gz
make xdotool a runtime dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be474fb7acf..87604d5ecb52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = libinputsynth-git
license = MIT
makedepends = meson
makedepends = git
- makedepends = xdotool
depends = glib2
+ depends = xdotool
provides = libinputsynth=0.15.0.62.6ddcfd2
conflicts = libinputsynth
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index f17f049eaf18..a26321f53ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=1
pkgdesc='Synthesize desktop input for X11 and Wayland'
arch=('i686' 'x86_64')
url='https://gitlab.freedesktop.org/xrdesktop/libinputsynth'
-depends=('glib2')
+depends=('glib2' 'xdotool')
provides=("$_realname="$pkgver)
conflicts=("$_realname")
-makedepends=('meson' 'git' 'xdotool')
+makedepends=('meson' 'git')
license=('MIT')
options=('debug' '!strip')