at-spi2-atk: update to 2.14.0.
This commit is contained in:
parent
d78d4e4ecf
commit
96b79d5eaf
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'at-spi2-atk'
|
# Template file for 'at-spi2-atk'
|
||||||
pkgname=at-spi2-atk
|
pkgname=at-spi2-atk
|
||||||
version=2.12.1
|
version=2.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config intltool glib-devel"
|
hostmakedepends="automake libtool pkg-config intltool glib-devel"
|
||||||
makedepends="libglib-devel atk-devel>=2.12 at-spi2-core-devel>=2.12"
|
makedepends="libglib-devel atk-devel>=2.14 at-spi2-core-devel>=2.14"
|
||||||
depends="at-spi2-core>=2.10"
|
depends="at-spi2-core>=2.14"
|
||||||
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=5fa9c527bdec028e06797563cd52d49bcf06f638549df983424d88db89bb1336
|
checksum=56b40ef16d9f1b1630d32addb0cc941372a1e97d8ddafd369f912c7d125688e7
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
at-spi2-atk-devel_package() {
|
at-spi2-atk-devel_package() {
|
||||||
depends="libglib-devel at-spi2-core-devel>=2.10 ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue