at-spi2-atk: update to 2.8.0.
This commit is contained in:
parent
8a9b937a7c
commit
671ecb9c1c
|
@ -1,12 +1,7 @@
|
|||
# Template file for 'at-spi2-atk-devel'.
|
||||
#
|
||||
depends="glib-devel at-spi2-core-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
depends="libglib-devel at-spi2-core-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,14 +1,18 @@
|
|||
# Template file for 'at-spi2-atk'
|
||||
pkgname=at-spi2-atk
|
||||
version=2.6.2
|
||||
version=2.8.0
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool glib-devel atk-devel>=2.6 at-spi2-core-devel"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
depends="at-spi2-core>=2.8"
|
||||
makedepends="libglib-devel atk-devel>=2.8 at-spi2-core-devel>=2.8"
|
||||
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
||||
checksum=496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa
|
||||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue