diff --git a/srcpkgs/atk/patches/fix-cross-gir.patch b/srcpkgs/atk/patches/fix-cross-gir.patch deleted file mode 100644 index c249c72c542..00000000000 --- a/srcpkgs/atk/patches/fix-cross-gir.patch +++ /dev/null @@ -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', - diff --git a/srcpkgs/atk/template b/srcpkgs/atk/template index 6d5d2399df7..7c14b116598 100644 --- a/srcpkgs/atk/template +++ b/srcpkgs/atk/template @@ -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 " 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"