summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-data_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-data_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-data_meson_build')
-rw-r--r--x11/gnome-shell/files/patch-data_meson_build19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/gnome-shell/files/patch-data_meson_build b/x11/gnome-shell/files/patch-data_meson_build
new file mode 100644
index 000000000000..ab8c658c1baf
--- /dev/null
+++ b/x11/gnome-shell/files/patch-data_meson_build
@@ -0,0 +1,19 @@
+$OpenBSD: patch-data_meson_build,v 1.2 2022/01/14 07:28:50 ajacoutot Exp $
+
+From 65450a836ee9e0722a2d4c3327f52345eae293c6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
+Date: Thu, 23 Dec 2021 17:18:16 +0100
+Subject: [PATCH] build: Drop incorrect positional arg
+
+Index: data/meson.build
+--- data/meson.build.orig
++++ data/meson.build
+@@ -16,7 +16,7 @@ desktopconf.set('bindir', bindir)
+ desktopconf.set('systemd_hidden', have_systemd ? 'true' : 'false')
+
+ foreach desktop_file : desktop_files
+- i18n.merge_file('desktop',
++ i18n.merge_file(
+ input: configure_file(
+ input: desktop_file + '.in.in',
+ output: desktop_file + '.in',