at-spi2-core: update to 2.3.92.
This commit is contained in:
parent
11f7ffa957
commit
4885d482aa
3 changed files with 6 additions and 7 deletions
|
@ -6,10 +6,9 @@ long_desc="${long_desc}
|
|||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run dbus-devel
|
||||
Add_dependency run at-spi2-core
|
||||
Add_dependency run at-spi2-core ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{gir*,gtk-doc} ${DESTDIR}/usr/share
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libX11.so.6
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'at-spi2-core'
|
||||
pkgname=at-spi2-core
|
||||
version=2.2.3
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.xz"
|
||||
version=2.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Assistive Technology Service Provider Interface"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fb97f0a02fa378795e50857e22e640e099be1768081e28ca2dbdb3835f5b6af1
|
||||
checksum=5824e7d4dcf01543dae9800fdeff93bc1b503baa39461566a6e3f32bac6cbf24
|
||||
long_desc="
|
||||
This package includes the protocol definitions for the new D-Bus
|
||||
at-spi.
|
||||
|
@ -21,6 +21,7 @@ Add_dependency build intltool
|
|||
Add_dependency build gobject-introspection
|
||||
Add_dependency build libXtst-devel
|
||||
Add_dependency build libXevie-devel
|
||||
Add_dependency build libXi-devel
|
||||
Add_dependency build dbus-devel
|
||||
|
||||
Add_dependency full dbus
|
||||
|
|
Loading…
Reference in a new issue