at-spi2-atk: update to 2.6.0.
This commit is contained in:
parent
8744f7a785
commit
061451041b
5 changed files with 22 additions and 9 deletions
|
@ -715,6 +715,7 @@ libgeoclue.so.0 geoclue-0.12.0_1
|
|||
libvpx.so.1 libvpx-1.0.0_1
|
||||
libXevie.so.1 libXevie-1.0.2_1
|
||||
libatspi.so.0 at-spi2-core-1.91.91_1
|
||||
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
||||
libmutter.so.0 mutter-3.4.1_1
|
||||
libvte2_90.so.9 vte3-0.28.0_1
|
||||
libgnome-media-profiles-3.0.so.0 libgnome-media-profiles-3.0.0_1
|
||||
|
|
1
srcpkgs/at-spi2-atk-devel
Symbolic link
1
srcpkgs/at-spi2-atk-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
at-spi2-atk
|
14
srcpkgs/at-spi2-atk/at-spi2-atk-devel.template
Normal file
14
srcpkgs/at-spi2-atk/at-spi2-atk-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'at-spi2-atk-devel'.
|
||||
#
|
||||
depends="glib-devel at-spi2-core-devel atk-spi2-atk>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -6,7 +6,4 @@ libatspi.so.0
|
|||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
librt.so.1
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libX11.so.6
|
||||
libc.so.6
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'at-spi2-atk'
|
||||
pkgname=at-spi2-atk
|
||||
version=2.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gtk+3-devel at-spi2-core-devel"
|
||||
version=2.6.0
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool glib-devel atk-devel>=2.6 at-spi2-core-devel"
|
||||
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=28e9c21ec8a76cae4914bdbc011c4f6bf1beeaa27751a88534d87364e6a888bf
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
||||
checksum=2cfcb5e29aa6db5e8982add072dffecadd81d6ef04845afa2336be1b515bdc1f
|
||||
long_desc="
|
||||
This package includes a gtk-module that bridges ATK to the new D-Bus based
|
||||
AT-SPI as well as C and Python client libraries.
|
||||
|
@ -15,4 +16,3 @@ long_desc="
|
|||
These libraries depend on the at-spi2-core code that contains the daemon for
|
||||
registering applications, D-Bus helper libraries and te AT-SPI D-Bus
|
||||
specifications."
|
||||
|
||||
|
|
Loading…
Reference in a new issue