mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/spice-gtk3 to 0.24-2
This commit is contained in:
parent
263522fdd3
commit
4e6c9a3a8e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue