diff --git a/templates/atk.tmpl b/templates/atk.tmpl index ace3af7a38a..3c11f77937d 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"