2011-03-11 11:32:30 +01:00
|
|
|
# Template file for 'at-spi2-atk'
|
|
|
|
pkgname=at-spi2-atk
|
2013-11-12 09:22:30 +01:00
|
|
|
version=2.10.2
|
2012-10-17 10:39:00 +02:00
|
|
|
revision=1
|
2012-09-25 05:12:07 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-28 07:32:56 +01:00
|
|
|
hostmakedepends="pkg-config intltool"
|
2013-09-25 09:38:11 +02:00
|
|
|
makedepends="libglib-devel>=2.38 atk-devel>=2.10 at-spi2-core-devel>=2.10"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="at-spi2-core>=2.10"
|
2011-03-11 11:32:30 +01:00
|
|
|
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-28 07:32:56 +01:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="LGPL-2"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-11-12 09:22:30 +01:00
|
|
|
checksum=e348a811c4830251f0c3018019072e7979ef35fb9b7f0b1b0a0dd1e66942d0f5
|
2011-03-11 11:32:30 +01:00
|
|
|
long_desc="
|
|
|
|
This package includes a gtk-module that bridges ATK to the new D-Bus based
|
2011-09-29 09:12:56 +02:00
|
|
|
AT-SPI as well as C and Python client libraries.
|
2011-03-11 11:32:30 +01:00
|
|
|
|
|
|
|
These libraries depend on the at-spi2-core code that contains the daemon for
|
|
|
|
registering applications, D-Bus helper libraries and te AT-SPI D-Bus
|
|
|
|
specifications."
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
at-spi2-atk-devel_package() {
|
2013-11-12 09:22:30 +01:00
|
|
|
depends="libglib-devel at-spi2-core-devel>=2.10 ${sourcepkg}>=${version}_${revision}"
|
2013-09-25 09:38:11 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:55:23 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-09-25 09:38:11 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|