diff --git a/srcpkgs/gtk-doc/patches/0007-revert_fix_build.patch b/srcpkgs/gtk-doc/patches/0007-revert_fix_build.patch deleted file mode 100644 index 8327a6db1e2..00000000000 --- a/srcpkgs/gtk-doc/patches/0007-revert_fix_build.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Kalev Lember -Date: Thu, 28 Nov 2019 14:38:59 +0100 -Subject: Partially revert a gtk-doc 1.31 change that broke e-d-s and NM - builds - -https://bugzilla.redhat.com/show_bug.cgi?id=1775560 ---- - gtkdoc/scan.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gtkdoc/scan.py b/gtkdoc/scan.py -index 6c6534a..341939a 100644 ---- a/gtkdoc/scan.py -+++ b/gtkdoc/scan.py -@@ -978,8 +978,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, options): - logging.info('struct/union level : %d', level) - - # here we want in_declaration=='', otherwise we have a partial declaration -- if in_declaration != '': -- raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl)) -+ #if in_declaration != '': -+ # raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl)) - - # print remaining forward declarations - for symbol in sorted(forward_decls.keys()): diff --git a/srcpkgs/gtk-doc/template b/srcpkgs/gtk-doc/template index 2cb3769cd17..a702618794f 100644 --- a/srcpkgs/gtk-doc/template +++ b/srcpkgs/gtk-doc/template @@ -1,7 +1,7 @@ # Template file for 'gtk-doc' pkgname=gtk-doc -version=1.33.2 -revision=4 +version=1.34.0 +revision=1 build_style=meson # disable tests to avoid cyclic dependency on glib configure_args="-Dtests=false" @@ -15,5 +15,5 @@ maintainer="Enno Boland " license="GPL-2.0-or-later, GFDL-1.1-or-later" homepage="http://www.gtk.org/gtk-doc/" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43 +checksum=b20b72b32a80bc18c7f975c9d4c16460c2276566a0b50f87d6852dff3aa7861c python_version=3