grilo: update to 0.2.6.
This commit is contained in:
parent
02f29f1d8b
commit
fc4c72ff4a
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'grilo'
|
# Template file for 'grilo'
|
||||||
pkgname=grilo
|
pkgname=grilo
|
||||||
version=0.2.5
|
version=0.2.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
|
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/Grilo"
|
homepage="http://live.gnome.org/Grilo"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
||||||
checksum=ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc
|
checksum=601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036
|
||||||
long_desc="
|
long_desc="
|
||||||
More precisely, Grilo provides:
|
More precisely, Grilo provides:
|
||||||
|
|
||||||
|
@ -23,14 +23,9 @@ long_desc="
|
||||||
that are application agnostic.
|
that are application agnostic.
|
||||||
* A flexible API that allows plugin developers to write plugins of various kinds."
|
* 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
|
|
||||||
}
|
|
||||||
|
|
||||||
grilo-devel_package() {
|
grilo-devel_package() {
|
||||||
depends="gtk+3-devel libxml2-devel libsoup-devel grilo-${version}_${revision}"
|
depends="gtk+3-devel libxml2-devel libsoup-devel grilo-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
|
Loading…
Reference in a new issue