mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/spice-gtk3 to 0.29-1
This commit is contained in:
parent
16ec2d70fd
commit
397f0e359e
1 changed files with 3 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
# - drop libcacard dep
|
||||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.28
|
||||
pkgver=0.29
|
||||
pkgrel=1
|
||||
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,15 +16,13 @@ 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')
|
||||
'vala' 'sdl' 'python2-six')
|
||||
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
|
||||
sha256sums=('5075e07010db434146649110ade31f5a6cdcdb4efbb4bedd40f1a977f090430c')
|
||||
sha256sums=('15aeeb63422cb3bfaa2edbf4602ed2025baa4455abfd1677f631245a0d0f81c4')
|
||||
sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/spice-gtk-$pkgver"
|
||||
sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
|
||||
sed -i 's|#define SPICE_GTK_MICRO_VERSION.*|#define SPICE_GTK_MICRO_VERSION (0)|g' gtk/spice-version.h*
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue