diff --git a/srcpkgs/tigervnc/template b/srcpkgs/tigervnc/template index 9eba9f152c1..f5cb4328cdd 100644 --- a/srcpkgs/tigervnc/template +++ b/srcpkgs/tigervnc/template @@ -1,35 +1,36 @@ # Template file for 'tigervnc' pkgname=tigervnc -version=1.7.1 +version=1.8.0 revision=1 -_xorg_version=1.18.4 +_xorg_version=1.19.3 build_style=cmake short_desc="VNC client forked from TightVNC" maintainer="Evan Deaubl " license="GPL-2" hostmakedepends="automake xorg-util-macros font-util pkg-config libtool xtrans" makedepends="fltk-devel zlib-devel libXtst-devel libjpeg-turbo-devel pixman-devel - randrproto fontsproto videoproto compositeproto scrnsaverproto - resourceproto libxkbfile-devel libXfont-devel gnutls-devel" + randrproto fontsproto videoproto compositeproto scrnsaverproto + resourceproto libxkbfile-devel libXfont2-devel gnutls-devel" depends="xauth xkeyboard-config" conflicts="turbovnc>=0" homepage="http://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="3c021ec0bee4611020c0bcbab995b0ef2f6f1a46127a52b368827f3275527ccc - 278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8" + ${XORG_SITE}/xserver/xorg-server-${_xorg_version}.tar.bz2" +checksum="9951dab0e10f8de03996ec94bec0d938da9f36d48dca8c954e8bbc95c16338f8 + 677a8166e03474719238dfe396ce673c4234735464d6dadf2959b600d20e5a98" post_configure() { cd ${wrksrc}/unix/xserver cp -R ${XBPS_BUILDDIR}/xorg-server-${_xorg_version}/* . - patch -p1 <../xserver117.patch + patch -p1 <../xserver119.patch autoreconf -fiv - ./configure --host=${XBPS_CROSS_TRIPLET} --prefix=/usr --with-pic \ - --without-dtrace --disable-static --disable-dri \ - --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \ - --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive \ - --disable-config-hal --disable-config-udev --disable-dri2 --enable-glx \ - --disable-unit-tests --disable-selective-werror + ./configure --host=${XBPS_CROSS_TRIPLET} --prefix=/usr \ + --with-pic --without-dtrace --disable-static \ + --disable-xvfb --disable-xnest --disable-xorg --disable-dmx \ + --disable-xwin --disable-xwayland --disable-xephyr \ + --disable-kdrive --disable-config-hal --disable-config-udev \ + --disable-dri --enable-dri2 --enable-dri3 --enable-glx \ + --disable-unit-tests --disable-devel-docs --disable-selective-werror } post_build() {