mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
64 lines
1.2 KiB
Text
64 lines
1.2 KiB
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=gnumeric
|
|
pkgver=1.12.50
|
|
pkgrel=0
|
|
pkgdesc="GNOME Spreadsheet Program"
|
|
url="https://www.gnome.org/projects/gnumeric"
|
|
# s390x, mips64 and riscv64 blocked by librsvg -> goffice
|
|
arch="all !s390x !mips64 !riscv64"
|
|
license="GPL-2.0-or-later OR GPL-3.0-or-later"
|
|
makedepends="
|
|
autoconf
|
|
automake
|
|
bison
|
|
desktop-file-utils
|
|
flex
|
|
goffice-dev
|
|
gtk+3.0-dev
|
|
intltool
|
|
itstool
|
|
libtool
|
|
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
|
|
|
|
prepare() {
|
|
default_prepare
|
|
autoreconf -vif
|
|
}
|
|
|
|
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="
|
|
d5896cb8390c99fb3871c722116cc085b93b788fab91bf44d24f20228b8290170a0adc906160a6aa46431ae43b04079621c370dcda42658fa9ae3c1d8baf1730 gnumeric-1.12.50.tar.xz
|
|
"
|