summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2016-12-28 16:50:54 +0200
committerbug2016-12-28 16:50:54 +0200
commit4c2d32d3e44ffc87a5711ef181bfc00bccfd68e6 (patch)
tree98308c548988cdd0f3aaeace6a2195465c04d983
parent4dd041725a4d53a7d392f1574f23d1add8ec5c06 (diff)
downloadaur-4c2d32d3e44ffc87a5711ef181bfc00bccfd68e6.tar.gz
Create missing xpra group
-rw-r--r--.SRCINFO38
-rw-r--r--PKGBUILD34
-rw-r--r--xpra-winswitch.install2
3 files changed, 64 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ba92987b007..743fee0ab173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 17 18:01:23 UTC 2016
+# Wed Dec 28 14:50:54 UTC 2016
pkgbase = xpra-winswitch-svn
pkgdesc = Modified version of xpra by Winswitch
- pkgver = 14561
+ pkgver = 14634
pkgrel = 1
url = http://xpra.org/
install = xpra-winswitch.install
@@ -15,23 +15,53 @@ pkgbase = xpra-winswitch-svn
depends = python2
depends = pygtk
depends = libxtst
- depends = python2-imaging
+ depends = python2-pillow
depends = python2-lz4
depends = ffmpeg
depends = libvpx
depends = xf86-video-dummy
depends = libwebp
+ depends = libxkbfile
+ depends = python2-numpy
depends = rencode
+ depends = python2-opengl
+ depends = python2-gtkglext
+ depends = python-lz4
+ depends = python-opengl
+ depends = python2-opengl
optdepends = x264: Codec
+ optdepends = python2-dbus: dbus features
+ optdepends = python2-pycups: Printing support
+ optdepends = python2-netifaces: mdns
+ optdepends = python2-cryptography: Cryptography
+ optdepends = python-cryptography: Cryptography
+ optdepends = python2-crypto: Cryptography
+ optdepends = python-crypto: Cryptography
provides = parti-all
provides = xpra-winswitch
conflicts = parti-all
backup = etc/xpra/xpra.conf
backup = etc/xpra/xorg.conf
+ backup = etc/xpra/cuda.conf
+ backup = etc/xpra/nvenc.keys
+ backup = etc/xpra/conf.d/05_features.conf
+ backup = etc/xpra/conf.d/10_network.conf
+ backup = etc/xpra/conf.d/12_ssl.conf
+ backup = etc/xpra/conf.d/15_file_transfers.conf
+ backup = etc/xpra/conf.d/16_printing.conf
+ backup = etc/xpra/conf.d/20_sound.conf
+ backup = etc/xpra/conf.d/30_picture.conf
+ backup = etc/xpra/conf.d/35_webcam.conf
+ backup = etc/xpra/conf.d/40_client.conf
+ backup = etc/xpra/conf.d/42_client_keyboard.conf
+ backup = etc/xpra/conf.d/50_server_network.conf
+ backup = etc/xpra/conf.d/55_server_x11.conf
+ backup = etc/xpra/conf.d/60_server.conf
+ backup = etc/xpra/conf.d/65_proxy.conf
source = xpra::svn+https://www.xpra.org/svn/Xpra/trunk/src
source = xpra-winswitch.install
md5sums = SKIP
- md5sums = f3bdf0f695617ba4e26af55af263ba82
+ md5sums = df5cfe00b5d1be31f10b206e7b8d7daf
pkgname = xpra-winswitch-svn
diff --git a/PKGBUILD b/PKGBUILD
index b02d6f4bbe76..7194938c1ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,47 @@
# Contributor: Bug <bug2000@gmail.com>
# Maintainer: Bug <bug2000@gmail.com>
pkgname=xpra-winswitch-svn
-pkgver=14561
+pkgver=14634
pkgrel=1
pkgdesc="Modified version of xpra by Winswitch"
arch=('i686' 'x86_64')
url="http://xpra.org/"
license=('GPL2')
-depends=('python2' 'pygtk' 'libxtst' 'python2-imaging' 'python2-lz4'
- 'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libwebp' 'rencode')
-optdepends=('x264: Codec')
+depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
+ 'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libwebp' 'libxkbfile'
+ 'python2-numpy' 'rencode' 'python2-opengl'
+ 'python2-gtkglext' 'python-lz4' 'python-opengl' 'python2-opengl')
+optdepends=('x264: Codec' 'python2-dbus: dbus features'
+ 'python2-pycups: Printing support' 'python2-netifaces: mdns'
+ 'python2-cryptography: Cryptography'
+ 'python-cryptography: Cryptography'
+ 'python2-crypto: Cryptography'
+ 'python-crypto: Cryptography')
makedepends=('subversion' 'python2-setuptools' 'cython2')
provides=('parti-all' 'xpra-winswitch')
conflicts=('parti-all')
-backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf')
+backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf'
+ 'etc/xpra/cuda.conf' 'etc/xpra/nvenc.keys'
+ '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')
install=xpra-winswitch.install
source=("xpra::svn+https://www.xpra.org/svn/Xpra/trunk/src"
"xpra-winswitch.install")
md5sums=('SKIP'
- 'f3bdf0f695617ba4e26af55af263ba82')
+ 'df5cfe00b5d1be31f10b206e7b8d7daf')
_svnmod=xpra
pkgver() {
diff --git a/xpra-winswitch.install b/xpra-winswitch.install
index 4bb9fbd14194..2d5f7be1a2d3 100644
--- a/xpra-winswitch.install
+++ b/xpra-winswitch.install
@@ -1,5 +1,7 @@
## arg 1: the new package version
post_install() {
+ systemd-sysusers xpra.conf
+ systemd-tmpfiles --create xpra.conf
update-desktop-database -q
}