vp-build/srcpkgs/caribou/template

46 lines
1.6 KiB
Plaintext
Raw Normal View History

2011-09-30 12:30:36 +02:00
# Template file for 'caribou'
pkgname=caribou
2013-11-19 06:54:07 +01:00
version=0.4.13
2013-08-28 15:47:01 +02:00
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
2013-03-28 08:13:49 +01:00
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
2013-11-19 06:54:07 +01:00
makedepends="
vala-devel>=0.20 libxklavier-devel libgee08-devel pygobject-devel
2013-03-07 14:54:48 +01:00
clutter-devel gtk+3-devel libXtst-devel gir-freedesktop"
2011-09-30 12:30:36 +02:00
short_desc="An alternative to the Gnome On-screen Keyboard"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-03-07 14:54:48 +01:00
homepage="http://www.gnome.org"
license="GPL-3"
2012-07-21 07:37:19 +02:00
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
2013-11-19 07:00:38 +01:00
checksum=953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782
2011-09-30 12:30:36 +02:00
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
is to create a usable solution for people whose primary way of accessing a
computer is a switch device.
The initial goal is to make an in-place on-screen keyboard suitable for people
who can use a mouse but not a hardware keyboard. This on-screen keyboard may
also be useful for touch screen or tablet users."
caribou-devel_package() {
2013-11-19 06:54:07 +01:00
depends="libXtst-devel libgee08-devel libxklavier-devel gtk+3-devel libxml2-devel caribou>=${version}_${revision}"
2013-08-28 15:47:01 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/vala
2013-08-28 15:47:01 +02:00
vmove "usr/lib/*.so"
}
}
caribou_package() {
2013-11-19 06:54:07 +01:00
depends="pygobject pyatspi dbus-python gir-freedesktop at-spi2-atk desktop-file-utils"
pycompile_module="$pkgname"
pkg_install() {
2013-08-28 15:47:01 +02:00
vmove all
}
}