bijiben: update to 3.26.0.

This commit is contained in:
Enno Boland 2017-09-13 22:04:20 +02:00
parent 7ca179f5cc
commit 389be31312

View file

@ -1,10 +1,10 @@
# Template file for 'bijiben'
pkgname=bijiben
version=3.24.1
version=3.26.0
revision=1
build_style=gnu-configure
configure_args="--disable-update-mimedb"
hostmakedepends="pkg-config intltool itstool gobject-introspection"
hostmakedepends="pkg-config intltool itstool gobject-introspection automake"
makedepends="libuuid-devel webkit2gtk-devel gnome-desktop-devel
gnome-online-accounts-devel tracker-devel
clutter-gtk-devel zeitgeist-devel
@ -16,6 +16,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://live.gnome.org/Apps/Bijiben"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=2602fc3f8ce5c39813b4273ceed7bdb014b1cf1fa82a6757fc25e5078be4f741
# https://bugzilla.gnome.org/show_bug.cgi?id=783714
configure_args+=" --disable-Werror"
checksum=72919f30452df4a66164365989610e0c3b54516ff8a83b3483fa370df39ec652
pre_configure() {
# poor mans tracker-2.0 compatibility fix.
sed -i 's/tracker-sparql-1\.0/tracker-sparql-2.0/g' configure.ac
autoreconf -fi
}