aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnumeric/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnumeric/APKBUILD')
-rw-r--r--community/gnumeric/APKBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD
index 900cdada984..de1396dfa9d 100644
--- a/community/gnumeric/APKBUILD
+++ b/community/gnumeric/APKBUILD
@@ -1,23 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnumeric
-pkgver=1.12.50
-pkgrel=0
+pkgver=1.12.57
+pkgrel=1
pkgdesc="GNOME Spreadsheet Program"
url="https://www.gnome.org/projects/gnumeric"
-# s390x, mips64 and riscv64 blocked by librsvg -> goffice
-arch="all !s390x !mips64 !riscv64"
+# s390x fails to build
+arch="all !s390x"
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
+ intltool
libxml2-utils
libxslt-dev
py3-gobject3-dev
@@ -34,11 +31,6 @@ 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 \
@@ -60,5 +52,5 @@ package() {
}
sha512sums="
-d5896cb8390c99fb3871c722116cc085b93b788fab91bf44d24f20228b8290170a0adc906160a6aa46431ae43b04079621c370dcda42658fa9ae3c1d8baf1730 gnumeric-1.12.50.tar.xz
+67886aff17338c41997cb71d2ee8fcac0f3b9dfc4ef1897b50866844e002ba7867f263daa3aadcaa10ba29746795fad0a4f852bdc22cdd4bc41293c952b69e9d gnumeric-1.12.57.tar.xz
"