atk: update to 2.20.0.
This commit is contained in:
parent
87a9dfcff6
commit
c6e4805156
1 changed files with 5 additions and 11 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'atk'.
|
# Template build file for 'atk'.
|
||||||
pkgname=atk
|
pkgname=atk
|
||||||
version=2.18.0
|
version=2.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config glib-devel"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="Set of interfaces for accessibility"
|
short_desc="Set of interfaces for accessibility"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b
|
checksum=493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -20,15 +21,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
atk-devel_package() {
|
atk-devel_package() {
|
||||||
depends="libglib-devel>=2.38 atk>=${version}_${revision}"
|
depends="${makedepends} atk>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue