]> Projects - orf-overlay.git/commitdiff Test
gui-wm/labwc: correct PATCHES to work with 9999
authorOrfeas <redacted>
Thu, 18 Sep 2025 14:05:35 +0000 (17:05 +0300)
committerOrfeas <redacted>
Thu, 18 Sep 2025 14:06:11 +0000 (17:06 +0300)
gui-wm/labwc/files/labwc-0001-meson_doc_path.patch [new file with mode: 0644]

diff --git a/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch b/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch
new file mode 100644 (file)
index 0000000..14db6d2
--- /dev/null
@@ -0,0 +1,9 @@
+--- a/docs/meson.build 2024-07-19 23:06:14.000000000 +0200
++++ b/docs/meson.build 2024-07-20 16:52:29.360804236 +0200
+@@ -35,5 +35,5 @@
+     'rc.xml',
+     'rc.xml.all'
+   ],
+-  install_dir: get_option('datadir') / 'doc' / meson.project_name()
++  install_dir: get_option('datadir') / 'doc' / meson.project_name() + '-' + meson.project_version()
+ )