1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/gnome-nettool: Add missing needed meson patch

This commit is contained in:
Neel Chauhan 2022-05-20 19:49:25 -07:00
parent b6221bbf8e
commit b308fbec7c

View 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',