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

Balló György bgyorgy at nymeria.archlinux.org
Tue Oct 8 04:33:09 UTC 2013


    Date: Tuesday, October 8, 2013 @ 06:33:09
  Author: bgyorgy
Revision: 98295

upgpkg: spice-gtk3 0.21-2

- Fix dependencies
- Fix license

Modified:
  spice-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-08 03:26:08 UTC (rev 98294)
+++ PKGBUILD	2013-10-08 04:33:09 UTC (rev 98295)
@@ -1,33 +1,30 @@
 # $Id$
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Stefano Facchini <stefano.facchini at gmail.com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
 # Contributor: Jonathan Lestrelin <zanko at daemontux.org>
-# Derived from the spice-gtk PKGBUILD by
 # Contributor: Lucio Zara <pennega at gmail.com>
 
 pkgname=spice-gtk3
 pkgver=0.21
-pkgrel=1
-pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 version)."
-arch=('x86_64' 'i686')
+pkgrel=2
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
+arch=('i686' 'x86_64')
 url="http://spice-space.org"
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 'spice-protocol' 'usbutils' 'vala')
 options=('!libtool')
 source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
 sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
 
+prepare() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
+}
+
 build() {
   cd "$srcdir/spice-gtk-$pkgver"
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-              --with-gtk=3.0 \
-              --with-python \
-              --enable-vala \
-              --enable-smartcard=no
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala --with-gtk=3.0
   make
 }
 




More information about the arch-commits mailing list