vp-build/srcpkgs/gnumeric/template

38 lines
1.1 KiB
Bash

# Template file for 'gnumeric'
pkgname=gnumeric
version=1.12.52
revision=1
build_style=gnu-configure
hostmakedepends="bison gdk-pixbuf-devel glib-devel intltool itstool pkg-config"
makedepends="goffice-devel librsvg-devel libxslt-devel libxml2-devel"
short_desc="GNOME Spreadsheet Program"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://gnumeric.org/"
changelog="https://github.com/GNOME/gnumeric/raw/mainline/NEWS"
distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz"
checksum=73cf73049a22a1d828506275b2c9378ec37c5ff37b68bb1f2f494f0d6400823b
# This isn't a direct dependency but when soname bumping perl it will
# cause build failures
hostmakedepends+=" perl-XML-Parser"
if [ "$CROSS_BUILD" ]; then
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
configure_args+=" --without-perl"
fi
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}
gnumeric-devel_package() {
depends="gnumeric>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/libspreadsheet.so
}
}