mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/spice-gtk3 to 0.24-5
This commit is contained in:
parent
a8a66102a6
commit
0d1e74a5dc
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.24
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://spice-space.org"
|
||||
|
@ -23,6 +23,7 @@ sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
|
|||
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