]> git.pld-linux.org Git - packages/meson.git/commitdiff
- updated to 0.61.2 auto/th/meson-0.61.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Mar 2022 18:00:21 +0000 (19:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Mar 2022 18:00:21 +0000 (19:00 +0100)
- updated gtkdocdir patch

meson-gtkdocdir.patch
meson.spec

index 2377436656aaf9a45530b77fb70711f76515fb4b..f96aecd7a489563daf2894e1af3c6d553b76ee8f 100644 (file)
@@ -1,15 +1,14 @@
-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 os.path.join('share/gtk-doc/html', modulename)
-+        return os.path.join('share/doc/gtk-doc/html', modulename)
+--- meson-0.61.2/mesonbuild/modules/gnome.py.orig      2022-03-02 21:17:14.811136886 +0100
++++ meson-0.61.2/mesonbuild/modules/gnome.py   2022-03-02 21:17:50.327611143 +0100
+@@ -1444,7 +1444,7 @@ class GnomeModule(ExtensionModule):
+     @noKwargs
+     @typed_pos_args('gnome.gtkdoc_html_dir', str)
+     def gtkdoc_html_dir(self, state: 'ModuleState', args: T.Tuple[str], kwargs: 'TYPE_kwargs') -> str:
+-        return os.path.join('share/gtk-doc/html', args[0])
++        return os.path.join('share/doc/gtk-doc/html', args[0])
  
-     @staticmethod
-     def _unpack_args(arg, kwarg_name, kwargs, expend_file_state=None):
+     @typed_pos_args('gnome.gdbus_codegen', str, optargs=[(str, mesonlib.File)])
+     @typed_kwargs(
 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
index d54824cd5a1ee242c59da18b4d60f49852a56e0a..3175d5bd8c2dbda1f2abe9a7dbffa0f98faef4b2 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       High productivity build system
 Summary(pl.UTF-8):     System budowania o dużej produktywności
 Name:          meson
-Version:       0.60.3
+Version:       0.61.2
 Release:       1
 License:       Apache v2.0
 Group:         Development/Tools
 #Source0Download: https://github.com/mesonbuild/meson/releases/
 Source0:       https://github.com/mesonbuild/meson/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 03ddd7272d8cbb9f33269cb37a200d24
+# Source0-md5: 7c4220066c70057b4c5a997a47ac710c
 Patch0:                %{name}-gtkdocdir.patch
-URL:           http://mesonbuild.com/
+URL:           https://mesonbuild.com/
 BuildRequires: ninja >= 1.8.2
 BuildRequires: python3 >= 1:3.6
 BuildRequires: python3-modules >= 1:3.6
This page took 0.334098 seconds and 4 git commands to generate.