gfbgraph: update to 0.2.4

This commit is contained in:
Daniel Kolesa 2020-08-16 18:49:33 +02:00
parent 301517aa7d
commit 8451348622

View file

@ -1,22 +1,30 @@
# Template file for 'gfbgraph'
pkgname=gfbgraph
version=0.2.3
revision=6
version=0.2.4
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-static"
hostmakedepends="pkg-config intltool"
configure_args="--disable-static --enable-gtk-doc"
hostmakedepends="pkg-config intltool automake libtool gtk-doc which"
makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GFBGraph"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6
checksum=6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379
build_options="gir"
build_options_default="gir"
do_check() {
:
}
pre_configure() {
NOCONFIGURE=1 sh autogen.sh
}
post_install() {
rm -rf ${DESTDIR}/usr/doc
}