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 /refs/?id=9744cc7b4636fafb772c94adb8f05961b5b39f16'>refslogtreecommitdiff
path: root/gnu/packages/connman.scm
AgeCommit message (Expand)Author
2020-02-18gnu: connman: Update to 1.38....* gnu/packages/connman.scm (connman): Update to 1.38. [inputs]: Add libmnl. Tobias Geerinckx-Rice
2019-12-18gnu: cmst: Update to 2019.01.13....* gnu/packages/connman.scm (cmst): Update to 2019.01.13. Efraim Flashner
2019-10-15gnu: econnman: Build with python....* gnu/packages/connman.scm (econnman)[inputs]: Remove python-2, python2-dbus, python2-efl. Add python-wrapper, python-dbus, python-efl. Efraim Flashner
2019-10-15gnu: connman: Update build inputs....* gnu/packages/connman.scm (connman)[arguments]: Don't enable pptp, it isn't available. [native-inputs]: Remove python-2, add python-wrapper. [inputs]: Remove polkit, add xl2tpd. Efraim Flashner
2019-06-17gnu: cmst: Don't install files to usr....* gnu/packages/connman.scm (cmst)[arguments]: Move custom 'fix-Makefiles phase before 'build. Add more substitutions. Efraim Flashner
2019-04-15gnu: connman: Update to 1.37....* gnu/packages/connman.scm (connman): Update to 1.37. [arguments]: Remove unconventional comment (it's implicit in the name). Tobias Geerinckx-Rice
2019-04-15gnu: connman: Don't use NAME in source URI....* gnu/packages/connman.scm (connman)[source]: Hard-code NAME. Tobias Geerinckx-Rice