mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/gnome-nettool: Add missing needed meson patch
This commit is contained in:
parent
b6221bbf8e
commit
b308fbec7c
1 changed files with 20 additions and 0 deletions
20
net/gnome-nettool/files/patch-data_meson.build
Normal file
20
net/gnome-nettool/files/patch-data_meson.build
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- data/meson.build.orig 2022-05-20 22:55:41 UTC
|
||||
+++ data/meson.build
|
||||
@@ -20,7 +20,7 @@ desktop_in = configure_file(input: 'gnome-nettool.desk
|
||||
output: 'gnome-nettool.desktop.in',
|
||||
configuration: desktop_conf)
|
||||
|
||||
-i18n.merge_file('desktop',
|
||||
+i18n.merge_file(
|
||||
type: 'desktop',
|
||||
input: desktop_in,
|
||||
output: 'gnome-nettool.desktop',
|
||||
@@ -28,7 +28,7 @@ i18n.merge_file('desktop',
|
||||
install: true,
|
||||
install_dir: join_paths(prefix, datadir, 'applications'))
|
||||
|
||||
-i18n.merge_file('appdata',
|
||||
+i18n.merge_file(
|
||||
type: 'xml',
|
||||
input: 'gnome-nettool.appdata.xml.in',
|
||||
output: 'gnome-nettool.appdata.xml',
|
Loading…
Add table
Reference in a new issue