atk: update to 2.3.95.
This commit is contained in:
parent
8ce915f75a
commit
7b779cfbfa
3 changed files with 4 additions and 9 deletions
|
@ -8,8 +8,7 @@ long_desc="${long_desc}
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove "usr/share/gir-*" usr/share
|
vmove "usr/share/gir-*" usr/share
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template build file for 'atk'.
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=2.2.0
|
version=2.3.95
|
||||||
distfiles="${GNOME_SITE}/atk/2.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/atk/2.3/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="Set of interfaces for accessibility"
|
short_desc="Set of interfaces for accessibility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d
|
checksum=a4d03a87f773b699fb88935296185bbe723d2d6eac9cc453a2f68a8b822b4540
|
||||||
long_desc="
|
long_desc="
|
||||||
The ATK library provides a set of interfaces for accessibility.
|
The ATK library provides a set of interfaces for accessibility.
|
||||||
By supporting the ATK interfaces, an application or toolkit can
|
By supporting the ATK interfaces, an application or toolkit can
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue