SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
x11/gnome/notes/patches/patch-data_meson_build
Normal file
21
x11/gnome/notes/patches/patch-data_meson_build
Normal file
|
@ -0,0 +1,21 @@
|
|||
Fix build with meson >= 0.60.0
|
||||
|
||||
Index: data/meson.build
|
||||
--- data/meson.build.orig
|
||||
+++ data/meson.build
|
||||
@@ -4,7 +4,6 @@ subdir('appdata')
|
||||
mime = 'org.gnome.Notes.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- mime,
|
||||
input: mime + '.in',
|
||||
output: mime,
|
||||
po_dir: po_dir,
|
||||
@@ -18,7 +17,6 @@ desktop_conf = configuration_data()
|
||||
desktop_conf.set ('icon', application_id)
|
||||
|
||||
i18n.merge_file(
|
||||
- desktop,
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: files (desktop + '.in'),
|
Loading…
Add table
Add a link
Reference in a new issue