[arch-commits] Commit in x11vnc/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu May 26 20:30:26 UTC 2016


    Date: Thursday, May 26, 2016 @ 22:30:26
  Author: bisson
Revision: 268612

revert to working package

Modified:
  x11vnc/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-26 20:30:05 UTC (rev 268611)
+++ PKGBUILD	2016-05-26 20:30:26 UTC (rev 268612)
@@ -3,27 +3,22 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=x11vnc
-pkgver=0.9.14
-pkgrel=1
+epoch=1
+pkgver=0.9.13
+pkgrel=8
 pkgdesc='VNC server for real X displays'
-url='https://github.com/LibVNC/x11vnc/'
+url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 optdepends=('tk: GUI support'
             'net-tools: -auth guess'
             'xf86-video-dummy: Xdummy script')
-depends=('libvncserver' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi')
-source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz"
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi')
+source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'service')
-sha1sums=('f5903a5faade531ef6223d6740826a7729bc696c'
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
           '53e1ed7f84518a699a29607a03bee2321f9f9624')
 
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	touch config.h.in
-	aclocal; automake --add-missing; autoconf
-}
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure --prefix=/usr --mandir=/usr/share/man
@@ -33,6 +28,7 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
-	install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+	install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
 	install -Dm644 ../service "${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+	rm -fr "${pkgdir}"/usr/include/rfb # provided by libvncserver
 }



More information about the arch-commits mailing list