[arch-commits] Commit in x11vnc/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu Feb 15 01:13:14 UTC 2018
Date: Thursday, February 15, 2018 @ 01:13:13
Author: bisson
Revision: 317073
upstream update
Modified:
x11vnc/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-15 00:07:25 UTC (rev 317072)
+++ PKGBUILD 2018-02-15 01:13:13 UTC (rev 317073)
@@ -4,8 +4,8 @@
pkgname=x11vnc
epoch=1
-pkgver=0.9.14
-pkgrel=4
+pkgver=0.9.15
+pkgrel=1
pkgdesc='VNC server for real X displays'
url='https://github.com/LibVNC/x11vnc'
arch=('x86_64')
@@ -16,29 +16,13 @@
depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama'
'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo')
source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz"
- 'fix-buffer-overflows.patch'
- 'openssl-detect.patch'
- 'openssl-support.patch'
- 'cursor.patch'
'service')
-sha256sums=('45f87c5e4382988c73e8c7891ac2bfb45d8f9ce1196ae06651c84636684ea143'
- '1d19edf54c6216b830150e5b05175a81ee8be3288d8584d3de0276df9a38384e'
- 'f356009176a11a793fef4514b26468c04908c961e6be226a83b631b6df5a2fdc'
- 'f9cafe56cb878b067bc95c6bd84aa8d480af6400bea836d87a08e24e0c4eca0b'
- '0559a163f62c308a993a911f5ced5d00cd20afd3e267e9057fe37a2436768f62'
+sha256sums=('3e43bd875edc3c7f52a0d3676c4ec7de910fcd210240ee20b4522deb2bf84cff'
'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
-prepare() {
+build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../fix-buffer-overflows.patch
- patch -p1 -i ../openssl-detect.patch
- patch -p1 -i ../openssl-support.patch
- patch -p1 -i ../cursor.patch
autoreconf -fi
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man
make
}
More information about the arch-commits
mailing list