atk: update to 2.6.0.

This commit is contained in:
Juan RP 2012-09-25 04:52:49 +02:00
parent 4f13790245
commit 8744f7a785
2 changed files with 7 additions and 8 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'atk-devel'.
#
depends="glib-devel atk>=2.4.0"
depends="glib-devel atk>=${version}"
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() {

View file

@ -1,15 +1,16 @@
# Template build file for 'atk'.
pkgname=atk
version=2.4.0
distfiles="${GNOME_SITE}/atk/2.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
makedepends="pkg-config glib-devel gobject-introspection"
version=2.6.0
revision=1
subpackages="atk-devel"
build_style=gnu-configure
makedepends="pkg-config glib-devel>=2.34.0 gobject-introspection"
short_desc="Set of interfaces for accessibility"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gtk.org/"
license="LGPL-2.1"
checksum=091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d
distfiles="${GNOME_SITE}/atk/2.6/atk-${version}.tar.xz"
checksum=eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f
long_desc="
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
@ -22,4 +23,3 @@ long_desc="
It also provides interfaces which an application can use to provide
additional accessibility information to assistive technology tools."
subpackages="atk-devel"