atk: update to 2.30.0.
This commit is contained in:
parent
34b6aa4865
commit
c3a5a0d425
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'atk'.
|
||||
# Template file for 'atk'
|
||||
pkgname=atk
|
||||
version=2.28.1
|
||||
version=2.30.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
build_style=meson
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel"
|
||||
short_desc="Set of interfaces for accessibility"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.gtk.org/"
|
||||
license="LGPL-2.1-or-later"
|
||||
distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
|
||||
checksum=cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc
|
||||
checksum=dd4d90d4217f2a0c1fee708a555596c2c19d26fef0952e1ead1938ab632c027b
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -30,6 +30,5 @@ atk-devel_package() {
|
|||
if [ "$build_option_gir" ]; then
|
||||
vmove "usr/share/gir-*"
|
||||
fi
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue