network-manager-applet: fix for meson 0.61
This commit is contained in:
parent
64f2cf1536
commit
6b51922f57
1 changed files with 33 additions and 0 deletions
33
srcpkgs/network-manager-applet/patches/meson-0.61.patch
Normal file
33
srcpkgs/network-manager-applet/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,33 @@
|
|||
From 30f91940819bf48a8b61599732c6b1ecea8fedf1 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Fri, 21 Jan 2022 22:34:09 +0100
|
||||
Subject: [PATCH] meson.build: address meson 0.61 failures
|
||||
|
||||
https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/107
|
||||
---
|
||||
meson.build | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 33adb632..6178c0eb 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -254,7 +254,6 @@ desktop_file_validate = find_program('desktop-file-validate', required: false)
|
||||
|
||||
foreach desktop: desktop_files
|
||||
i18n.merge_file(
|
||||
- desktop + '-desktop',
|
||||
input: desktop + '.desktop.in',
|
||||
output: desktop + '.desktop',
|
||||
install: true,
|
||||
@@ -275,7 +274,6 @@ endforeach
|
||||
appdata = 'nm-connection-editor.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- 'desktop',
|
||||
input: appdata + '.in',
|
||||
output: appdata,
|
||||
install: true,
|
||||
--
|
||||
GitLab
|
||||
|
Loading…
Reference in a new issue