Fix #681: gnome-menus2 didn't compile for aarch64 (#698)

This commit is contained in:
Oliver Smith 2017-10-09 16:38:32 +00:00 committed by GitHub
parent c2a1a4f1ed
commit 7455717e60
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pkgname=gnome-menus2
pkgver=3.0.1
pkgrel=2
pkgrel=3
pkgdesc='Library for the Desktop Menu Specification (legacy version)'
arch="all"
url='http://www.gnome.org/'
@ -10,6 +10,12 @@ makedepends="gobject-introspection intltool python-dev glib-dev"
subpackages="$pkgname-dev"
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname%2}/${pkgver%.*}/${pkgname%2}-${pkgver}.tar.bz2"
prepare() {
default_prepare
update_config_sub
update_config_guess
}
build() {
cd "$srcdir/${pkgname%2}-$pkgver"