Skip to content

Commit

Permalink
gfbgraph: update to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Aug 18, 2020
1 parent 301517a commit 8451348
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions srcpkgs/gfbgraph/template
@@ -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
}
Expand Down

0 comments on commit 8451348

Please sign in to comment.