From 3d992cc92b58b1386c8df7a335f46783bde40bb3 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Thu, 7 Mar 2013 14:54:48 +0100 Subject: [PATCH] caribou: update to 0.4.9. --- srcpkgs/caribou/caribou-devel.template | 5 +---- srcpkgs/caribou/template | 16 ++++++---------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/srcpkgs/caribou/caribou-devel.template b/srcpkgs/caribou/caribou-devel.template index fd609bb24a..c2ec62be4f 100644 --- a/srcpkgs/caribou/caribou-devel.template +++ b/srcpkgs/caribou/caribou-devel.template @@ -2,10 +2,7 @@ # noarch=yes depends="pygobject-devel" -short_desc="${sourcepkg} (development files)" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." +short_desc="${short_desc} -- development files" do_install() { vmove usr/include usr diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template index 14ad72e856..d2f376e97e 100644 --- a/srcpkgs/caribou/template +++ b/srcpkgs/caribou/template @@ -1,20 +1,22 @@ # Template file for 'caribou' pkgname=caribou -version=0.4.6 +version=0.4.9 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module" makedepends="pkg-config intltool gnome-doc-utils gobject-introspection vala-devel libxklavier-devel libgee08-devel pygobject-devel>=3.4.2 - clutter-devel gtk+3-devel libXtst-devel" -fulldepends="pyatspi dbus-python pygobject>=3.4.2 gir-freedesktop + clutter-devel gtk+3-devel libXtst-devel gir-freedesktop" +depends="pygobject>=3.4.2 pyatspi dbus-python gir-freedesktop at-spi2-atk desktop-file-utils" pycompile_module="$pkgname" subpackages="$pkgname-devel" short_desc="An alternative to the Gnome On-screen Keyboard" maintainer="Juan RP <xtraeme@gmail.com>" +homepage="http://www.gnome.org" +license="GPL-3" distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz" -checksum=449890d53401c15ae7118ebc8ca1eebb7f9a60ad717bca35f822d7f895142226 +checksum=a56f3c7f5ac02c1b018e7e6fad32ebcf14652c6296fe472dc5286c047745cf7e 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 @@ -24,9 +26,3 @@ long_desc=" 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." - -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 -}