tigervnc: update to 1.10.1.

This commit is contained in:
Leah Neukirchen 2019-12-22 17:50:21 +01:00
parent f983861d8e
commit 6c9e9035e3

View file

@ -1,7 +1,7 @@
# Template file for 'tigervnc' # Template file for 'tigervnc'
pkgname=tigervnc pkgname=tigervnc
version=1.9.0 version=1.10.1
revision=2 revision=1
_xorg_version=1.20.0 _xorg_version=1.20.0
build_style=cmake build_style=cmake
short_desc="VNC client forked from TightVNC" short_desc="VNC client forked from TightVNC"
@ -15,13 +15,15 @@ conflicts="turbovnc>=0"
homepage="https://www.tigervnc.org" homepage="https://www.tigervnc.org"
distfiles="https://github.com/TigerVNC/tigervnc/archive/v${version}.tar.gz>tigervnc-${version}.tar.gz distfiles="https://github.com/TigerVNC/tigervnc/archive/v${version}.tar.gz>tigervnc-${version}.tar.gz
${XORG_SITE}/xserver/xorg-server-${_xorg_version}.tar.bz2" ${XORG_SITE}/xserver/xorg-server-${_xorg_version}.tar.bz2"
checksum="f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740 checksum="19fcc80d7d35dd58115262e53cac87d8903180261d94c2a6b0c19224f50b58c4
9d967d185f05709274ee0c4f861a4672463986e550ca05725ce27974f550d3e6" 9d967d185f05709274ee0c4f861a4672463986e550ca05725ce27974f550d3e6"
post_configure() { post_configure() {
cd ${wrksrc}/unix/xserver cd ${wrksrc}/unix/xserver
cp -R ${XBPS_BUILDDIR}/xorg-server-${_xorg_version}/* . cp -R ${XBPS_BUILDDIR}/xorg-server-${_xorg_version}/* .
patch -p1 <../xserver120.patch patch -p1 <../xserver120.patch
# glvnd changed versioning
sed -i '/LIBGL/s/[79]\..\.0/1.2/' configure.ac
autoreconf -fi autoreconf -fi
./configure --host=${XBPS_CROSS_TRIPLET} --prefix=/usr \ ./configure --host=${XBPS_CROSS_TRIPLET} --prefix=/usr \
--with-pic --without-dtrace --disable-static \ --with-pic --without-dtrace --disable-static \