From 194e22699f7166a016cd39ba26dd719aeecfc868 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 23 Jan 2022 10:49:07 +0000 Subject: [PATCH] meson: drop unused argument for i18n.merge_file() Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. data/meson.build:19:0: ERROR: Function does not take positional arguments. data/meson.build:39:0: ERROR: Function does not take positional arguments. --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 33f73ca..8974a63 100644 --- a/data/meson.build +++ b/data/meson.build @@ -17,7 +17,6 @@ install_data( # Desktop file desktop_file = i18n.merge_file( - 'desktop-file', input: 'org.gnome.TwentyFortyEight.desktop.in', output: 'org.gnome.TwentyFortyEight.desktop', install: true, @@ -37,7 +36,6 @@ endif # AppData file appdata_file = i18n.merge_file( - 'appdata-file', input: 'org.gnome.TwentyFortyEight.appdata.xml.in', output: 'org.gnome.TwentyFortyEight.appdata.xml', install: true, -- GitLab 80df703fbe1c068e'>refslogtreecommitdiff
path: root/HACKING
AgeCommit message (Expand)Author
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....* HACKING (Commit Access): Remove. (Contributing): Update URL of the manual. * doc/contributing.texi (Commit Access): New section. (Submitting Patches): Add cross reference. Ludovic Courtès
2020-01-09doc: Add "Tracking Bugs and Patches" section....* doc/contributing.texi (Tracking Bugs and Patches): New section. (Submitting Patches): Refer to it. * doc/guix.texi: Update copyright line. * HACKING (Using emacs-debbugs): Remove. Ludovic Courtès
2019-07-13doc: Update keyserver URL....* HACKING (Commit Access): Change keyserver URL to 'keys.openpgp.org'. Leo Famulari
2019-02-11HACKING: Update key server....* HACKING (Commit Access): Recommend pool.sks-keyservers.net. Ludovic Courtès
2018-07-22doc: Fix typo (missing period)...* HACKING (Commit Access): Fix typo. Pierre Neidhardt
2017-08-19doc: Mention how to use emacs-debbugs....* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs. Arun Isaac