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