Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
goffice
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian
goffice
Commits
73c52337
Commit
73c52337
authored
7 years ago
by
onlyjob
Browse files
Options
Downloads
Patches
Plain Diff
New patch to fix FTBFS (Closes: #876678).
parent
3760c9ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/nogtkinit.patch
+34
-0
34 additions, 0 deletions
debian/patches/nogtkinit.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
35 additions
and
0 deletions
debian/patches/nogtkinit.patch
0 → 100644
+
34
−
0
View file @
73c52337
Last-Update: 2017-10-09
Forwarded: no
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876678
Bug-Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=788710
Origin: upstream, https://bug788710.bugzilla-attachments.gnome.org/attachment.cgi?id=361301
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: fix FTBFS ("gtkdoc-scangobj: error: unrecognized arguments: --nogtkinit")
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -7,9 +7,9 @@
DOC_MAIN_SGML_FILE=goffice-docs.xml
DOC_SOURCE_DIR=../../goffice
-SCANGOBJ_OPTIONS= --nogtkinit --type-init-func="g_type_init ()"
+SCANGOBJ_OPTIONS=
SCAN_OPTIONS= --deprecated-guards="GOFFICE_DISABLE_DEPRECATED" --rebuild-types
MKDB_OPTIONS=--xml-mode --output-format=xml
--- a/goffice/goffice.c
+++ b/goffice/goffice.c
@@ -72,9 +72,9 @@
*
* To include GOffice use:
* <informalexample>
* <programlisting>
- * #include <goffice/goffice.h>
+ * #include <goffice/goffice.h>
* </programlisting>
* </informalexample>
* GOffice provides a pkg-config metadata file named
* "libgoffice-$major.$minor.pc", where $major and $minor denote which version
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
73c52337
no-nested-externs-error.patch
nogtkinit.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment