# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=gnumeric pkgver=1.12.50 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 wayland-protocols" 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="d5896cb8390c99fb3871c722116cc085b93b788fab91bf44d24f20228b8290170a0adc906160a6aa46431ae43b04079621c370dcda42658fa9ae3c1d8baf1730 gnumeric-1.12.50.tar.xz"