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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 14:22:17
  Author: spupykin
Revision: 196454

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

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

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   46 --
 community-x86_64/PKGBUILD |   46 --
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 14:22:01 UTC (rev 196453)
+++ community-i686/PKGBUILD 2016-11-21 14:22:17 UTC (rev 196454)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-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' 'spice-glib')
-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";
-   
"FS#51674.patch::https://cgit.freedesktop.org/spice/spice-gtk/patch/?id=03c016bea939ee4a26e90d80fa1012a993a8ea47";)
-md5sums=('19e1b9aa6c59cab776ba5aa633491b7e'
- '85a62897b03c7d28a35d55eeaf91cc3d')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  patch -p1 -i "$srcdir/FS#51674.patch"
-}
-
-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
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 196453, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 14:22:17 UTC (rev 196454)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.33
+pkgrel=6
+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' 'spice-glib')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl' 'python2-six')
+options=('!emptydirs')
+source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
+   
"FS#51674.patch::https://cgit.freedesktop.org/spice/spice-gtk/patch/?id=03c016bea939ee4a26e90d80fa1012a993a8ea47";)
+sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39'
+'fc228c258f9bd18b66222a358bf34bcdbd16c1800b131baf018a229400580776')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  patch -p1 -i "$srcdir/FS#51674.patch"
+}
+
+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
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 14:22:01 UTC (rev 196453)
+++ community-x86_64/PKGBUILD   2016-11-21 14:22:17 UTC (rev 196454)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-pkgrel=2
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_

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

2016-11-07 Thread Sergej Pupykin
Date: Monday, November 7, 2016 @ 16:15:49
  Author: spupykin
Revision: 194900

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

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

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 92 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-07 16:15:31 UTC (rev 194899)
+++ community-i686/PKGBUILD 2016-11-07 16:15:49 UTC (rev 194900)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-pkgrel=1
-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' 'spice-glib')
-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=('19e1b9aa6c59cab776ba5aa633491b7e')
-
-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
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 194899, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-07 16:15:49 UTC (rev 194900)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.33
+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' 'spice-glib')
+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";
+   
"FS#51674.patch::https://cgit.freedesktop.org/spice/spice-gtk/patch/?id=03c016bea939ee4a26e90d80fa1012a993a8ea47";)
+md5sums=('19e1b9aa6c59cab776ba5aa633491b7e'
+ '85a62897b03c7d28a35d55eeaf91cc3d')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  patch -p1 -i "$srcdir/FS#51674.patch"
+}
+
+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
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f "$pkgdir"/$f ] && rm -f "$pkgdir"/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-07 16:15:31 UTC (rev 194899)
+++ community-x86_64/PKGBUILD   2016-11-07 16:15:49 UTC (rev 194900)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.33
-pkgrel=1
-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' 'spice-glib')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six')
-options=('!emptydirs')
-source=("http://www.spice-spa

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

2016-10-14 Thread Sergej Pupykin
Date: Friday, October 14, 2016 @ 08:47:33
  Author: spupykin
Revision: 192253

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-14 08:47:17 UTC (rev 192252)
+++ community-i686/PKGBUILD 2016-10-14 08:47:33 UTC (rev 192253)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.32
-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' 'spice-glib')
-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=('09930abb5ebe1b25b0f6988eb5716f98')
-
-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
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 192252, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-14 08:47:33 UTC (rev 192253)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.33
+pkgrel=1
+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' 'spice-glib')
+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=('19e1b9aa6c59cab776ba5aa633491b7e')
+
+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
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-14 08:47:17 UTC (rev 192252)
+++ community-x86_64/PKGBUILD   2016-10-14 08:47:33 UTC (rev 192253)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.32
-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' 'spice-glib')
-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=('09930abb5ebe1b25b0f6988eb5716f98')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pul

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

2016-06-23 Thread Sergej Pupykin
Date: Thursday, June 23, 2016 @ 14:09:43
  Author: spupykin
Revision: 180819

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-23 14:09:28 UTC (rev 180818)
+++ community-i686/PKGBUILD 2016-06-23 14:09:43 UTC (rev 180819)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.32
-pkgrel=1
-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' 'spice-glib')
-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=('09930abb5ebe1b25b0f6988eb5716f98')
-
-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
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 180818, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-23 14:09:43 UTC (rev 180819)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.32
+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' 'spice-glib')
+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=('09930abb5ebe1b25b0f6988eb5716f98')
+
+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
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-23 14:09:28 UTC (rev 180818)
+++ community-x86_64/PKGBUILD   2016-06-23 14:09:43 UTC (rev 180819)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.32
-pkgrel=1
-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' 'spice-glib')
-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=('09930abb5ebe1b25b0f6988eb5716f98')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=puls

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

2016-06-22 Thread Sergej Pupykin
Date: Wednesday, June 22, 2016 @ 15:19:35
  Author: spupykin
Revision: 180757

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-22 15:19:21 UTC (rev 180756)
+++ community-i686/PKGBUILD 2016-06-22 15:19:35 UTC (rev 180757)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.31
-pkgrel=1
-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' 'spice-glib')
-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=('1ef438eabc19b0f339d746a93cab4f56')
-
-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
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 180756, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-22 15:19:35 UTC (rev 180757)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.32
+pkgrel=1
+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' 'spice-glib')
+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=('09930abb5ebe1b25b0f6988eb5716f98')
+
+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
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-22 15:19:21 UTC (rev 180756)
+++ community-x86_64/PKGBUILD   2016-06-22 15:19:35 UTC (rev 180757)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.31
-pkgrel=1
-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' 'spice-glib')
-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=('1ef438eabc19b0f339d746a93cab4f56')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pul

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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 21:46:57
  Author: spupykin
Revision: 165999

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 20:46:42 UTC (rev 165998)
+++ community-i686/PKGBUILD 2016-03-10 20:46:57 UTC (rev 165999)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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' 'spice-glib')
-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=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 165998, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 20:46:57 UTC (rev 165999)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.30
+pkgrel=3
+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' 'spice-glib')
+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=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 20:46:42 UTC (rev 165998)
+++ community-x86_64/PKGBUILD   2016-03-10 20:46:57 UTC (rev 165999)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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' 'spice-glib')
-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=3.0 \
---with-audio=pul

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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 21:42:27
  Author: spupykin
Revision: 165997

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 20:42:10 UTC (rev 165996)
+++ community-i686/PKGBUILD 2016-03-10 20:42:27 UTC (rev 165997)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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' 'spice-glib')
-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=3.0 \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-f=$(echo $f | sed 's|.gz$||')
-[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
-  done
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 165996, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 20:42:27 UTC (rev 165997)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+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' 'spice-glib')
+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=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 20:42:10 UTC (rev 165996)
+++ community-x86_64/PKGBUILD   2016-03-10 20:42:27 UTC (rev 165997)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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' 'spice-glib')
-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=3.0 \
---with-audio=pul

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

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 20:23:43
  Author: spupykin
Revision: 165994

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   41 ---
 community-x86_64/PKGBUILD |   41 ---
 3 files changed, 78 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 19:23:28 UTC (rev 165993)
+++ community-i686/PKGBUILD 2016-03-10 19:23:43 UTC (rev 165994)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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-i686/PKGBUILD (from rev 165993, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 19:23:43 UTC (rev 165994)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+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' 'spice-glib')
+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=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+f=$(echo $f | sed 's|.gz$||')
+[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-10 19:23:28 UTC (rev 165993)
+++ community-x86_64/PKGBUILD   2016-03-10 19:23:43 UTC (rev 165994)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-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=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e9

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

2016-03-03 Thread Evangelos Foutras
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 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+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 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+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
+}


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

2015-10-18 Thread Sergej Pupykin
Date: Sunday, October 18, 2015 @ 23:09:32
  Author: spupykin
Revision: 144335

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   38 
 community-x86_64/PKGBUILD |   38 
 3 files changed, 82 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-18 21:09:10 UTC (rev 144334)
+++ community-i686/PKGBUILD 2015-10-18 21:09:32 UTC (rev 144335)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.29
-pkgrel=1
-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')
-
-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-i686/PKGBUILD (from rev 144334, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-18 21:09:32 UTC (rev 144335)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.30
+pkgrel=1
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-18 21:09:10 UTC (rev 144334)
+++ community-x86_64/PKGBUILD   2015-10-18 21:09:32 UTC (rev 144335)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.29
-pkgrel=1
-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')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/en

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

2015-06-26 Thread Sergej Pupykin
Date: Friday, June 26, 2015 @ 16:02:33
  Author: spupykin
Revision: 135904

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   41 ---
 community-x86_64/PKGBUILD |   41 ---
 3 files changed, 76 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-26 14:02:16 UTC (rev 135903)
+++ community-i686/PKGBUILD 2015-06-26 14:02:33 UTC (rev 135904)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.28
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
-sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
-}
-
-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-i686/PKGBUILD (from rev 135903, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-26 14:02:33 UTC (rev 135904)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.29
+pkgrel=1
+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')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-26 14:02:16 UTC (rev 135903)
+++ community-x86_64/PKGBUILD   2015-06-26 14:02:33 UTC (rev 135904)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.28
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f0

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

2015-05-04 Thread Sergej Pupykin
Date: Monday, May 4, 2015 @ 14:28:20
  Author: spupykin
Revision: 132715

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   40 -
 community-x86_64/PKGBUILD |   40 -
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 12:28:07 UTC (rev 132714)
+++ community-i686/PKGBUILD 2015-05-04 12:28:20 UTC (rev 132715)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.27
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
-}
-
-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-i686/PKGBUILD (from rev 132714, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 12:28:20 UTC (rev 132715)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.28
+pkgrel=1
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
+sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 12:28:07 UTC (rev 132714)
+++ community-x86_64/PKGBUILD   2015-05-04 12:28:20 UTC (rev 132715)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.27
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pk

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

2015-04-16 Thread Sergej Pupykin
Date: Thursday, April 16, 2015 @ 19:23:47
  Author: spupykin
Revision: 131490

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-16 17:23:20 UTC (rev 131489)
+++ community-i686/PKGBUILD 2015-04-16 17:23:47 UTC (rev 131490)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.27
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
-}
-
-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
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 131489, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-16 17:23:47 UTC (rev 131490)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.27
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-16 17:23:20 UTC (rev 131489)
+++ community-x86_64/PKGBUILD   2015-04-16 17:23:47 UTC (rev 131490)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.27
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-sha2

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

2014-12-15 Thread Sergej Pupykin
Date: Monday, December 15, 2014 @ 22:05:12
  Author: spupykin
Revision: 123929

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-15 21:04:56 UTC (rev 123928)
+++ community-i686/PKGBUILD 2014-12-15 21:05:12 UTC (rev 123929)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=5
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
-}
-
-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
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 123928, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-15 21:05:12 UTC (rev 123929)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.27
+pkgrel=1
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+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
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-15 21:04:56 UTC (rev 123928)
+++ community-x86_64/PKGBUILD   2014-12-15 21:05:12 UTC (rev 123929)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=5
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-com

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 17:59:57
  Author: spupykin
Revision: 119790

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 15:59:39 UTC (rev 119789)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-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
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 119789, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 15:59:57 UTC (rev 119790)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=5
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION 
(0)|g' gtk/spice-version.h*
+}
+
+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
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-29 15:59:39 UTC (rev 119789)
+++ community-x86_64/PKGBUILD   2014-09-29 15:59:57 UTC (rev 119790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=4
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-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=

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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:06:52
  Author: spupykin
Revision: 118062

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 15:06:34 UTC (rev 118061)
+++ community-i686/PKGBUILD 2014-08-29 15:06:52 UTC (rev 118062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=3
-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' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-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-audio=gstreamer \
---with-coroutine=gthread --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 118061, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 15:06:52 UTC (rev 118062)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=4
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+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
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 15:06:34 UTC (rev 118061)
+++ community-x86_64/PKGBUILD   2014-08-29 15:06:52 UTC (rev 118062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=3
-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' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-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-audio=gstreamer \
---with-coroutine=gthread --sbindir=/usr/bin
-  m

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

2014-08-07 Thread Sergej Pupykin
Date: Thursday, August 7, 2014 @ 19:38:35
  Author: spupykin
Revision: 117001

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-07 17:38:22 UTC (rev 117000)
+++ community-i686/PKGBUILD 2014-08-07 17:38:35 UTC (rev 117001)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-#  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gthread --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 117000, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-07 17:38:35 UTC (rev 117001)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=3
+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' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+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-audio=gstreamer \
+--with-coroutine=gthread --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-07 17:38:22 UTC (rev 117000)
+++ community-x86_64/PKGBUILD   2014-08-07 17:38:35 UTC (rev 117001)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-#  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gthread -

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

2014-04-14 Thread Sergej Pupykin
Date: Monday, April 14, 2014 @ 11:43:12
  Author: spupykin
Revision: 109381

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 74 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-14 09:42:59 UTC (rev 109380)
+++ community-i686/PKGBUILD 2014-04-14 09:43:12 UTC (rev 109381)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gthread
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 109380, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-14 09:43:12 UTC (rev 109381)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  # Disable broken tests
+#  sed -i 's/ tests//' Makefile.{am,in}
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-coroutine=gthread --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-14 09:42:59 UTC (rev 109380)
+++ community-x86_64/PKGBUILD   2014-04-14 09:43:12 UTC (rev 109381)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=1
-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')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env pyt

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

2014-04-11 Thread Sergej Pupykin
Date: Friday, April 11, 2014 @ 11:23:59
  Author: spupykin
Revision: 109197

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-11 09:23:46 UTC (rev 109196)
+++ community-i686/PKGBUILD 2014-04-11 09:23:59 UTC (rev 109197)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.23
-pkgrel=1
-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')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gthread
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 109196, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-11 09:23:59 UTC (rev 109197)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=1
+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')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
+sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  # Disable broken tests
+  sed -i 's/ tests//' Makefile.{am,in}
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-coroutine=gthread
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-11 09:23:46 UTC (rev 109196)
+++ community-x86_64/PKGBUILD   2014-04-11 09:23:59 UTC (rev 109197)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.23
-pkgrel=1
-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')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_cod

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

2014-02-12 Thread Sergej Pupykin
Date: Wednesday, February 12, 2014 @ 10:17:31
  Author: spupykin
Revision: 105626

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-12 09:17:12 UTC (rev 105625)
+++ community-i686/PKGBUILD 2014-02-12 09:17:31 UTC (rev 105626)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.22
-pkgrel=1
-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')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gthread
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 105625, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-12 09:17:31 UTC (rev 105626)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.23
+pkgrel=1
+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')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
+sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  # Disable broken tests
+  sed -i 's/ tests//' Makefile.{am,in}
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-coroutine=gthread
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-12 09:17:12 UTC (rev 105625)
+++ community-x86_64/PKGBUILD   2014-02-12 09:17:31 UTC (rev 105626)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.22
-pkgrel=1
-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')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  # Disable broken tests
-  sed -i 's/ tests//' Makefile.{am,in}
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-coroutine=gth

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

2013-12-19 Thread Balló György
Date: Friday, December 20, 2013 @ 04:19:02
  Author: bgyorgy
Revision: 102790

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-20 03:18:43 UTC (rev 102789)
+++ community-i686/PKGBUILD 2013-12-20 03:19:02 UTC (rev 102790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=3
-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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
-   "usb-fix.patch::https://bugs.freedesktop.org/attachment.cgi?id=86818";)
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564'
-'1b3c7d20ebd3644faf95e387f7d2696fcd773539db8ffdda2e316a7c516ce6d2')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  patch -p1 <$srcdir/usb-fix.patch
-}
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala 
--with-gtk=3.0
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 102789, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-20 03:19:02 UTC (rev 102790)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.22
+pkgrel=1
+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')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  # Disable broken tests
+  sed -i 's/ tests//' Makefile.{am,in}
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-coroutine=gthread
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-20 03:18:43 UTC (rev 102789)
+++ community-x86_64/PKGBUILD   2013-12-20 03:19:02 UTC (rev 102790)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=3
-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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
-   "usb-fix.patch::https://bugs.freedesktop.org/attachment.cgi?id=86818";)
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564'
-'1b3c7d20ebd3644faf95e387f7d2696fcd773539db8ffdda2e316a7c516ce6d2')
-
-prepare() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  s

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

2013-10-23 Thread Sergej Pupykin
Date: Wednesday, October 23, 2013 @ 14:11:51
  Author: spupykin
Revision: 99055

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   34 ---
 community-x86_64/PKGBUILD |   34 ---
 3 files changed, 76 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-23 12:11:36 UTC (rev 99054)
+++ community-i686/PKGBUILD 2013-10-23 12:11:51 UTC (rev 99055)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-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
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 99054, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-23 12:11:51 UTC (rev 99055)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.21
+pkgrel=3
+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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";
+   "usb-fix.patch::https://bugs.freedesktop.org/attachment.cgi?id=86818";)
+sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
+sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564'
+'1b3c7d20ebd3644faf95e387f7d2696fcd773539db8ffdda2e316a7c516ce6d2')
+
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  patch -p1 <$srcdir/usb-fix.patch
+}
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala 
--with-gtk=3.0
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-23 12:11:36 UTC (rev 99054)
+++ community-x86_64/PKGBUILD   2013-10-23 12:11:51 UTC (rev 99055)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-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
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR

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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 06:33:16
  Author: bgyorgy
Revision: 98296

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 68 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 04:33:09 UTC (rev 98295)
+++ community-i686/PKGBUILD 2013-10-08 04:33:16 UTC (rev 98296)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=1
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 98295, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 04:33:16 UTC (rev 98296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.21
+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' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
+
+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
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-08 04:33:09 UTC (rev 98295)
+++ community-x86_64/PKGBUILD   2013-10-08 04:33:16 UTC (rev 98296)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=1
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gt

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

2013-09-23 Thread Sergej Pupykin
Date: Monday, September 23, 2013 @ 18:16:35
  Author: spupykin
Revision: 97529

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-23 16:16:20 UTC (rev 97528)
+++ community-i686/PKGBUILD 2013-09-23 16:16:35 UTC (rev 97529)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.20
-pkgrel=2
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 97528, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-23 16:16:35 UTC (rev 97529)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Derived from the spice-gtk PKGBUILD by
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.21
+pkgrel=1
+pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
+arch=('x86_64' 'i686')
+url="http://spice-space.org";
+license=('GPL')
+makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
+depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
+conflicts=('spice-gtk')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
+sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  ./configure --prefix=/usr \
+  --with-gtk=3.0 \
+  --with-python \
+  --enable-vala \
+  --enable-smartcard=no
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-23 16:16:20 UTC (rev 97528)
+++ community-x86_64/PKGBUILD   2013-09-23 16:16:35 UTC (rev 97529)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.20
-pkgrel=2
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 97

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

2013-07-03 Thread Sergej Pupykin
Date: Wednesday, July 3, 2013 @ 15:44:50
  Author: spupykin
Revision: 93453

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-03 13:44:31 UTC (rev 93452)
+++ community-i686/PKGBUILD 2013-07-03 13:44:50 UTC (rev 93453)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.20
-pkgrel=1
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 93452, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-03 13:44:50 UTC (rev 93453)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Derived from the spice-gtk PKGBUILD by
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.20
+pkgrel=2
+pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
+arch=('x86_64' 'i686')
+url="http://spice-space.org";
+license=('GPL')
+makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
+depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
+conflicts=('spice-gtk')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  ./configure --prefix=/usr \
+  --with-gtk=3.0 \
+  --with-python \
+  --enable-vala \
+  --enable-smartcard=no
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-03 13:44:31 UTC (rev 93452)
+++ community-x86_64/PKGBUILD   2013-07-03 13:44:50 UTC (rev 93453)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara 
-
-pkgname=spice-gtk3
-pkgver=0.20
-pkgrel=1
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
-arch=('x86_64' 'i686')
-url="http://spice-space.org";
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 93452, 
spice-gtk3/trunk/PKGBUILD)
=

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

2013-07-03 Thread Sergej Pupykin
Date: Wednesday, July 3, 2013 @ 15:31:40
  Author: spupykin
Revision: 93448

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

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

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 93447, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-03 13:31:40 UTC (rev 93448)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Derived from the spice-gtk PKGBUILD by
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.20
+pkgrel=1
+pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
+arch=('x86_64' 'i686')
+url="http://spice-space.org";
+license=('GPL')
+makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2')
+depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
+conflicts=('spice-gtk')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  ./configure --prefix=/usr \
+  --with-gtk=3.0 \
+  --with-python \
+  --enable-vala \
+  --enable-smartcard=no
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 93447, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-03 13:31:40 UTC (rev 93448)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Derived from the spice-gtk PKGBUILD by
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk3
+pkgver=0.20
+pkgrel=1
+pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)."
+arch=('x86_64' 'i686')
+url="http://spice-space.org";
+license=('GPL')
+makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2')
+depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
+conflicts=('spice-gtk')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";)
+sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+  ./configure --prefix=/usr \
+  --with-gtk=3.0 \
+  --with-python \
+  --enable-vala \
+  --enable-smartcard=no
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}