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

Sergej Pupykin spupykin at archlinux.org
Mon Nov 7 16:15:31 UTC 2016


    Date: Monday, November 7, 2016 @ 16:15:31
  Author: spupykin
Revision: 194899

upgpkg: spice-gtk3 0.33-2

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 16:15:26 UTC (rev 194898)
+++ PKGBUILD	2016-11-07 16:15:31 UTC (rev 194899)
@@ -6,7 +6,7 @@
 
 pkgname=spice-gtk3
 pkgver=0.33
-pkgrel=1
+pkgrel=2
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
 arch=('i686' 'x86_64')
 url="http://spice-space.org"
@@ -15,9 +15,16 @@
 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")
-md5sums=('19e1b9aa6c59cab776ba5aa633491b7e')
+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 \



More information about the arch-commits mailing list