# Maintainer: Giancarlo Razzolini # Contributor: Bug # ALARM: Kevin Mihelich # - remove makedepend on pandoc # - setup.py with --without-docs pkgname=xpra pkgver=4.4.5 pkgrel=1 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' 'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile' 'libxres' '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=('4a52cf55611a7ca3354b0c6def020095' 'SKIP') sha1sums=('65ef63d10fd14377a3a8daa659a3fdff62176923' 'SKIP') sha256sums=('a36bc33f36568291057b4cb3363c2db8b3c73b419f59b4ac70a8ef21f4e2e91a' 'SKIP') validpgpkeys=('C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB') # Antoine Martin build() { cd "${srcdir}/$pkgname-$pkgver" 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/* }