mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
gtk-doc: update to 1.34.0
This commit is contained in:
parent
8419c88ab8
commit
73bb938449
2 changed files with 3 additions and 28 deletions
|
@ -1,25 +0,0 @@
|
|||
From: Kalev Lember <klember@redhat.com>
|
||||
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()):
|
|
@ -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 <gottox@voidlinux.org>"
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue