me
/
guix
Archived
1
0
Fork 0

gnu: passwordsafe: Update to 5.1.

* 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 <ludo@gnu.org>
raingloom 2021-12-28 22:09:13 +01:00 committed by Ludovic Courtès
parent 8972972cbf
commit 63d7e31f20
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
3 changed files with 24 additions and 3 deletions

View File

@ -1584,6 +1584,7 @@ dist_patch_DATA = \
%D%/packages/patches/p7zip-remove-unused-code.patch \ %D%/packages/patches/p7zip-remove-unused-code.patch \
%D%/packages/patches/pam-krb5-CVE-2020-10595.patch \ %D%/packages/patches/pam-krb5-CVE-2020-10595.patch \
%D%/packages/patches/pango-skip-libthai-test.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-configure.patch \
%D%/packages/patches/pciutils-hurd-fix.patch \ %D%/packages/patches/pciutils-hurd-fix.patch \
%D%/packages/patches/pitivi-fix-build-with-meson-0.60.patch \ %D%/packages/patches/pitivi-fix-build-with-meson-0.60.patch \

View File

@ -10765,16 +10765,16 @@ apply fancy special effects and lets you share the fun with others.")
(define-public passwordsafe (define-public passwordsafe
(package (package
(name "passwordsafe") (name "passwordsafe")
(version "5.0") (version "5.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.gnome.org/World/PasswordSafe") (url "https://gitlab.gnome.org/World/secrets")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh")))) (base32 "0kd43j6i017wdsqj6d5gnxhfv4ijnh3xahlw7md2gh51i8p682j6"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:glib-or-gtk? #t (list #:glib-or-gtk? #t

View File

@ -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',