[arch-commits] Commit in x11vnc/repos/community-x86_64 (4 files)

Daniel Bermond dbermond at gemini.archlinux.org
Sat Jan 29 15:38:25 UTC 2022


    Date: Saturday, January 29, 2022 @ 15:38:24
  Author: dbermond
Revision: 1119849

archrelease: copy trunk to community-x86_64

Added:
  x11vnc/repos/community-x86_64/PKGBUILD
    (from rev 1119848, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/community-x86_64/x11vnc.service
    (from rev 1119848, x11vnc/trunk/x11vnc.service)
Deleted:
  x11vnc/repos/community-x86_64/PKGBUILD
  x11vnc/repos/community-x86_64/x11vnc.service

----------------+
 PKGBUILD       |  100 +++++++++++++++++++++++++++----------------------------
 x11vnc.service |   14 +++----
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 15:37:56 UTC (rev 1119848)
+++ PKGBUILD	2022-01-29 15:38:24 UTC (rev 1119849)
@@ -1,50 +0,0 @@
-# Maintainer : Daniel Bermond <dbermond at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=x11vnc
-pkgver=0.9.16
-pkgrel=4
-epoch=1
-_commit='4ca006fed80410bd9b061a1519bd5d9366bb0bc8'
-pkgdesc='VNC server for real X displays'
-url='https://github.com/LibVNC/x11vnc'
-arch=('x86_64')
-license=('GPL')
-depends=('libvncserver' 'openssl' 'libxcrypt' 'libxtst' 'libxext' 'libxinerama'
-         'libxrandr' 'libxfixes' 'libxdamage' 'libxcomposite' 'libx11' 'avahi'
-         'libxi' 'xorg-xdpyinfo')
-optdepends=('tk: for GUI support'
-            'net-tools: for -auth guess'
-            'xf86-video-dummy: for Xdummy script')
-makedepends=('git')
-source=("git+https://github.com/LibVNC/x11vnc.git#commit=${_commit}?signed"
-        '010-x11vnc-xfc-null-ptr.patch'::'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch'
-        '020-x11vnc-gcc10-fix.patch'::'https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch'
-        '030-x11vnc-scan-limit-access-to-shared-memory'::'https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch'
-        'x11vnc.service')
-validpgpkeys=('25E71D2709955ECD4D041E03421BB3B45C6067F8') # Christian Beier
-sha256sums=('SKIP'
-            'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
-            '9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
-            '6047df38ca8a27760a6359a7f4029dd006f0423a4cd262cb0833da41defe1792'
-            'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
-
-prepare() {
-	patch -d x11vnc -Np1 -i "${srcdir}/010-x11vnc-xfc-null-ptr.patch" # FS#65851
-	patch -d x11vnc -Np1 -i "${srcdir}/020-x11vnc-gcc10-fix.patch"
-	patch -d x11vnc -Np1 -i "${srcdir}/030-x11vnc-scan-limit-access-to-shared-memory" # FS#68930
-	autoreconf -fi x11vnc
-}
-
-build() {
-	cd "$pkgname"
-	./configure --prefix='/usr' --mandir='/usr/share/man'
-	make
-}
-
-package() {
-	make -C x11vnc DESTDIR="$pkgdir" install
-	install x11vnc/misc/{rx11vnc,Xdummy} "${pkgdir}/usr/bin"
-	install -D -m644 x11vnc.service -t "${pkgdir}/usr/lib/systemd/system"
-}

Copied: x11vnc/repos/community-x86_64/PKGBUILD (from rev 1119848, x11vnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-29 15:38:24 UTC (rev 1119849)
@@ -0,0 +1,50 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Gaetan Bisson
+# Contributor: damir
+
+pkgname=x11vnc
+pkgver=0.9.16
+pkgrel=5
+epoch=1
+_commit='4ca006fed80410bd9b061a1519bd5d9366bb0bc8'
+pkgdesc='VNC server for real X displays'
+url='https://github.com/LibVNC/x11vnc'
+arch=('x86_64')
+license=('GPL')
+depends=('libvncserver' 'openssl' 'libxcrypt' 'libxtst' 'libxext' 'libxinerama'
+         'libxrandr' 'libxfixes' 'libxdamage' 'libxcomposite' 'libx11' 'avahi'
+         'libxi' 'xorg-xdpyinfo')
+optdepends=('tk: for GUI support'
+            'net-tools: for -auth guess'
+            'xf86-video-dummy: for Xdummy script')
+makedepends=('git')
+source=("git+https://github.com/LibVNC/x11vnc.git#commit=${_commit}?signed"
+        '010-x11vnc-xfc-null-ptr.patch'::'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch'
+        '020-x11vnc-gcc10-fix.patch'::'https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch'
+        '030-x11vnc-scan-limit-access-to-shared-memory'::'https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch'
+        'x11vnc.service')
+validpgpkeys=('25E71D2709955ECD4D041E03421BB3B45C6067F8') # Christian Beier
+sha256sums=('SKIP'
+            'eaa4678185dee4e2df6db8c74b5f5159ca982050825093362a7be79b4552ebf8'
+            '9358217c23e586cb34d98564e5031dd58bf43e621d23435629d2105c901d0aa8'
+            '6047df38ca8a27760a6359a7f4029dd006f0423a4cd262cb0833da41defe1792'
+            'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
+
+prepare() {
+	patch -d x11vnc -Np1 -i "${srcdir}/010-x11vnc-xfc-null-ptr.patch" # FS#65851
+	patch -d x11vnc -Np1 -i "${srcdir}/020-x11vnc-gcc10-fix.patch"
+	patch -d x11vnc -Np1 -i "${srcdir}/030-x11vnc-scan-limit-access-to-shared-memory" # FS#68930
+	autoreconf -fi x11vnc
+}
+
+build() {
+	cd "$pkgname"
+	./configure --prefix='/usr' --mandir='/usr/share/man'
+	make
+}
+
+package() {
+	make -C x11vnc DESTDIR="$pkgdir" install
+	install x11vnc/misc/{rx11vnc,Xdummy} -t "${pkgdir}/usr/bin"
+	install -D -m644 x11vnc.service -t "${pkgdir}/usr/lib/systemd/system"
+}

Deleted: x11vnc.service
===================================================================
--- x11vnc.service	2022-01-29 15:37:56 UTC (rev 1119848)
+++ x11vnc.service	2022-01-29 15:38:24 UTC (rev 1119849)
@@ -1,7 +0,0 @@
-[Unit]
-Description=VNC Server for X11
-Requires=graphical.target
-After=graphical.target
-
-[Service]
-ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/community-x86_64/x11vnc.service (from rev 1119848, x11vnc/trunk/x11vnc.service)
===================================================================
--- x11vnc.service	                        (rev 0)
+++ x11vnc.service	2022-01-29 15:38:24 UTC (rev 1119849)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc



More information about the arch-commits mailing list