atk: update to 2.8.0.

This commit is contained in:
Juan RP 2013-03-28 06:53:45 +01:00
parent 532973d564
commit 112c53d582
2 changed files with 7 additions and 11 deletions

View file

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

View file

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