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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jul 3 13:31:24 UTC 2013


    Date: Wednesday, July 3, 2013 @ 15:31:24
  Author: spupykin
Revision: 93447

upgpkg: spice-gtk3 0.20-1

upd

Modified:
  spice-gtk3/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-03 13:23:11 UTC (rev 93446)
+++ PKGBUILD	2013-07-03 13:31:24 UTC (rev 93447)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Maintainer: Stefano Facchini <stefano.facchini at gmail.com>
 # Contributor: Jonathan Lestrelin <zanko at daemontux.org>
 # Derived from the spice-gtk PKGBUILD by
@@ -4,34 +6,31 @@
 # Contributor: Lucio Zara <pennega at gmail.com>
 
 pkgname=spice-gtk3
-_pkgname=spice-gtk
 pkgver=0.20
 pkgrel=1
 pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 version)."
 arch=('x86_64' 'i686')
 url="http://spice-space.org"
 license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing')
+makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2')
 depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
 conflicts=('spice-gtk')
 options=('!libtool')
-source=("http://www.spice-space.org/download/gtk/$_pkgname-$pkgver.tar.bz2")
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
 sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
 
 build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
+  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-vala \
+              --enable-smartcard=no
   make
 }
 
 package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
+  cd "$srcdir/spice-gtk-$pkgver"
   make DESTDIR="$pkgdir/" install
 }


Property changes on: spice-gtk3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list