caribou: update to 0.4.9.
This commit is contained in:
parent
e9eca07c27
commit
3d992cc92b
2 changed files with 7 additions and 14 deletions
srcpkgs/caribou
|
@ -2,10 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="pygobject-devel"
|
depends="pygobject-devel"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
# Template file for 'caribou'
|
# Template file for 'caribou'
|
||||||
pkgname=caribou
|
pkgname=caribou
|
||||||
version=0.4.6
|
version=0.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
||||||
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
|
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
|
||||||
vala-devel libxklavier-devel libgee08-devel pygobject-devel>=3.4.2
|
vala-devel libxklavier-devel libgee08-devel pygobject-devel>=3.4.2
|
||||||
clutter-devel gtk+3-devel libXtst-devel"
|
clutter-devel gtk+3-devel libXtst-devel gir-freedesktop"
|
||||||
fulldepends="pyatspi dbus-python pygobject>=3.4.2 gir-freedesktop
|
depends="pygobject>=3.4.2 pyatspi dbus-python gir-freedesktop
|
||||||
at-spi2-atk desktop-file-utils"
|
at-spi2-atk desktop-file-utils"
|
||||||
pycompile_module="$pkgname"
|
pycompile_module="$pkgname"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
short_desc="An alternative to the Gnome On-screen Keyboard"
|
short_desc="An alternative to the Gnome On-screen Keyboard"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-3"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
||||||
checksum=449890d53401c15ae7118ebc8ca1eebb7f9a60ad717bca35f822d7f895142226
|
checksum=a56f3c7f5ac02c1b018e7e6fad32ebcf14652c6296fe472dc5286c047745cf7e
|
||||||
long_desc="
|
long_desc="
|
||||||
Caribou is a text entry and UI navigation application being developed as an
|
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
|
alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou
|
||||||
|
@ -24,9 +26,3 @@ long_desc="
|
||||||
The initial goal is to make an in-place on-screen keyboard suitable for people
|
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
|
who can use a mouse but not a hardware keyboard. This on-screen keyboard may
|
||||||
also be useful for touch screen or tablet users."
|
also be useful for touch screen or tablet users."
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue