[arch-commits] Commit in spice-gtk3/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Oct 23 12:11:36 UTC 2013


    Date: Wednesday, October 23, 2013 @ 14:11:36
  Author: spupykin
Revision: 99054

upgpkg: spice-gtk3 0.21-3

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-23 12:11:30 UTC (rev 99053)
+++ PKGBUILD	2013-10-23 12:11:36 UTC (rev 99054)
@@ -6,7 +6,7 @@
 
 pkgname=spice-gtk3
 pkgver=0.21
-pkgrel=2
+pkgrel=3
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
 arch=('i686' 'x86_64')
 url="http://spice-space.org"
@@ -14,12 +14,16 @@
 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")
+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() {




More information about the arch-commits mailing list