mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
grilo: fix for libtool>=2.4.6
This commit is contained in:
parent
213fbc70c6
commit
b285cdd887
1 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue