summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-subprojects_extensions-app_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-subprojects_extensions-app_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-subprojects_extensions-app_data_meson_build')
-rw-r--r--x11/gnome-shell/files/patch-subprojects_extensions-app_data_meson_build19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/gnome-shell/files/patch-subprojects_extensions-app_data_meson_build b/x11/gnome-shell/files/patch-subprojects_extensions-app_data_meson_build
new file mode 100644
index 000000000000..1b1043c226f4
--- /dev/null
+++ b/x11/gnome-shell/files/patch-subprojects_extensions-app_data_meson_build
@@ -0,0 +1,19 @@
+$OpenBSD: patch-subprojects_extensions-app_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: subprojects/extensions-app/data/meson.build
+--- subprojects/extensions-app/data/meson.build.orig
++++ subprojects/extensions-app/data/meson.build
+@@ -14,7 +14,7 @@ desktopconf.set('bindir', bindir)
+ desktopconf.set('app_id', app_id)
+ desktopconf.set('prgname', prgname)
+
+-i18n.merge_file('desktop',
++i18n.merge_file(
+ input: configure_file(
+ input: base_id + '.desktop.in.in',
+ output: desktop_file + '.in',