atk: update to 1.26.0, new deps style, converted to subpkgs.
--HG-- extra : convert_revision : f3a08704da7dfb13ffd53b1adf24ac0e18274f77
This commit is contained in:
parent
ba99896c74
commit
beff730fd3
4 changed files with 32 additions and 7 deletions
1
templates/atk-devel
Symbolic link
1
templates/atk-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
atk
|
2
templates/atk/depends
Normal file
2
templates/atk/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.26.0
|
||||||
|
api_depends=${abi_depends}
|
19
templates/atk/devel.template
Normal file
19
templates/atk/devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'atk-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run atk
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||||
|
}
|
|
@ -1,11 +1,12 @@
|
||||||
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=1.24.0
|
sourcepkg=$pkgname
|
||||||
distfiles="
|
version=1.26.0
|
||||||
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/atk/1.26/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
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>"
|
||||||
checksum=03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56
|
checksum=f7993d26c3606a9b0e32d1eebe716f2294ac37fac014c47744e986fc0ff5e6d1
|
||||||
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
|
||||||
|
@ -13,10 +14,12 @@ long_desc="
|
||||||
and alternative input devices.
|
and alternative input devices.
|
||||||
|
|
||||||
Atk provides a core set of interfaces which are common to all
|
Atk provides a core set of interfaces which are common to all
|
||||||
widgets and "additional" interfaces that are appropriate to certain
|
widgets and \"additional\" interfaces that are appropriate to certain
|
||||||
classes of widgets and whose existence can be queried at run time.
|
classes of widgets and whose existence can be queried at run time.
|
||||||
It also provides interfaces which an application can use to provide
|
It also provides interfaces which an application can use to provide
|
||||||
additional accessibility information to assistive technology tools."
|
additional accessibility information to assistive technology tools."
|
||||||
|
|
||||||
build_depends="glib-2.18.0"
|
subpackages="devel"
|
||||||
run_depends="glibc-2.8 $build_depends"
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full glib
|
||||||
|
|
Loading…
Reference in a new issue