atk: update to 2.10.0.
This commit is contained in:
parent
b8fed53395
commit
5ab29b5bba
1 changed files with 7 additions and 12 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'atk'.
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=2.8.0
|
version=2.10.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config glib-devel>=2.38"
|
||||||
makedepends="glib-devel>=2.36"
|
makedepends="libglib-devel>=2.38"
|
||||||
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"
|
||||||
distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
|
||||||
checksum=b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4
|
checksum=636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0
|
||||||
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
|
||||||
|
@ -23,11 +23,6 @@ long_desc="
|
||||||
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."
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
# needs glib-mkenums
|
|
||||||
hostmakedepends+=" glib-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
desc_option_gir="Enable support for building gobject introspection data"
|
desc_option_gir="Enable support for building gobject introspection data"
|
||||||
|
@ -45,7 +40,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
atk-devel_package() {
|
atk-devel_package() {
|
||||||
depends="libglib-devel atk>=${version}"
|
depends="libglib-devel>=2.38 atk>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -59,6 +54,6 @@ atk-devel_package() {
|
||||||
|
|
||||||
atk_package() {
|
atk_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue