pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-characters gnome-characters: fix build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d5ca2df59a0
branches:  trunk
changeset: 375255:0d5ca2df59a0
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 10 20:54:18 2022 +0000

description:
gnome-characters: fix build with latest meson

diffstat:

 sysutils/gnome-characters/distinfo                       |   3 +-
 sysutils/gnome-characters/patches/patch-data_meson.build |  23 ++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r cee1826efb2b -r 0d5ca2df59a0 sysutils/gnome-characters/distinfo
--- a/sysutils/gnome-characters/distinfo        Thu Mar 10 20:53:35 2022 +0000
+++ b/sysutils/gnome-characters/distinfo        Thu Mar 10 20:54:18 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:19:38 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/03/10 20:54:18 nia Exp $
 
 BLAKE2s (gnome-characters-3.34.0.tar.xz) = 09fa9cad82cb8e8d067ea96f1aa52f5265942ffc6965993b1804881fda8678f6
 SHA512 (gnome-characters-3.34.0.tar.xz) = 4dc2f0027c7079034d50c2743607391a0e529bcaf4f8fdd495b05aa776027609a43686f4621bcf30f09a29fa6f4d5fba6ed6166e51ab66f03dedf3032bc65632
 Size (gnome-characters-3.34.0.tar.xz) = 188012 bytes
+SHA1 (patch-data_meson.build) = c24f731956d0719de68e66ab5e7d7f481cfedc2d
diff -r cee1826efb2b -r 0d5ca2df59a0 sysutils/gnome-characters/patches/patch-data_meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gnome-characters/patches/patch-data_meson.build  Thu Mar 10 20:54:18 2022 +0000
@@ -0,0 +1,23 @@
+$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,



Home | Main Index | Thread Index | Old Index