[arch-commits] Commit in spice-gtk3/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Mar 3 13:24:55 UTC 2016


    Date: Thursday, March 3, 2016 @ 14:24:55
  Author: foutrelis
Revision: 164478

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

Added:
  spice-gtk3/repos/community-staging-i686/
  spice-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 164477, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-staging-x86_64/
  spice-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 164477, spice-gtk3/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   41 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: spice-gtk3/repos/community-staging-i686/PKGBUILD (from rev 164477, spice-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-03 13:24:55 UTC (rev 164478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
+# Contributor: Lucio Zara <pennega at gmail.com>
+
+pkgname=spice-gtk3
+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' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
+	     'vala' 'sdl' 'python2-six')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
+sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+#  sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+    --disable-static --enable-vala --with-gtk=3.0 \
+    --with-audio=pulse \
+    --with-coroutine=gthread --sbindir=/usr/bin \
+    --enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: spice-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 164477, spice-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-03 13:24:55 UTC (rev 164478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
+# Contributor: Lucio Zara <pennega at gmail.com>
+
+pkgname=spice-gtk3
+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' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
+	     'vala' 'sdl' 'python2-six')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
+sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+#  sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+    --disable-static --enable-vala --with-gtk=3.0 \
+    --with-audio=pulse \
+    --with-coroutine=gthread --sbindir=/usr/bin \
+    --enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list