community/spice-gtk3 to 0.24-5

This commit is contained in:
David Beauchamp 2014-09-29 13:00:10 -04:00
parent a8a66102a6
commit 0d1e74a5dc

View file

@ -9,7 +9,7 @@
pkgname=spice-gtk3
pkgver=0.24
pkgrel=4
pkgrel=5
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
arch=('i686' 'x86_64')
url="http://spice-space.org"
@ -23,6 +23,7 @@ sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
prepare() {
cd "$srcdir/spice-gtk-$pkgver"
sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION (0)|g' gtk/spice-version.h*
}
build() {