mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/spice-gtk3 to 0.24-4
This commit is contained in:
parent
4721e24cf8
commit
49b0c0f81f
1 changed files with 5 additions and 4 deletions
|
@ -9,13 +9,14 @@
|
|||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.24
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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' 'gstreamer0.10-good' 'gtk3' 'libpulse' 'usbredir' 'libsoup')
|
||||
makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' 'vala')
|
||||
depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libpulse' 'usbredir' 'libsoup')
|
||||
makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
|
||||
'vala' 'sdl')
|
||||
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
|
||||
sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
|
||||
|
||||
|
@ -28,7 +29,7 @@ build() {
|
|||
cd "$srcdir/spice-gtk-$pkgver"
|
||||
PYTHON=python2 ./configure --prefix=/usr \
|
||||
--disable-static --enable-vala --with-gtk=3.0 \
|
||||
--with-audio=pulse --with-audio=gstreamer \
|
||||
--with-audio=pulse \
|
||||
--with-coroutine=gthread --sbindir=/usr/bin
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue