at-spi2-core: update to 2.6.1.
This commit is contained in:
parent
fe7fd5dfda
commit
903cb1a8d2
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'at-spi2-core-devel'.
|
# Template file for 'at-spi2-core-devel'.
|
||||||
#
|
#
|
||||||
depends="dbus-devel at-spi2-core>=${version}"
|
depends="dbus-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libSM.so.6
|
|
||||||
libICE.so.6
|
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'at-spi2-core'
|
# Template file for 'at-spi2-core'
|
||||||
pkgname=at-spi2-core
|
pkgname=at-spi2-core
|
||||||
version=2.6.0
|
version=2.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool gobject-introspection libXtst-devel libXevie-devel libXi-devel dbus-devel"
|
makedepends="pkg-config intltool gobject-introspection libXtst-devel
|
||||||
|
libXevie-devel libXi-devel dbus-devel"
|
||||||
fulldepends="dbus"
|
fulldepends="dbus"
|
||||||
short_desc="Assistive Technology Service Provider Interface"
|
short_desc="Assistive Technology Service Provider Interface"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
||||||
checksum=8d7e685c7cda6e2831b31c66ec796dc344c5eb29d8311f69b0a47529194ec559
|
checksum=cb087f0a9191422bc3f44c562a0dbfdf1c2266e45c267070aeb63b874e00f867
|
||||||
long_desc="
|
long_desc="
|
||||||
This package includes the protocol definitions for the new D-Bus
|
This package includes the protocol definitions for the new D-Bus
|
||||||
at-spi.
|
at-spi.
|
||||||
|
|
Loading…
Reference in New Issue