mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=gnumeric
|
|
pkgver=1.12.59
|
|
pkgrel=0
|
|
pkgdesc="GNOME Spreadsheet Program"
|
|
url="https://www.gnome.org/projects/gnumeric"
|
|
# s390x fails to build
|
|
arch="all !s390x"
|
|
license="GPL-2.0-or-later OR GPL-3.0-or-later"
|
|
makedepends="
|
|
bison
|
|
desktop-file-utils
|
|
flex
|
|
goffice-dev
|
|
gtk+3.0-dev
|
|
itstool
|
|
intltool
|
|
libxml2-utils
|
|
libxslt-dev
|
|
py3-gobject3-dev
|
|
python3-dev
|
|
rarian
|
|
gtk-doc
|
|
"
|
|
checkdepends="
|
|
perl-exporter
|
|
perl-file-basedir
|
|
perl-xml-parser
|
|
"
|
|
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="https://download.gnome.org/sources/gnumeric/${pkgver%.*}/gnumeric-$pkgver.tar.xz"
|
|
options="!check" # failing tests
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--with-python \
|
|
--disable-static
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
51b4fc23166d75788bcb86260c5e17fa4bb48f8920a0f9bc001609417be75f707650f057c58d480e9ded1dc8460407629329c19154c65d273a6edc7682d3428f gnumeric-1.12.59.tar.xz
|
|
"
|