From d3a24149a06d6796884243d8c5a7c77fc09fa0f2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 20:34:02 +0200 Subject: [PATCH] xpra: drop duplicate depend (broke cross, x2) Re-Re-introduced with commit 5057d57b85b01088ef292c7b6ab8db18e2f22bcb. --- srcpkgs/xpra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index e190383b633..9b45a73461a 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,14 +1,14 @@ # Template file for 'xpra' pkgname=xpra version=2.3 -revision=1 +revision=2 build_style=python2-module 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-PyOpenGL-accelerate python-cups - python-dbus python-lz4 python-rencode xauth xf86-video-dummy xorg-server-xvfb" +depends="cups pygtk python-Pillow 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"