SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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