atk: update to 2.6.0.
This commit is contained in:
parent
4f13790245
commit
8744f7a785
2 changed files with 7 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'atk-devel'.
|
# Template file for 'atk-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel atk>=2.4.0"
|
depends="glib-devel atk>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'atk'.
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=2.4.0
|
version=2.6.0
|
||||||
distfiles="${GNOME_SITE}/atk/2.4/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="pkg-config glib-devel gobject-introspection"
|
|
||||||
revision=1
|
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"
|
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"
|
||||||
checksum=091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d
|
distfiles="${GNOME_SITE}/atk/2.6/atk-${version}.tar.xz"
|
||||||
|
checksum=eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f
|
||||||
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="
|
||||||
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."
|
||||||
|
|
||||||
subpackages="atk-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue