community/spice-gtk3 to 0.24-2

This commit is contained in:
Kevin Mihelich 2014-04-14 12:06:48 +00:00
parent 263522fdd3
commit 4e6c9a3a8e

View file

@ -9,7 +9,7 @@
pkgname=spice-gtk3
pkgver=0.24
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"
@ -23,14 +23,14 @@ prepare() {
cd "$srcdir/spice-gtk-$pkgver"
sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
# Disable broken tests
sed -i 's/ tests//' Makefile.{am,in}
#sed -i 's/ tests//' Makefile.{am,in}
}
build() {
cd "$srcdir/spice-gtk-$pkgver"
PYTHON=python2 ./configure --prefix=/usr \
--disable-static --enable-vala --with-gtk=3.0 \
--with-coroutine=gthread
--with-coroutine=gthread --sbindir=/usr/bin
make
}