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

Balló György bgyorgy at nymeria.archlinux.org
Fri Dec 20 03:18:44 UTC 2013


    Date: Friday, December 20, 2013 @ 04:18:43
  Author: bgyorgy
Revision: 102789

upgpkg: spice-gtk3 0.22-1

Update to version 0.22

Modified:
  spice-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-20 01:56:30 UTC (rev 102788)
+++ PKGBUILD	2013-12-20 03:18:43 UTC (rev 102789)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url="http://spice-space.org"
 license=('LGPL2.1')
-depends=('celt0.5.1' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
 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')
@@ -19,6 +19,8 @@
 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}
 }
 
 build() {




More information about the arch-commits mailing list