grilo: update to 0.2.5.

This commit is contained in:
Juan RP 2013-03-28 18:37:51 +01:00
parent 14509640d4
commit 2c3cca27f0
2 changed files with 9 additions and 8 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'grilo-devel'.
#
noarch=yes
depends="gtk+3-devel libxml2-devel libsoup-devel grilo-${version}_${revision}"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,18 +1,18 @@
# Template file for 'grilo'
pkgname=grilo
version=0.2.4
version=0.2.5
revision=1
build_style=gnu-configure
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
makedepends="pkg-config gobject-introspection vala-devel gtk+3-devel>=3.6.1
libxml2-devel libsoup-devel"
hostmakedepends="pkg-config gobject-introspection"
makedepends="vala-devel>=0.20 gtk+3-devel>=3.8 libxml2-devel libsoup-devel"
subpackages="grilo-devel"
short_desc="Framework focused on making media discovery and browsing easy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://live.gnome.org/Grilo"
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
checksum=20fa8a5d1b89419c44f9b590a5a793e33d43a5e959ec8686111e631a724644fe
checksum=ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc
long_desc="
More precisely, Grilo provides:
@ -23,3 +23,8 @@ long_desc="
Developers can share efforts and code by writing plugins for the framework
that are application agnostic.
* A flexible API that allows plugin developers to write plugins of various kinds."
pre_configure() {
# fool configure to use vala-0.20
sed -e s,vala-0.18,vala-0.20,g -i configure
}