diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index bf971880415..e190383b633 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,24 +1,25 @@ # Template file for 'xpra' pkgname=xpra -version=2.2.6 -revision=2 +version=2.3 +revision=1 build_style=python2-module -conf_files=" - /etc/xpra/xpra.conf - /etc/xpra/xorg.conf - /etc/xpra/conf.d/*" pycompile_module="xpra" hostmakedepends="pkg-config python-Cython" makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel" -depends="cups pygtk python-Pillow python-cups python-dbus python-lz4 - python-rencode xauth xf86-video-dummy xorg-server-xvfb" +depends="cups pygtk python-Pillow python-PyOpenGL-accelerate python-cups + python-dbus python-lz4 python-rencode xauth xf86-video-dummy xorg-server-xvfb" short_desc="Like screen(1) for X" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" -homepage="http://xpra.org/" +homepage="https://xpra.org/" +#changelog="https://xpra.org/svn/Xpra/trunk/debian/changelog" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=df732da8178f3314e93823b7d3c2f0f2b8242f3fa1aec87eb56fc90fe1b3deff +checksum=372b05ae06dbbe138c4368d31472753e51fbfa63e9dcd6f9a827237f5755004f +conf_files=" + /etc/xpra/xpra.conf + /etc/xpra/xorg.conf + /etc/xpra/conf.d/*" if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"