pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gnome-characters
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 10 20:54:18 UTC 2022
Modified Files:
pkgsrc/sysutils/gnome-characters: distinfo
Added Files:
pkgsrc/sysutils/gnome-characters/patches: patch-data_meson.build
Log Message:
gnome-characters: fix build with latest meson
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/gnome-characters/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/gnome-characters/distinfo
diff -u pkgsrc/sysutils/gnome-characters/distinfo:1.3 pkgsrc/sysutils/gnome-characters/distinfo:1.4
--- pkgsrc/sysutils/gnome-characters/distinfo:1.3 Tue Oct 26 11:19:38 2021
+++ pkgsrc/sysutils/gnome-characters/distinfo Thu Mar 10 20:54:18 2022
@@ -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
Added files:
Index: pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build
diff -u /dev/null pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build:1.1
--- /dev/null Thu Mar 10 20:54:18 2022
+++ pkgsrc/sysutils/gnome-characters/patches/patch-data_meson.build Thu Mar 10 20:54:18 2022
@@ -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