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