From aa62d13d56287b47a90b6c6fdbf70d0b04489580 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 25 Oct 2011 16:04:17 +0200
Subject: [PATCH] caribou: depend in at-spi2-atk and desktop-file-utils.

---
 srcpkgs/caribou/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index 1aac3ef545..2e1b3e0021 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,6 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.1
+revision=1
 distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
 build_style=gnu-configure
 configure_args="--disable-schemas-compile --disable-static
@@ -53,3 +54,5 @@ Add_dependency build gtk+3-devel
 Add_dependency build libXtst-devel
 
 Add_dependency full gir-freedesktop
+Add_dependency full at-spi2-atk
+Add_dependency full desktop-file-utils