diff --git a/srcpkgs/grilo/template b/srcpkgs/grilo/template index 844e49dd696..aac65d67113 100644 --- a/srcpkgs/grilo/template +++ b/srcpkgs/grilo/template @@ -1,11 +1,11 @@ # Template file for 'grilo' pkgname=grilo version=0.2.13 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --disable-vala $(vopt_enable gir introspection)" -hostmakedepends="libtool pkg-config intltool - $(vopt_if gir 'vala-devel gobject-introspection')" +hostmakedepends="automake libtool pkg-config gettext-devel intltool gnome-common + vala-devel gobject-introspection" makedepends="gtk+3-devel libxml2-devel libsoup-devel liboauth-devel totem-pl-parser-devel" short_desc="Framework focused on making media discovery and browsing easy" maintainer="Juan RP " @@ -23,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { - libtoolize -f + autoreconf -if } grilo-devel_package() {