From daef272db240995556624ea5ac55f805d3c669d7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Oct 2008 18:00:55 +0200 Subject: [PATCH] atk: updated {build,run}_depends and checksum. --HG-- extra : convert_revision : c6378dc3a2ac7572eda046b85fa063eaedb9e3af --- templates/atk.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/atk.tmpl b/templates/atk.tmpl index ace3af7a38..3c11f77937 100644 --- a/templates/atk.tmpl +++ b/templates/atk.tmpl @@ -4,11 +4,10 @@ version=1.24.0 distfiles=" http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2" build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" pkgconfig_override="atk.pc" short_desc="Set of interfaces for accessibility" maintainer="Juan RP " -checksum=63ce673732286f001f908316f06b8eb08c256943 +checksum=03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56 long_desc=" The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can @@ -20,3 +19,6 @@ long_desc=" classes of widgets and whose existence can be queried at run time. It also provides interfaces which an application can use to provide additional accessibility information to assistive technology tools." + +build_depends="glib-2.18.0" +run_depends="$build_depends"