summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-03-03 12:12:08 -0800
committerNeel Chauhan <nc@FreeBSD.org>2022-03-03 12:12:08 -0800
commit31a538ee6ac4c9691583c43a76270afe39a7dba0 (patch)
tree425e665b71a91586285f72109348c4ac526c362b /x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build
parentwww/groupoffice: Update to 6.6.47 (diff)
x11/gnome-shell: Updaet to 41.4
Diffstat (limited to 'x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build')
-rw-r--r--x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build b/x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build
new file mode 100644
index 000000000000..66640af5a42d
--- /dev/null
+++ b/x11/gnome-shell/files/patch-subprojects_extensions-tool_man_meson_build
@@ -0,0 +1,17 @@
+$OpenBSD: patch-subprojects_extensions-tool_man_meson_build,v 1.1 2020/05/14 15:28:46 jasper Exp $
+
+https://gitlab.gnome.org/GNOME/gnome-shell/issues/1854
+
+Index: subprojects/extensions-tool/man/meson.build
+--- subprojects/extensions-tool/man/meson.build.orig
++++ subprojects/extensions-tool/man/meson.build
+@@ -1,7 +1,7 @@
+ custom_target('gnome-extensions.1',
+- input: ['gnome-extensions.txt', 'stylesheet.xsl'],
++ input: 'gnome-extensions.txt',
+ output: 'gnome-extensions.1',
+- command: [a2x, '-D', '@OUTDIR@', '--xsl-file', '@INPUT1@', '-f', 'manpage', '@INPUT0@'],
++ command: [a2x, '-D', '@OUTDIR@', '-f', 'manpage', '@INPUT0@'],
+ install_dir: mandir + '/man1',
+ install: true
+ )