at-spi2-core: update to 2.6.0.
This commit is contained in:
parent
2b445023c2
commit
ace3959aba
3 changed files with 7 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'at-spi2-core-devel'.
|
# Template file for 'at-spi2-core-devel'.
|
||||||
#
|
#
|
||||||
depends="dbus-devel at-spi2-core>=2.4.2"
|
depends="dbus-devel at-spi2-core>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -4,7 +4,6 @@ libICE.so.6
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'at-spi2-core'
|
# Template file for 'at-spi2-core'
|
||||||
pkgname=at-spi2-core
|
pkgname=at-spi2-core
|
||||||
version=2.4.2
|
version=2.6.0
|
||||||
homepage="http://www.gnome.org"
|
revision=1
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.4/$pkgname-$version.tar.xz"
|
|
||||||
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"
|
||||||
revision=2
|
|
||||||
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>"
|
||||||
checksum=61d926ffc49c7f9236580468c5c9dabda16cec37ef3aee78ca6f2751595518fd
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=8d7e685c7cda6e2831b31c66ec796dc344c5eb29d8311f69b0a47529194ec559
|
||||||
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.
|
||||||
|
@ -20,5 +20,3 @@ long_desc="
|
||||||
|
|
||||||
conf_files="/etc/at-spi2/accessibility.conf"
|
conf_files="/etc/at-spi2/accessibility.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue