]> git.pld-linux.org Git - packages/meson.git/commitdiff
Fix gtkdocdir path in gnome module as well. Release 5 auto/th/meson-0.46.1-5
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 19 Jun 2018 20:24:36 +0000 (22:24 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 19 Jun 2018 20:24:36 +0000 (22:24 +0200)
meson-gtkdocdir.patch
meson.spec

index 70c56bb228bbb27ba6d9981d17bab961517d3e1d..f1033927c805a8e9497c5688554571fb77126cf8 100644 (file)
@@ -1,6 +1,19 @@
---- meson-0.42.1/mesonbuild/scripts/gtkdochelper.py.pathfix    2017-09-12 21:21:54.832059192 +0200
-+++ meson-0.42.1/mesonbuild/scripts/gtkdochelper.py    2017-09-12 21:22:03.258725859 +0200
-@@ -226,7 +226,7 @@ def run(args):
+diff -urN meson-0.46.1/mesonbuild/modules/gnome.py meson-0.46.1.new/mesonbuild/modules/gnome.py
+--- meson-0.46.1/mesonbuild/modules/gnome.py   2018-05-16 18:23:56.000000000 +0200
++++ meson-0.46.1.new/mesonbuild/modules/gnome.py       2018-06-19 22:19:00.491036568 +0200
+@@ -854,7 +854,7 @@
+         modulename = args[0]
+         if not isinstance(modulename, str):
+             raise MesonException('Argument must be a string')
+-        return ModuleReturnValue(os.path.join('share/gtk-doc/html', modulename), [])
++        return ModuleReturnValue(os.path.join('share/doc/gtk-doc/html', modulename), [])
+     @staticmethod
+     def _unpack_args(arg, kwarg_name, kwargs, expend_file_state=None):
+diff -urN meson-0.46.1/mesonbuild/scripts/gtkdochelper.py meson-0.46.1.new/mesonbuild/scripts/gtkdochelper.py
+--- meson-0.46.1/mesonbuild/scripts/gtkdochelper.py    2018-05-16 18:23:56.000000000 +0200
++++ meson-0.46.1.new/mesonbuild/scripts/gtkdochelper.py        2018-06-19 22:18:27.554479460 +0200
+@@ -244,7 +244,7 @@
          install_gtkdoc(options.builddir,
                         options.subdir,
                         install_prefix,
index 0b3749bdcec3ea7d29a74a6b690137015271f88b..a110efe261a97bcfaf773372802777228569f12e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        High productivity build system
 Summary(pl.UTF-8):     System budowania o dużej produktywności
 Name:          meson
 Version:       0.46.1
-Release:       4
+Release:       5
 License:       Apache v2.0
 Group:         Development/Tools
 #Source0Download: https://github.com/mesonbuild/meson/releases/
This page took 0.36284 seconds and 4 git commands to generate.