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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jul 3 13:22:51 UTC 2013


    Date: Wednesday, July 3, 2013 @ 15:22:51
  Author: spupykin
Revision: 93445

upgpkg: spice 0.12.3-1

upd

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

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-03 13:10:45 UTC (rev 93444)
+++ PKGBUILD	2013-07-03 13:22:51 UTC (rev 93445)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
@@ -4,16 +6,17 @@
 pkgver=0.12.3
 pkgrel=1
 pkgdesc="SPICE client and server"
-arch=('i686' 'x86_64' 'arm')
+arch=('i686' 'x86_64')
 url="http://spice-space.org"
 license=('GPL')
-makedepends=(python2-pyparsing qemu)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl mesa openssl)
+makedepends=(python2 python2-pyparsing qemu mesa)
+depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl openssl celt0.5.1 libgl glu)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('f33a682892f6793169f20298b2296449')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-opengl --enable-client
+  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
   make
 }
 
@@ -21,5 +24,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-
-md5sums=('f33a682892f6793169f20298b2296449')


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



More information about the arch-commits mailing list