grilo: fix for libtool>=2.4.6

This commit is contained in:
Jürgen Buchmüller 2015-10-25 06:34:37 +01:00
parent 213fbc70c6
commit b285cdd887

View file

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