all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: raingloom <raingloom@riseup.net>
To: 52858@debbugs.gnu.org
Subject: [bug#52858] [PATCH] gnu: passwordsafe: Update to 5.1.
Date: Tue, 28 Dec 2021 22:09:13 +0100	[thread overview]
Message-ID: <20211228220913.72c185d5@riseup.net> (raw)

* 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.
---
 gnu/local.mk                                  |  1 +
 gnu/packages/gnome.scm                        |  7 ++++---
 ...wordsafe-meson-remove-extra-argument.patch | 20 +++++++++++++++++++
 3 files changed, 25 insertions(+), 3 deletions(-)
 create mode 100644
  gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch

diff --git a/gnu/local.mk b/gnu/local.mk
index 72fa405e17..0cac2b5508 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1570,6 +1570,7 @@ dist_patch_DATA =
		\
%D%/packages/patches/p7zip-remove-unused-code.patch		\
%D%/packages/patches/pam-krb5-CVE-2020-10595.patch		\
%D%/packages/patches/pango-skip-libthai-test.patch		\
+
%D%/packages/patches/passwordsafe-meson-remove-extra-argument.patch
\ %D%/packages/patches/pciutils-hurd-configure.patch		\
%D%/packages/patches/pciutils-hurd-fix.patch			\
%D%/packages/patches/pitivi-fix-build-with-meson-0.60.patch	\
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index
47178a9de9..d98d1968e8 100644 --- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10707,16 +10707,17 @@ (define-public cheese
 (define-public passwordsafe
   (package
     (name "passwordsafe")
-    (version "5.0")
+    (version "5.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.gnome.org/World/PasswordSafe")
+             (url "https://gitlab.gnome.org/World/secrets")
              (commit version)))
        (file-name (git-file-name name version))
+       (patches (search-patches
"passwordsafe-meson-remove-extra-argument.patch")) (sha256
-        (base32
"1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh"))))
+        (base32
"0kd43j6i017wdsqj6d5gnxhfv4ijnh3xahlw7md2gh51i8p682j6"))))
(build-system meson-build-system) (arguments
      `(#:glib-or-gtk? #t
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',
-- 
2.34.0




             reply	other threads:[~2021-12-28 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-28 21:09 raingloom [this message]
2022-01-15 21:57 ` bug#52858: [PATCH] gnu: passwordsafe: Update to 5.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211228220913.72c185d5@riseup.net \
    --to=raingloom@riseup.net \
    --cc=52858@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.