[arch-commits] Commit in spice-gtk3/trunk (PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Apr 14 09:42:59 UTC 2014
Date: Monday, April 14, 2014 @ 11:42:59
Author: spupykin
Revision: 109380
upgpkg: spice-gtk3 0.24-2
upd
Modified:
spice-gtk3/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-14 09:42:49 UTC (rev 109379)
+++ PKGBUILD 2014-04-14 09:42:59 UTC (rev 109380)
@@ -6,7 +6,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"
@@ -14,8 +14,6 @@
depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup')
makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' 'vala')
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
-sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
-sha256sums=('bfdfa6cb12c40327b63167fe7191ce94e7f2a272473c87df31790c25d60cc81d')
sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
prepare() {
@@ -22,7 +20,7 @@
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() {
@@ -29,7 +27,7 @@
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
}
More information about the arch-commits
mailing list