grilo: update to 0.3.7.
This commit is contained in:
parent
693b8eea49
commit
461fdcb5b6
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'grilo'
|
# Template file for 'grilo'
|
||||||
pkgname=grilo
|
pkgname=grilo
|
||||||
version=0.3.6
|
version=0.3.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-static $(vopt_enable vala vala) $(vopt_enable gir introspection)"
|
configure_args="-Denable-introspection=$(vopt_if gir true false)
|
||||||
hostmakedepends="automake libtool pkg-config gettext-devel intltool gnome-common
|
-Denable-vala=$(vopt_if gir true false)"
|
||||||
vala-devel gobject-introspection gtk-doc"
|
hostmakedepends="pkg-config glib-devel"
|
||||||
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
|
||||||
|
$(vopt_if gir gobject-introspection) $(vopt_if vala vala-devel)"
|
||||||
short_desc="Framework focused on making media discovery and browsing easy"
|
short_desc="Framework focused on making media discovery and browsing easy"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://live.gnome.org/Grilo"
|
homepage="http://live.gnome.org/Grilo"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1e65ca82dd58020451417fde79310d4b940adc3f63ab59997419c52ed3bc9c91
|
checksum=ea3baf71692df177649a968635ed2bc39855c34c327274245c240f726831e9b7
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
@ -22,10 +23,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -if
|
|
||||||
}
|
|
||||||
|
|
||||||
grilo-devel_package() {
|
grilo-devel_package() {
|
||||||
depends="${makedepends} grilo>=${version}_${revision}"
|
depends="${makedepends} grilo>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user