caribou: update to 0.4.12.

This commit is contained in:
Juan RP 2013-08-28 15:47:01 +02:00
parent 3582b1c932
commit 07c5f34e9c
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'caribou'
pkgname=caribou
version=0.4.10
revision=2
version=0.4.12
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-3"
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
checksum=6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865
checksum=316e8dd1b9c8f9bc284e16845c4983f59ba360c156dcd59b9ae0655434d76508
long_desc="
Caribou is a text entry and UI navigation application being developed as an
alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou
@ -25,12 +25,13 @@ long_desc="
caribou-devel_package() {
depends="libXtst-devel libgee08-devel libxklavier-devel gtk+3-devel libxml2-devel caribou>=${version}"
short_desc="${short_desc} -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/vala
vmove "usr/lib/*.so"
}
}
@ -39,6 +40,6 @@ caribou_package() {
at-spi2-atk desktop-file-utils"
pycompile_module="$pkgname"
pkg_install() {
vmove usr
vmove all
}
}