at-spi2-atk: update to 2.26.1.

This commit is contained in:
maxice8 2017-10-30 23:30:51 -02:00 committed by Enno Boland
parent 2906a2f952
commit cfdd63e4d7
1 changed files with 5 additions and 9 deletions

View File

@ -1,20 +1,16 @@
# Template file for 'at-spi2-atk'
pkgname=at-spi2-atk
version=2.26.0
version=2.26.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config intltool glib-devel"
makedepends="libglib-devel atk-devel at-spi2-core-devel"
build_style=meson
hostmakedepends="libtool pkg-config intltool glib-devel"
makedepends="libglib-devel atk-devel at-spi2-core-devel libxml2-devel"
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://www.gnome.org"
license="LGPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=d25e528e1406a10c7d9b675aa15e638bcbf0a122ca3681f655a30cce83272fb9
pre_configure() {
autoreconf -fi
}
checksum=b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75
at-spi2-atk-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"