void-packages/srcpkgs/xpra/template

36 lines
1.0 KiB
Bash

# Template file for 'xpra'
pkgname=xpra
version=2.2.5
revision=1
build_style=python2-module
conf_files="
/etc/xpra/xpra.conf
/etc/xpra/xorg.conf
/etc/xpra/conf.d/*"
pycompile_module="xpra"
hostmakedepends="python pkg-config python-Cython"
makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
libXtst-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel
libvpx-devel"
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4
python-cups xf86-video-dummy cups python-dbus xauth"
short_desc="Like screen(1) for X"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://xpra.org/"
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
checksum=5a0685127c1996ae590cc3fa944ee0e9232a3a5264aef925a4fcadc12c0054e0
if [ -z "$CROSS_BUILD" ]; then
depends+=" python-PyOpenGL-accelerate"
fi
post_extract() {
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
}
post_install() {
sed -i "s:${DESTDIR/\/\//\/}::" ${DESTDIR}/etc/xpra/conf.d/55_server_x11.conf
rm -rf ${DESTDIR}/etc/init.d
}