mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
removed community/spice-gtk3
This commit is contained in:
parent
d354c4d43b
commit
3b8a8be54d
1 changed files with 0 additions and 40 deletions
|
@ -1,40 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
|
||||
# Contributor: Jonathan Lestrelin <zanko@daemontux.org>
|
||||
# Contributor: Lucio Zara <pennega@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop libcacard dep
|
||||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.33
|
||||
pkgrel=1
|
||||
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://spice-space.org"
|
||||
license=('LGPL2.1')
|
||||
depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libpulse' 'usbredir' 'libsoup')
|
||||
makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
|
||||
'vala' 'sdl' 'python2-six')
|
||||
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
|
||||
md5sums=('19e1b9aa6c59cab776ba5aa633491b7e')
|
||||
|
||||
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"
|
||||
PYTHON=python2 ./configure --prefix=/usr \
|
||||
--disable-static --enable-vala --with-gtk=3.0 \
|
||||
--with-audio=pulse \
|
||||
--with-coroutine=gthread --sbindir=/usr/bin
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/spice-gtk-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
Loading…
Reference in a new issue