at-spi2-core: update to 2.4.0.
This commit is contained in:
parent
b1503fd4fb
commit
4f0de36ee6
2 changed files with 9 additions and 6 deletions
|
@ -8,8 +8,11 @@ long_desc="${long_desc}
|
||||||
Add_dependency run dbus-devel
|
Add_dependency run dbus-devel
|
||||||
Add_dependency run at-spi2-core ">=${version}"
|
Add_dependency run at-spi2-core ">=${version}"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/{gir*,gtk-doc} ${DESTDIR}/usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
vmove usr/share/gtk-doc usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'at-spi2-core'
|
# Template file for 'at-spi2-core'
|
||||||
pkgname=at-spi2-core
|
pkgname=at-spi2-core
|
||||||
version=2.3.92
|
version=2.4.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.3/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/2.4/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
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=5824e7d4dcf01543dae9800fdeff93bc1b503baa39461566a6e3f32bac6cbf24
|
checksum=d9d087efe528b392cb7ee27982798126df6ec8c18d5e30c557c8fcc55022c669
|
||||||
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 a new issue