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 <[email protected]>
-# Contributor: Stefano Facchini <[email protected]>
-# Contributor: Jonathan Lestrelin <[email protected]>
-# Contributor: Lucio Zara <[email protected]>
-
-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 <[email protected]>
+# Contributor: Stefano Facchini <[email protected]>
+# Contributor: Jonathan Lestrelin <[email protected]>
+# Contributor: Lucio Zara <[email protected]>
+
+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 <[email protected]>
-# Contributor: Stefano Facchini <[email protected]>
-# Contributor: Jonathan Lestrelin <[email protected]>
-# Contributor: Lucio Zara <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 99054, 
spice-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-23 12:11:51 UTC (rev 99055)
@@ -0,0 +1,38 @@
+# $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.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
+}

Reply via email to