From b285cdd88705797abb6e7f6c0f0e2a1bd738e769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Oct 2015 06:34:37 +0100 Subject: [PATCH] grilo: fix for libtool>=2.4.6 --- srcpkgs/grilo/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {