aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnumeric/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnumeric/APKBUILD')
-rw-r--r--community/gnumeric/APKBUILD25
1 files changed, 10 insertions, 15 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD
index 7dbdaca03d6..de1396dfa9d 100644
--- a/community/gnumeric/APKBUILD
+++ b/community/gnumeric/APKBUILD
@@ -1,28 +1,26 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnumeric
-pkgver=1.12.49
-pkgrel=0
+pkgver=1.12.57
+pkgrel=1
pkgdesc="GNOME Spreadsheet Program"
url="https://www.gnome.org/projects/gnumeric"
-arch="all !s390x !mips !mips64"
+# s390x fails to build
+arch="all !s390x"
license="GPL-2.0-or-later OR GPL-3.0-or-later"
-options="!check" # failing tests
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
python3-dev
rarian
+ gtk-doc
"
checkdepends="
perl-exporter
@@ -31,11 +29,7 @@ checkdepends="
"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/gnumeric/${pkgver%.*}/gnumeric-$pkgver.tar.xz"
-
-prepare() {
- default_prepare
- autoreconf -vif
-}
+options="!check" # failing tests
build() {
./configure \
@@ -57,5 +51,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-
-sha512sums="047d625aee3a15dd8881f2e11cc7c67d211d40be86ec018517d1b3140ff4bd031fb2cb86e48f1f6ee22432aa1f39c978bad5fd5bf5c6a1be9aa53411136429ed gnumeric-1.12.49.tar.xz"
+sha512sums="
+67886aff17338c41997cb71d2ee8fcac0f3b9dfc4ef1897b50866844e002ba7867f263daa3aadcaa10ba29746795fad0a4f852bdc22cdd4bc41293c952b69e9d gnumeric-1.12.57.tar.xz
+"