# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=gnumeric pkgver=1.12.48 pkgrel=0 pkgdesc="GNOME spreadsheet software" url="http://www.gnumeric.org/" arch="all" options="!check" # Fails with: # CRITICAL **: 20:41:56.049: go_conf_add_monitor: assertion 'node || key' failed # no clue. license="GPL-2.0-only OR GPL-3.0-only" depends="" makedepends="byacc gobject-introspection-dev goffice-dev gtk+3.0-dev intltool itstool libgda-dev libxml2-utils perl-dev zlib-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-$pkgver.tar.xz" build() { LIBS="-lintl" YACC=yacc ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --enable-introspection make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="6c17e95ecd88b43da0f4f23d9c99dad5d0016f9618570a36be5998fa84c144bb5d13749fd9c4fe0c295e3c80d70c717d09763cc9904dfc1df062b96749b73ebc gnumeric-1.12.48.tar.xz"