2011-09-30 12:30:36 +02:00
|
|
|
# Template file for 'caribou'
|
|
|
|
pkgname=caribou
|
2011-10-18 21:59:58 +02:00
|
|
|
version=0.4.1
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=2
|
2011-09-30 12:30:36 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-09-30 12:30:36 +02:00
|
|
|
configure_args="--disable-schemas-compile --disable-static
|
|
|
|
--disable-gtk2-module"
|
|
|
|
short_desc="An alternative to the Gnome On-screen Keyboard"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-18 21:59:58 +02:00
|
|
|
checksum=d4d2328e0eadbf037f7e0ec146e835097fe56cb2b940985655e649c5556e4ed1
|
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."
|
|
|
|
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="$pkgname"
|
2011-09-30 12:30:36 +02:00
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2011-09-30 18:25:08 +02:00
|
|
|
Add_dependency run pyatspi
|
2011-09-30 12:30:36 +02:00
|
|
|
Add_dependency run dbus-python
|
|
|
|
Add_dependency run pygobject
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build vala-devel
|
|
|
|
Add_dependency build libxklavier-devel
|
|
|
|
Add_dependency build libgee-devel
|
|
|
|
Add_dependency build pygobject-devel
|
|
|
|
Add_dependency build clutter-devel
|
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build libXtst-devel
|
|
|
|
|
|
|
|
Add_dependency full gir-freedesktop
|
2011-10-25 16:04:17 +02:00
|
|
|
Add_dependency full at-spi2-atk
|
|
|
|
Add_dependency full desktop-file-utils
|