[arch-commits] Commit in (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jul 3 13:10:45 UTC 2013


    Date: Wednesday, July 3, 2013 @ 15:10:45
  Author: spupykin
Revision: 93444

Added:
  spice-gtk3/
  spice-gtk3/repos/
  spice-gtk3/trunk/
  spice-gtk3/trunk/PKGBUILD
  spice/
  spice/repos/
  spice/trunk/
  spice/trunk/PKGBUILD

---------------------------+
 spice-gtk3/trunk/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 spice/trunk/PKGBUILD      |   25 +++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Added: spice/trunk/PKGBUILD
===================================================================
--- spice/trunk/PKGBUILD	                        (rev 0)
+++ spice/trunk/PKGBUILD	2013-07-03 13:10:45 UTC (rev 93444)
@@ -0,0 +1,25 @@
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="SPICE client and server"
+arch=('i686' 'x86_64' 'arm')
+url="http://spice-space.org"
+license=('GPL')
+makedepends=(python2-pyparsing qemu)
+depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl mesa openssl)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-opengl --enable-client
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('f33a682892f6793169f20298b2296449')

Added: spice-gtk3/trunk/PKGBUILD
===================================================================
--- spice-gtk3/trunk/PKGBUILD	                        (rev 0)
+++ spice-gtk3/trunk/PKGBUILD	2013-07-03 13:10:45 UTC (rev 93444)
@@ -0,0 +1,37 @@
+# Maintainer: 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
+_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')
+depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
+conflicts=('spice-gtk')
+options=('!libtool')
+source=("http://www.spice-space.org/download/gtk/$_pkgname-$pkgver.tar.bz2")
+sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
+
+build() {
+  cd "$srcdir/$_pkgname-$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
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list