2011-09-30 10:30:36 +00:00
|
|
|
# Template file for 'caribou'
|
|
|
|
pkgname=caribou
|
2012-12-18 20:43:24 +00:00
|
|
|
version=0.4.6
|
2012-11-12 21:59:40 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-24 12:27:11 +00:00
|
|
|
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
2012-07-21 05:37:19 +00:00
|
|
|
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
|
2012-11-20 21:43:42 +00:00
|
|
|
vala-devel libxklavier-devel libgee08-devel pygobject-devel>=3.4.2
|
2012-10-11 08:45:25 +00:00
|
|
|
clutter-devel gtk+3-devel libXtst-devel"
|
2012-11-12 21:59:40 +00:00
|
|
|
fulldepends="pyatspi dbus-python pygobject>=3.4.2 gir-freedesktop
|
2012-10-11 08:45:25 +00:00
|
|
|
at-spi2-atk desktop-file-utils"
|
2012-05-24 12:27:11 +00:00
|
|
|
pycompile_module="$pkgname"
|
|
|
|
subpackages="$pkgname-devel"
|
2011-09-30 10:30:36 +00:00
|
|
|
short_desc="An alternative to the Gnome On-screen Keyboard"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-07-21 05:37:19 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
2012-12-18 20:43:24 +00:00
|
|
|
checksum=449890d53401c15ae7118ebc8ca1eebb7f9a60ad717bca35f822d7f895142226
|
2011-09-30 10:30:36 +00: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."
|
|
|
|
|
2012-05-24 12:27:11 +00:00
|
|
|
post_install() {
|
|
|
|
# Do not display the icon, useless.
|
|
|
|
echo "NoDisplay=true" >> ${DESTDIR}/usr/share/applications/caribou.desktop
|
|
|
|
echo "OnlyShowIn=GNOME;" >> ${DESTDIR}/etc/xdg/autostart/caribou-autostart.desktop
|
|
|
|
}
|