Date: Monday, March 16, 2020 @ 18:50:03
  Author: bisson
Revision: 377794

archrelease: copy trunk to extra-x86_64

Added:
  x11vnc/repos/extra-x86_64/PKGBUILD
    (from rev 377793, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-x86_64/service
    (from rev 377793, x11vnc/trunk/service)
Deleted:
  x11vnc/repos/extra-x86_64/PKGBUILD
  x11vnc/repos/extra-x86_64/service

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++++----------------------------
 service  |   14 +++++------
 2 files changed, 48 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-16 18:49:48 UTC (rev 377793)
+++ PKGBUILD    2020-03-16 18:50:03 UTC (rev 377794)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: damir <da...@archlinux.org>
-
-pkgname=x11vnc
-epoch=1
-pkgver=0.9.16
-pkgrel=1
-pkgdesc='VNC server for real X displays'
-url='https://github.com/LibVNC/x11vnc'
-arch=('x86_64')
-license=('GPL2')
-optdepends=('tk: GUI support'
-            'net-tools: -auth guess'
-            'xf86-video-dummy: Xdummy script')
-depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama'
-         'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo')
-source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz";
-        'service')
-sha256sums=('885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd'
-            'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       autoreconf -fi
-       ./configure --prefix=/usr --mandir=/usr/share/man
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
-       install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
-}

Copied: x11vnc/repos/extra-x86_64/PKGBUILD (from rev 377793, 
x11vnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-16 18:50:03 UTC (rev 377794)
@@ -0,0 +1,41 @@
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+
+pkgname=x11vnc
+epoch=1
+pkgver=0.9.16
+pkgrel=2
+pkgdesc='VNC server for real X displays'
+url='https://github.com/LibVNC/x11vnc'
+arch=('x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+            'net-tools: -auth guess'
+            'xf86-video-dummy: Xdummy script')
+depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama'
+         'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo')
+source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz";
+        
'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2dbbec2c8dad91a5ffb73a0d68474b.patch'
+        'service')
+sha256sums=('885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd'
+            'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
+            'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       patch -p1 -i ../95a10ab64c2dbbec2c8dad91a5ffb73a0d68474b.patch # 
FS#65851
+       autoreconf --force --install
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --mandir=/usr/share/man
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install misc/{rx11vnc,Xdummy} "${pkgdir}"/usr/bin
+       install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/x11vnc.service"
+}

Deleted: service
===================================================================
--- service     2020-03-16 18:49:48 UTC (rev 377793)
+++ service     2020-03-16 18:50:03 UTC (rev 377794)
@@ -1,7 +0,0 @@
-[Unit]
-Description=VNC Server for X11
-Requires=graphical.target
-After=graphical.target
-
-[Service]
-ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/extra-x86_64/service (from rev 377793, 
x11vnc/trunk/service)
===================================================================
--- service                             (rev 0)
+++ service     2020-03-16 18:50:03 UTC (rev 377794)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc

Reply via email to