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 <[email protected]>
-# Contributor: Stefano Facchini <[email protected]>
-# Contributor: Jonathan Lestrelin <[email protected]>
-# Contributor: Lucio Zara <[email protected]>
-
-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 <[email protected]>
+# Contributor: Stefano Facchini <[email protected]>
+# Contributor: Jonathan Lestrelin <[email protected]>
+# Contributor: Lucio Zara <[email protected]>
+
+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 <[email protected]>
-# Contributor: Stefano Facchini <[email protected]>
-# Contributor: Jonathan Lestrelin <[email protected]>
-# Contributor: Lucio Zara <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 117000, 
spice-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-07 17:38:35 UTC (rev 117001)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Stefano Facchini <[email protected]>
+# Contributor: Jonathan Lestrelin <[email protected]>
+# Contributor: Lucio Zara <[email protected]>
+
+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
+}

Reply via email to