atk: update to 2.4.0.
This commit is contained in:
parent
3d6c61e71c
commit
90c0102e89
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,9 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run atk
|
Add_dependency run atk ">=${version}"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'atk'.
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=2.3.95
|
version=2.4.0
|
||||||
distfiles="${GNOME_SITE}/atk/2.3/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/atk/2.4/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
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=a4d03a87f773b699fb88935296185bbe723d2d6eac9cc453a2f68a8b822b4540
|
checksum=091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue