at-spi2-atk: update to 2.10.0.
This commit is contained in:
parent
48ed83b4d0
commit
947c1af304
1 changed files with 8 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'at-spi2-atk'
|
||||
pkgname=at-spi2-atk
|
||||
version=2.8.1
|
||||
version=2.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libglib-devel atk-devel>=2.8 at-spi2-core-devel>=2.8"
|
||||
makedepends="libglib-devel>=2.38 atk-devel>=2.10 at-spi2-core-devel>=2.10"
|
||||
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=eb659b94fde6dc0a2f584c9121a5e6d39a4c8aa297d21d8f9032f7a8a775fd06
|
||||
checksum=dea7ff2f9bc9bbdb0351112616d738de718b55739cd2511afecac51604c31a94
|
||||
long_desc="
|
||||
This package includes a gtk-module that bridges ATK to the new D-Bus based
|
||||
AT-SPI as well as C and Python client libraries.
|
||||
|
@ -20,17 +20,18 @@ long_desc="
|
|||
specifications."
|
||||
|
||||
at-spi2-atk-devel_package() {
|
||||
depends="libglib-devel at-spi2-core-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="libglib-devel at-spi2-core-devel>=2.10 ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
at-spi2-atk_package() {
|
||||
depends="at-spi2-core>=2.8"
|
||||
depends="at-spi2-core>=2.10"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue