diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-21 21:38:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-21 21:38:19 -0400 |
commit | 49b350fafc2c3ea1db66461b73d4e304cd13ec92 (patch) | |
tree | 9b9b1a4a383b5175241ae6b91b83de0590f13983 /gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch | |
parent | 03b5668a035ba96c9690476078c5ee1d5793f3e2 (diff) | |
parent | e584a093f943be216fdc93895281fde835836b8d (diff) |
Merge branch 'master' into staging.
Diffstat (limited to 'gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch')
-rw-r--r-- | gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch b/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch deleted file mode 100644 index 3cb61a364a..0000000000 --- a/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch +++ /dev/null @@ -1,20 +0,0 @@ -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', |