From 63d7e31f209d2d5d4e0c849c19b88cd9167d0419 Mon Sep 17 00:00:00 2001 From: raingloom Date: Tue, 28 Dec 2021 22:09:13 +0100 Subject: gnu: passwordsafe: Update to 5.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (passwordsafe): Update to 5.1. * gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès --- .../passwordsafe-meson-remove-extra-argument.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch (limited to 'gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch') diff --git a/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch b/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch new file mode 100644 index 0000000000..3cb61a364a --- /dev/null +++ b/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch @@ -0,0 +1,20 @@ +diff --git a/data/meson.build b/data/meson.build +index 46f6373..26a2c18 100644 +--- a/data/meson.build ++++ b/data/meson.build +@@ -35,7 +35,6 @@ if get_option('profile') == 'development' + endif + desktop_conf.set('ICON', application_id) + desktop = i18n.merge_file( +- 'desktop', + input: configure_file( + input: files('org.gnome.PasswordSafe.desktop.in.in'), + output: 'org.gnome.PasswordSafe.desktop.in', +@@ -65,7 +64,6 @@ if get_option('profile') == 'development' + endif + appdata_conf.set('APPID', application_id) + appdata = i18n.merge_file( +- 'appdata', + input: configure_file( + input: files('org.gnome.PasswordSafe.appdata.xml.in.in'), + output: 'org.gnome.PasswordSafe.appdata.xml.in', -- cgit 1.4.1