summaryrefslogtreecommitdiff
path: root/net-mgmt/virt-viewer/files/patch-data_meson.build
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2021-04-23 18:30:01 +0400
committerRoman Bogorodskiy <novel@FreeBSD.org>2021-04-25 10:42:11 +0400
commit106aa36f9d8d295d8395ffdf65716717d3c89516 (patch)
treea58d5540927c5bc810e63793145e0b90dc563f5a /net-mgmt/virt-viewer/files/patch-data_meson.build
parentgraphics/delaboratory: fix build with LLVM 11 libc++ (diff)
net-mgmt/virt-viewer: update to 10.0
- virt-viewer has moved from autotools to meson, make changes accordingly - add options for features that previously were unconditionally enabled; these are still enabled by default - NLS options is gone as it cannot be disabled anymore
Diffstat (limited to 'net-mgmt/virt-viewer/files/patch-data_meson.build')
-rw-r--r--net-mgmt/virt-viewer/files/patch-data_meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/virt-viewer/files/patch-data_meson.build b/net-mgmt/virt-viewer/files/patch-data_meson.build
new file mode 100644
index 000000000000..3b5167c63c0a
--- /dev/null
+++ b/net-mgmt/virt-viewer/files/patch-data_meson.build
@@ -0,0 +1,11 @@
+--- data/meson.build.orig 2021-04-24 00:07:18 UTC
++++ data/meson.build
+@@ -33,7 +33,7 @@ if host_machine.system() != 'windows'
+ output: metainfo,
+ po_dir: po_dir,
+ install: true,
+- install_dir: join_paths(datadir, 'metainfo')
++ install_dir: join_paths(datadir, 'appdata')
+ )
+ endif
+