# Template file for 'gnumeric' pkgname=gnumeric version=1.12.57 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 " license="GPL-3.0-or-later" homepage="http://gnumeric.org/" changelog="https://github.com/GNOME/gnumeric/raw/master/NEWS" distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz" checksum=aff50b1b62340c24fccf453d5fad3e7fb73f4bc4b34f7e34b6c3d2d9af6a1e4f # FIXME: many tests fail. make_check=no # 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 gnumeric-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/lib/libspreadsheet.so } }