mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
gfbgraph: update to 0.2.4
This commit is contained in:
parent
301517aa7d
commit
8451348622
1 changed files with 13 additions and 5 deletions
|
@ -1,22 +1,30 @@
|
||||||
# Template file for 'gfbgraph'
|
# Template file for 'gfbgraph'
|
||||||
pkgname=gfbgraph
|
pkgname=gfbgraph
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static --enable-gtk-doc"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool automake libtool gtk-doc which"
|
||||||
makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
|
makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
|
||||||
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
|
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/GFBGraph"
|
homepage="https://wiki.gnome.org/Projects/GFBGraph"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6
|
checksum=6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 sh autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/doc
|
rm -rf ${DESTDIR}/usr/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue