Thu Mar 10 20:54:18 2022 UTC ()
gnome-characters: fix build with latest meson


(nia)
diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-characters/distinfo
diff -r0 -r1.1 pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-characters/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-characters/distinfo 2021/10/26 11:19:38 1.3
+++ pkgsrc/sysutils/gnome-characters/distinfo 2022/03/10 20:54:18 1.4
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:19:38 nia Exp $ 1$NetBSD: distinfo,v 1.4 2022/03/10 20:54:18 nia Exp $
2 2
3BLAKE2s (gnome-characters-3.34.0.tar.xz) = 09fa9cad82cb8e8d067ea96f1aa52f5265942ffc6965993b1804881fda8678f6 3BLAKE2s (gnome-characters-3.34.0.tar.xz) = 09fa9cad82cb8e8d067ea96f1aa52f5265942ffc6965993b1804881fda8678f6
4SHA512 (gnome-characters-3.34.0.tar.xz) = 4dc2f0027c7079034d50c2743607391a0e529bcaf4f8fdd495b05aa776027609a43686f4621bcf30f09a29fa6f4d5fba6ed6166e51ab66f03dedf3032bc65632 4SHA512 (gnome-characters-3.34.0.tar.xz) = 4dc2f0027c7079034d50c2743607391a0e529bcaf4f8fdd495b05aa776027609a43686f4621bcf30f09a29fa6f4d5fba6ed6166e51ab66f03dedf3032bc65632
5Size (gnome-characters-3.34.0.tar.xz) = 188012 bytes 5Size (gnome-characters-3.34.0.tar.xz) = 188012 bytes
 6SHA1 (patch-data_meson.build) = c24f731956d0719de68e66ab5e7d7f481cfedc2d

File Added: pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build
$NetBSD: patch-data_meson.build,v 1.1 2022/03/10 20:54:18 nia Exp $

Remove unused positional arguments. These were previously ignored by
meson, now they cause build failures.

--- data/meson.build.orig	2020-02-27 05:11:29.000000000 +0000
+++ data/meson.build
@@ -47,7 +47,6 @@ desktop_conf.set('appid', characters_app
 desktop_conf.set('bindir', characters_bindir)
 
 i18n.merge_file(
-  'desktop-file',
   type: 'desktop',
   input: configure_file (
     input: characters_name + '.desktop.in',
@@ -61,7 +60,6 @@ i18n.merge_file(
 )
 
 i18n.merge_file(
-  'appdata-file',
   input: characters_name + '.appdata.xml.in',
   output: characters_application_id + '.appdata.xml',
   po_dir: po_dir,