libchamplain: update to 0.12.5.

This commit is contained in:
Juan RP 2013-09-17 10:47:08 +02:00
parent 846c7dbbfa
commit 55311cd90b
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libchamplain'
pkgname=libchamplain
version=0.12.3
revision=3
version=0.12.5
revision=1
build_style=gnu-configure
configure_args="--disable-debug --disable-static"
hostmakedepends="pkg-config intltool gobject-introspection"
@ -12,23 +12,24 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.gnome.org/libchamplain/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
checksum=3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658
checksum=9c937d3775053a7d6b542aad36b16bbb07e02be3adb683ae57d7dcbe89634236
libchamplain-devel_package() {
depends="libsoup-gnome-devel gtk+3-devel>=3.8 clutter-gtk-devel>=1.4.4
json-glib-devel sqlite-devel libchamplain>=$version"
short_desc="${short_desc} - development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
vmove usr/share/vala
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
libchamplain_package() {
pkg_install() {
vmove usr
vmove all
}
}