atk: update to 2.34.1.
This commit is contained in:
parent
17352f8646
commit
cf9ec374fa
2 changed files with 3 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
|||
diff --git a/atk/meson.build b/atk/meson.build
|
||||
index 616a3e6..941ded8 100644
|
||||
--- atk/meson.build
|
||||
+++ atk/meson.build
|
||||
@@ -137,7 +137,7 @@ libatk_dep = declare_dependency(link_with: libatk,
|
||||
dependencies: gobject_dep,
|
||||
sources: atk_enum_h)
|
||||
|
||||
-if not meson.is_cross_build() and get_option('introspection')
|
||||
+if get_option('introspection')
|
||||
gnome.generate_gir(libatk,
|
||||
sources: atk_sources + atk_headers + [ atk_enum_h ] + [ atk_version_h ],
|
||||
namespace: 'Atk',
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'atk'
|
||||
pkgname=atk
|
||||
version=2.32.0
|
||||
revision=2
|
||||
version=2.34.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://developer.gnome.org/atk/"
|
||||
distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
|
||||
checksum=cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc
|
||||
checksum=d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in a new issue