]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- fix configuring/building apidocs auto/th/glib2-2.69.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Aug 2021 20:27:21 +0000 (22:27 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Aug 2021 20:27:21 +0000 (22:27 +0200)
glib2.spec
gtk-doc-build.patch [new file with mode: 0644]

index 48c5ce5e357ec9520ac91aa46dc0e537c5edccfe..d7de07e1796397e92e9c415c9c3aee68e84b0041 100644 (file)
@@ -27,6 +27,7 @@ Group:                Libraries
 Source0:       https://download.gnome.org/sources/glib/2.69/glib-%{version}.tar.xz
 # Source0-md5: 568d07cb33f506d55efab494f9b0fa34
 Patch0:                %{name}-python_shebang.patch
+Patch1:                gtk-doc-build.patch
 URL:           https://www.gtk.org/
 BuildRequires: docbook-dtd412-xml
 BuildRequires: docbook-dtd45-xml
@@ -234,6 +235,7 @@ Sondy systemtap/dtrace dla GLib 2.
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %meson build \
diff --git a/gtk-doc-build.patch b/gtk-doc-build.patch
new file mode 100644 (file)
index 0000000..67389a1
--- /dev/null
@@ -0,0 +1,33 @@
+--- glib-2.69.1/docs/reference/gio/meson.build~        2021-08-04 17:34:39.000000000 +0200
++++ glib-2.69.1/docs/reference/gio/meson.build 2021-08-16 22:21:04.114468585 +0200
+@@ -223,7 +223,7 @@
+       '--extra-dir=' + join_paths('gio', '..', 'gobject', 'html'),
+     ],
+     install: true,
+-    check: true,
++    check: false,
+   )
+ endif
+--- glib-2.69.1/docs/reference/glib/meson.build~       2021-08-04 17:34:39.000000000 +0200
++++ glib-2.69.1/docs/reference/glib/meson.build        2021-08-16 22:21:41.744649339 +0200
+@@ -88,7 +88,7 @@
+                  '--html-dir=' + docpath,
+                ],
+                install: true,
+-               check: true)
++               check: false)
+ endif
+ if get_option('man')
+--- glib-2.69.1/docs/reference/gobject/meson.build~    2021-08-04 17:34:39.000000000 +0200
++++ glib-2.69.1/docs/reference/gobject/meson.build     2021-08-16 22:22:00.861422040 +0200
+@@ -51,7 +51,7 @@
+       '--extra-dir=' + join_paths('gobject', '..', 'glib', 'html'),
+     ],
+     install: true,
+-    check: true,
++    check: false,
+   )
+ endif
This page took 0.310683 seconds and 4 git commands to generate.