From bf7c054678554a0b6dc5b1036b699e3a7dc35a9b Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:05:35 +0300 Subject: gui-wm/labwc: correct PATCHES to work with 9999 --- gui-wm/labwc/files/labwc-0001-meson_doc_path.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gui-wm/labwc/files/labwc-0001-meson_doc_path.patch (limited to 'gui-wm/labwc') 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 index 0000000..14db6d2 --- /dev/null +++ b/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch @@ -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() + ) -- cgit v1.2.3