summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-02-19 23:33:33 -0800
committermutantmonkey2016-02-19 23:33:33 -0800
commit3d39078dafe5b7a0ce0d4adfb1314b83e2e503ce (patch)
treeb69ec430b354139a09e851a5f3e12b1d2bbf19b7
parentcc27b42c1bc71dc1ef2869ba3809ed9d04f036bf (diff)
downloadaur-3d39078dafe5b7a0ce0d4adfb1314b83e2e503ce.tar.gz
upgpkg: spice-vdagent 0.16.0-3
Patch configure.ac to use libsystemd instead of libsystemd-login, which was deprecated two years ago
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ba2b4bde72..e907f9787c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Feb 20 07:33:33 UTC 2016
pkgbase = spice-vdagent
pkgdesc = Spice agent xorg client that enables copy and paste between client and X-session and more
pkgver = 0.16.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.spice-space.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b6c2feac64b..bdfa556260e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=spice-vdagent
pkgver=0.16.0
-pkgrel=2
+pkgrel=3
pkgdesc="Spice agent xorg client that enables copy and paste between client and X-session and more"
arch=('i686' 'x86_64')
url="http://www.spice-space.org/"
@@ -21,6 +21,9 @@ validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
+ # libsystemd-login.so was deprecated with systemd 209
+ sed -i 's/libsystemd-login >=/libsystemd >=/' configure.ac
+
# set udevrulesdir, since this is impossible with a flag
sed -i 's/udevrulesdir = \/lib/udevrulesdir = \/usr\/lib/' Makefile.am