at-spi2-core: update to 2.8.0.
This commit is contained in:
parent
d7c41eecba
commit
8a9b937a7c
2 changed files with 6 additions and 11 deletions
|
@ -1,12 +1,7 @@
|
|||
# Template file for 'at-spi2-core-devel'.
|
||||
#
|
||||
depends="dbus-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
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'at-spi2-core'
|
||||
pkgname=at-spi2-core
|
||||
version=2.6.3
|
||||
version=2.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gobject-introspection libXtst-devel
|
||||
libXevie-devel libXi-devel dbus-devel dbus"
|
||||
hostmakedepends="pkg-config intltool dbus"
|
||||
makedepends="gobject-introspection libXtst-devel libXevie-devel dbus-devel"
|
||||
short_desc="Assistive Technology Service Provider Interface"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/2.6/${pkgname}-${version}.tar.xz"
|
||||
checksum=fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458
|
||||
long_desc="
|
||||
This package includes the protocol definitions for the new D-Bus
|
||||
at-spi.
|
||||
|
|
Loading…
Reference in a new issue