grilo: update to 0.1.19.
This commit is contained in:
parent
78968865bb
commit
a8e8b3cb22
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'grilo-devel'.
|
||||
#
|
||||
depends="gtk+3-devel libxml2-devel libsoup-devel grilo"
|
||||
depends="gtk+3-devel libxml2-devel libsoup-devel grilo>=$version"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/vala usr/share
|
||||
vmove "usr/share/vala*/*" usr/share/vala
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libxml2.so.2
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'grilo'
|
||||
pkgname=grilo
|
||||
version=0.1.18
|
||||
version=0.1.19
|
||||
homepage="http://live.gnome.org/Grilo"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-vala"
|
||||
makedepends="pkg-config gobject-introspection vala-devel gtk+3-devel 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"
|
||||
checksum=dc5bc1ea74ed3d47c4ec2d94886234346671509bdc63ce181f98824e7178ae83
|
||||
checksum=8b842beeb679df90694b6ad4ed79a55a88aa45f6673527b1b02de17e0dcdd0e5
|
||||
long_desc="
|
||||
More precisely, Grilo provides:
|
||||
|
||||
|
@ -19,10 +21,3 @@ 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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/vala-0.14 ${DESTDIR}/usr/share/vala
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue