Date: Thursday, March 10, 2016 @ 20:06:39 Author: spupykin Revision: 165990
Added: spice-glib/ spice-glib/repos/ spice-glib/trunk/ spice-glib/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: spice-glib/trunk/PKGBUILD =================================================================== --- spice-glib/trunk/PKGBUILD (rev 0) +++ spice-glib/trunk/PKGBUILD 2016-03-10 19:06:39 UTC (rev 165990) @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $ +# Maintainer: Sergej Pupykin <[email protected]> +# Contributor: Stefano Facchini <[email protected]> +# Contributor: Jonathan Lestrelin <[email protected]> +# Contributor: Lucio Zara <[email protected]> + +pkgname=spice-glib +pkgver=0.30 +pkgrel=2 +pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" +arch=('i686' 'x86_64') +url="http://spice-space.org" +license=('LGPL2.1') +depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup') +makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' + 'vala' 'sdl' 'python2-six') +options=('!emptydirs') +source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2") +md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') + +build() { + cd "$srcdir/spice-gtk-$pkgver" + PYTHON=python2 ./configure --prefix=/usr \ + --disable-static --enable-vala --with-gtk=no \ + --with-audio=pulse \ + --with-coroutine=gthread --sbindir=/usr/bin \ + --enable-smartcard + make +} + +package() { + cd "$srcdir/spice-gtk-$pkgver" + make DESTDIR="$pkgdir/" install +}
