1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
5 pkgver=3.22.0+74+g7a95e10
7 pkgdesc="A VNC server for the GNOME desktop"
8 url="https://wiki.gnome.org/Projects/Vino"
11 depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
12 makedepends=(intltool networkmanager gnome-common git)
14 _commit=7a95e105ec0a68dc0057b12ab4d15d628511a559 # master
15 source=("git+https://gitlab.gnome.org/GNOME/vino.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
25 NOCONFIGURE=1 ./autogen.sh
31 ./configure --prefix=/usr --sysconfdir=/etc \
32 --libexecdir=/usr/lib/vino \
33 --localstatedir=/var \
34 --disable-http-server --with-secret
36 # https://bugzilla.gnome.org/show_bug.cgi?id=655517
37 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
44 make DESTDIR="$pkgdir" install