gnumeric: update to 1.12.27.
This commit is contained in:
parent
048f357633
commit
4e59e0ec47
|
@ -1,22 +1,26 @@
|
|||
# Template file for 'gnumeric'
|
||||
pkgname=gnumeric
|
||||
version=1.12.26
|
||||
version=1.12.27
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool glib-devel gdk-pixbuf-devel"
|
||||
hostmakedepends="bison pkg-config intltool glib-devel gdk-pixbuf-devel"
|
||||
makedepends="goffice-devel librsvg-devel libxslt-devel"
|
||||
short_desc="GNOME Spreadsheet Program"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://gnumeric.org/"
|
||||
distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz"
|
||||
checksum=48250718133e998f7b2e73f71be970542e46c9096afb936dbcb152cf5394ee14
|
||||
checksum=383a5b6eca17f0a5a0b552edcc10320fa719d10c69c7b6fb29d5a11808f1d1c9
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
|
||||
configure_args+=" --without-perl"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e 's|zz-application/zz-winassoc-xls;||' gnumeric.desktop.in
|
||||
}
|
||||
|
||||
gnumeric-devel_package() {
|
||||
depends="gnumeric>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue