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 <pupykin.s+a...@gmail.com>
-# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
-# Contributor: Jonathan Lestrelin <za...@daemontux.org>
-# Contributor: Lucio Zara <penn...@gmail.com>
-
-pkgname=spice-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 <pupykin.s+a...@gmail.com>
+# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
+# Contributor: Jonathan Lestrelin <za...@daemontux.org>
+# Contributor: Lucio Zara <penn...@gmail.com>
+
+pkgname=spice-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 <pupykin.s+a...@gmail.com>
-# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
-# Contributor: Jonathan Lestrelin <za...@daemontux.org>
-# Contributor: Lucio Zara <penn...@gmail.com>
-
-pkgname=spice-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-x86_64/PKGBUILD (from rev 196453, 
spice-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 14:22:17 UTC (rev 196454)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Stefano Facchini <stefano.facch...@gmail.com>
+# Contributor: Jonathan Lestrelin <za...@daemontux.org>
+# Contributor: Lucio Zara <penn...@gmail.com>
+
+pkgname=spice-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
+}

Reply via email to