summaryrefslogtreecommitdiff
path: root/extra/x11vnc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-15 00:36:27 -0700
committerroot <root@rshg054.dnsready.net>2012-10-15 00:36:27 -0700
commite9dd04abd0ede1143ea4af10059e37c2f599e1fd (patch)
tree349cdcd294bfe80d37acf0f2c9a189c7d3bc6386 /extra/x11vnc
parent4eb56e1b3a80c84f2dddf2692310369dc9cbd31a (diff)
Mon Oct 15 00:36:26 PDT 2012
Diffstat (limited to 'extra/x11vnc')
-rw-r--r--extra/x11vnc/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/x11vnc/PKGBUILD b/extra/x11vnc/PKGBUILD
index 91885eae6..323462d23 100644
--- a/extra/x11vnc/PKGBUILD
+++ b/extra/x11vnc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 165299 2012-08-15 01:45:56Z bisson $
+# $Id: PKGBUILD 168731 2012-10-15 02:00:18Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=x11vnc
pkgver=0.9.13
-pkgrel=2
+pkgrel=3
pkgdesc='VNC server for real X displays'
url='http://www.karlrunge.com/x11vnc/'
arch=('i686' 'x86_64')
@@ -32,5 +32,6 @@ package() {
make DESTDIR="${pkgdir}" install
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/x11vnc"
install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/x11vnc"
+ install -Dm644 ../service "${pkgdir}/usr/lib/systemd/system/x11vnc.service"
rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
}