# Maintainer: Giancarlo Razzolini # Contributor: Bug # ALARM: Kevin Mihelich # - remove makedepend on pandoc # - setup.py with --without-docs pkgname=xpra pkgver=4.2.3 pkgrel=4 pkgdesc="multi-platform screen and application forwarding system screen for X11" arch=('x86_64') url='https://www.xpra.org' license=('GPL2') depends=('gtk3' 'python' 'libxtst' 'python-cairo' 'python-gobject' 'python-pillow' 'python-lz4' 'ffmpeg4.4' 'libvpx' 'xf86-video-dummy' 'libxkbfile' 'python-netifaces' 'python-rencode' 'python-opengl' 'python-lz4') optdepends=('x264: Codec' 'python-dbus: dbus features' 'python-pycups: Printing support' 'python-cryptography: Cryptography' 'python-numpy: GPU accelerated capture and compression for NVIDIA cards' 'gst-python: Sound Forwarding' 'opencv: Webcam Forwarding') makedepends=('pkgconf' 'pygobject-devel' 'python-setuptools' 'cython' 'uglify-js') backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf' 'etc/xpra/conf.d/05_features.conf' 'etc/xpra/conf.d/10_network.conf' 'etc/xpra/conf.d/12_ssl.conf' 'etc/xpra/conf.d/15_file_transfers.conf' 'etc/xpra/conf.d/16_printing.conf' 'etc/xpra/conf.d/20_sound.conf' 'etc/xpra/conf.d/30_picture.conf' 'etc/xpra/conf.d/35_webcam.conf' 'etc/xpra/conf.d/40_client.conf' 'etc/xpra/conf.d/42_client_keyboard.conf' 'etc/xpra/conf.d/50_server_network.conf' 'etc/xpra/conf.d/55_server_x11.conf' 'etc/xpra/conf.d/60_server.conf' 'etc/xpra/conf.d/65_proxy.conf' 'etc/pam.d/xpra') source=($pkgname-$pkgver.tar.xz::$url/src/$pkgname-$pkgver.tar.xz $pkgname-$pkgver.tar.xz.asc::$url/src/$pkgname-$pkgver.tar.xz.gpg) md5sums=('dac29de0bec1ccdabaae367394fe0e0f' 'SKIP') sha1sums=('93e10a98d1d794cd22008a4524f5f936a57ed9da' 'SKIP') sha256sums=('c6664fe4ccfec95623af36289525b3d91c93aed3e321107599e22d8941c57bc7' 'SKIP') validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin build() { cd "${srcdir}/$pkgname-$pkgver" export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' python setup.py build --without-docs } package() { cd "${srcdir}/$pkgname-$pkgver" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build --without-docs sed -i 's|/build/xpra/pkg/xpra/etc/xpra/xorg.conf|/etc/xpra/xorg.conf|' "${pkgdir}"/etc/xpra/conf.d/55_server_x11.conf mv "${pkgdir}"/lib/* "${pkgdir}"/usr/lib/ rmdir "${pkgdir}/lib" mkdir -p "${pkgdir}"/usr/share/dbus-1 #Move D-BUS Policy mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d #Fix for FS#69804 chmod +x "${pkgdir}"/usr/bin/* }