summaryrefslogtreecommitdiff
path: root/community/spice-gtk3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spice-gtk3/PKGBUILD')
-rw-r--r--community/spice-gtk3/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/spice-gtk3/PKGBUILD b/community/spice-gtk3/PKGBUILD
index 840b6a390..5d8896ec3 100644
--- a/community/spice-gtk3/PKGBUILD
+++ b/community/spice-gtk3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 98296 2013-10-08 04:33:16Z bgyorgy $
+# $Id: PKGBUILD 99055 2013-10-23 12:11:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
# Contributor: Jonathan Lestrelin <zanko@daemontux.org>
@@ -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 @@ 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")
+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() {