diff options
Diffstat (limited to 'testing/spice-gtk/APKBUILD')
-rw-r--r-- | testing/spice-gtk/APKBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/spice-gtk/APKBUILD b/testing/spice-gtk/APKBUILD index 123129c439..585f16ef37 100644 --- a/testing/spice-gtk/APKBUILD +++ b/testing/spice-gtk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice-gtk -pkgver=0.14 -pkgrel=1 +pkgver=0.16 +pkgrel=0 pkgdesc="A GTK+ widget for SPICE clients" url="http://spice-space.org/page/Spice-Gtk" arch="all" @@ -20,7 +20,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-tools spice-glib:glib py-$pkgname:py" source="http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2 - usbredir.patch + 0001-build-fix-for-automake-1.13.patch codegendir.patch" _builddir="$srcdir"/spice-gtk-$pkgver @@ -32,7 +32,8 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done - autoreconf + libtoolize --force && aclocal -I m4 && autoconf \ + && automake --add-missing || return 1 } build() { @@ -80,6 +81,6 @@ py() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -md5sums="c105e3b7f9c9eb293b0d6a8d35f6a5fd spice-gtk-0.14.tar.bz2 -2f674bfdc70df92df33c8b3ba5e9c0bc usbredir.patch +md5sums="1b61697d643f1acc0e2950834dfa78f4 spice-gtk-0.16.tar.bz2 +72970a1cd51f4a42332e38981fd70ccb 0001-build-fix-for-automake-1.13.patch e267f9505d0be143a308fb3b574fd153 codegendir.patch" |