Date: Thursday, March 10, 2016 @ 20:23:25
  Author: spupykin
Revision: 165992

archrelease: copy trunk to community-i686, community-x86_64

Added:
  spice-glib/repos/community-i686/
  spice-glib/repos/community-i686/PKGBUILD
    (from rev 165991, spice-glib/trunk/PKGBUILD)
  spice-glib/repos/community-x86_64/
  spice-glib/repos/community-x86_64/PKGBUILD
    (from rev 165991, spice-glib/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: spice-glib/repos/community-i686/PKGBUILD (from rev 165991, 
spice-glib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-03-10 19:23:25 UTC (rev 165992)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
+# Contributor: Jonathan Lestrelin <za...@daemontux.org>
+# Contributor: Lucio Zara <penn...@gmail.com>
+
+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'
+        'cairo' 'libjpeg')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+            'vala' 'sdl' 'python2-six' 'pixman')
+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
+}

Copied: spice-glib/repos/community-x86_64/PKGBUILD (from rev 165991, 
spice-glib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-10 19:23:25 UTC (rev 165992)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
+# Contributor: Jonathan Lestrelin <za...@daemontux.org>
+# Contributor: Lucio Zara <penn...@gmail.com>
+
+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'
+        'cairo' 'libjpeg')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+            'vala' 'sdl' 'python2-six' 'pixman')
+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
+}

Reply via email to