mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/spice-gtk3 to 0.30-1
This commit is contained in:
parent
a108ba8ece
commit
2576c1c8ae
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# - drop libcacard dep
|
||||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.29
|
||||
pkgver=0.30
|
||||
pkgrel=1
|
||||
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,10 +19,13 @@ makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-proto
|
|||
'vala' 'sdl' 'python2-six')
|
||||
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
|
||||
sha256sums=('44c7e22713246a2054c3c3b6e0280fd4c1fdbd2c8d33e5eb95bcda4748d5e973')
|
||||
sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
|
||||
sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
|
||||
sha256sums=('e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/spice-gtk-$pkgver"
|
||||
sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
|
||||
# sed -i 's,/usr/bin/env python,/usr/bin/python2,' spice-common/spice_codegen.py
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue