xpra: update to 2.2.6.
This commit is contained in:
parent
87aa14e566
commit
968256715d
1 changed files with 9 additions and 10 deletions
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=2.2.5
|
version=2.2.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/xpra/xpra.conf
|
/etc/xpra/xpra.conf
|
||||||
/etc/xpra/xorg.conf
|
/etc/xpra/xorg.conf
|
||||||
/etc/xpra/conf.d/*"
|
/etc/xpra/conf.d/*"
|
||||||
pycompile_module="xpra"
|
pycompile_module="xpra"
|
||||||
hostmakedepends="python pkg-config python-Cython"
|
hostmakedepends="pkg-config python-Cython"
|
||||||
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
|
||||||
libXtst-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel
|
libvpx-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel"
|
||||||
libvpx-devel"
|
depends="cups pygtk python-Pillow python-PyOpenGL-accelerate python-cups
|
||||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4
|
python-dbus python-lz4 python-rencode xauth xf86-video-dummy xorg-server-xvfb"
|
||||||
python-cups xf86-video-dummy cups python-dbus xauth"
|
|
||||||
short_desc="Like screen(1) for X"
|
short_desc="Like screen(1) for X"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://xpra.org/"
|
homepage="http://xpra.org/"
|
||||||
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5a0685127c1996ae590cc3fa944ee0e9232a3a5264aef925a4fcadc12c0054e0
|
checksum=df732da8178f3314e93823b7d3c2f0f2b8242f3fa1aec87eb56fc90fe1b3deff
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
depends+=" python-PyOpenGL-accelerate"
|
depends+=" python-PyOpenGL-accelerate"
|
||||||
|
|
Loading…
Reference in a new issue