42 lines
1.5 KiB
Text
42 lines
1.5 KiB
Text
# Template file for 'caribou'
|
|
pkgname=caribou
|
|
version=0.4.2
|
|
revision=1
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
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>"
|
|
checksum=bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad
|
|
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."
|
|
|
|
pycompile_module="$pkgname"
|
|
subpackages="$pkgname-devel"
|
|
|
|
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 pyatspi
|
|
Add_dependency full dbus-python
|
|
Add_dependency full pygobject
|
|
Add_dependency full gir-freedesktop
|
|
Add_dependency full at-spi2-atk
|
|
Add_dependency full desktop-file-utils
|