mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/tigervnc to 1.4.3-5
This commit is contained in:
parent
81d98bc8d4
commit
4aafa38066
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgname=tigervnc
|
pkgname=tigervnc
|
||||||
pkgver=1.4.3
|
pkgver=1.4.3
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
_xorgver=1.17.1
|
_xorgver=1.17.2
|
||||||
pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC."
|
pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.tigervnc.org"
|
url="http://www.tigervnc.org"
|
||||||
|
@ -32,7 +32,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$
|
||||||
0001-Raise-GnuTLS-requirements-to-3.x.patch
|
0001-Raise-GnuTLS-requirements-to-3.x.patch
|
||||||
xorg117.patch)
|
xorg117.patch)
|
||||||
md5sums=('2177ee42fa1a3902b6feeaa7747f1c2a'
|
md5sums=('2177ee42fa1a3902b6feeaa7747f1c2a'
|
||||||
'5986510d59e394a50126a8e2833e79d3'
|
'397e405566651150490ff493e463f1ad'
|
||||||
'1aad8f06504b3e29a24ccfbaab617973'
|
'1aad8f06504b3e29a24ccfbaab617973'
|
||||||
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
'b200d83c60e80c6f9693ea19a2d9f5b0'
|
||||||
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
'22f1523a0eca56ad79cfabd0db6e2cf6'
|
||||||
|
@ -68,7 +68,7 @@ build() {
|
||||||
cd unix/xserver
|
cd unix/xserver
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--disable-static --disable-xinerama --without-dtrace \
|
--disable-static --without-dtrace \
|
||||||
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
|
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
|
||||||
--disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
|
--disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
|
||||||
--disable-config-hal --disable-config-udev --with-pic \
|
--disable-config-hal --disable-config-udev --with-pic \
|
||||||
|
|
Loading…
Reference in a new issue