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

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 30 10:22:40 UTC 2020


    Date: Sunday, August 30, 2020 @ 10:22:40
  Author: foutrelis
Revision: 394957

upgpkg: x11vnc 1:0.9.16-3: rebuild bisson's pkgs

Modified:
  x11vnc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 10:22:38 UTC (rev 394956)
+++ PKGBUILD	2020-08-30 10:22:40 UTC (rev 394957)
@@ -4,7 +4,7 @@
 pkgname=x11vnc
 epoch=1
 pkgver=0.9.16
-pkgrel=2
+pkgrel=3
 pkgdesc='VNC server for real X displays'
 url='https://github.com/LibVNC/x11vnc'
 arch=('x86_64')
@@ -15,15 +15,18 @@
 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'
+        "$pkgname-xfc-null-ptr.patch::https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch"
+        "$pkgname-gcc10.patch::https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch"
         'service')
 sha256sums=('885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd'
             'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
+            '9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
             'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../95a10ab64c2dbbec2c8dad91a5ffb73a0d68474b.patch # FS#65851
+	patch -p1 -i ../$pkgname-xfc-null-ptr.patch # FS#65851
+	patch -p1 -i ../$pkgname-gcc10.patch
 	autoreconf --force --install
 }
 



More information about the arch-commits mailing list