mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: signing-party: Update to 2.7.
* gnu/packages/gnupg.scm (signing-party): Update to 2.7. [home-page]: Update to new home-page. [arguments]: All phases end with #t.
This commit is contained in:
parent
c7a2b36daf
commit
33678041ce
1 changed files with 85 additions and 86 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||||
;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
|
;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
|
||||||
|
@ -661,23 +661,19 @@ (define-public pius
|
||||||
(home-page "https://www.phildev.net/pius/index.shtml")))
|
(home-page "https://www.phildev.net/pius/index.shtml")))
|
||||||
|
|
||||||
(define-public signing-party
|
(define-public signing-party
|
||||||
;; Upstream moved from alioth.debian.org to salsa.debian.org but the
|
|
||||||
;; automatic svn import did not preserve tags apparently, so there's no real
|
|
||||||
;; version number.
|
|
||||||
(let ((commit "d6f2296325605ee96ddf9f5b156e5e3f667a6df3")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "signing-party")
|
(name "signing-party")
|
||||||
(version (git-version "2.6" revision commit))
|
(version "2.7")
|
||||||
(home-page "https://salsa.debian.org/stappers/pgp-tools")
|
(home-page "https://salsa.debian.org/debian/signing-party")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit commit)))
|
(commit (string-append "release-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00f7zasbwcbjzd92br2j10pyjxv0aw1qb4540qfz2dxzxgmdscrz"))))
|
"1gx9017wag4bgc0h7kca9n3jwwdm7z77yv3viayhg62flbwkvbgb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf-wrapper)
|
`(("autoconf" ,autoconf-wrapper)
|
||||||
|
@ -707,7 +703,8 @@ (define-public signing-party
|
||||||
"keylookup/Makefile" "sig2dot/Makefile"
|
"keylookup/Makefile" "sig2dot/Makefile"
|
||||||
"springgraph/Makefile")
|
"springgraph/Makefile")
|
||||||
(("/usr") out))
|
(("/usr") out))
|
||||||
(setenv "CONFIG_SHELL" (which "sh")))))
|
(setenv "CONFIG_SHELL" (which "sh")))
|
||||||
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys #:rest args)
|
(lambda* (#:key outputs #:allow-other-keys #:rest args)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
|
@ -732,13 +729,15 @@ (define-public signing-party
|
||||||
'("caff.1" "pgp-clean.1" "pgp-fixkey.1" "gpgdir.1"
|
'("caff.1" "pgp-clean.1" "pgp-fixkey.1" "gpgdir.1"
|
||||||
"gpg-key2ps.1" "gpglist.1" "gpg-mailkeys.1"
|
"gpg-key2ps.1" "gpglist.1" "gpg-mailkeys.1"
|
||||||
"gpgparticipants.1" "gpgsigs.1" "gpgwrap.1"
|
"gpgparticipants.1" "gpgsigs.1" "gpgwrap.1"
|
||||||
"process_keys.1" "pgpring.1" "keyanalyze.1")))))
|
"process_keys.1" "pgpring.1" "keyanalyze.1")))
|
||||||
|
#t))
|
||||||
(add-after 'install 'wrap-programs
|
(add-after 'install 'wrap-programs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out")))
|
(let* ((out (assoc-ref outputs "out")))
|
||||||
(wrap-program
|
(wrap-program
|
||||||
(string-append out "/bin/caff")
|
(string-append out "/bin/caff")
|
||||||
`("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))))))))
|
`("PERL5LIB" ":" prefix (,(getenv "PERL5LIB")))))
|
||||||
|
#t)))))
|
||||||
(synopsis "Collection of scripts for simplifying gnupg key signing")
|
(synopsis "Collection of scripts for simplifying gnupg key signing")
|
||||||
(description
|
(description
|
||||||
"Signing-party is a collection for all kinds of PGP/GnuPG related things,
|
"Signing-party is a collection for all kinds of PGP/GnuPG related things,
|
||||||
|
@ -762,7 +761,7 @@ (define-public signing-party
|
||||||
;; gpl2+ for almost all programs, except for keyanalyze: gpl2
|
;; gpl2+ for almost all programs, except for keyanalyze: gpl2
|
||||||
;; and caff and gpgsigs: bsd-3, see
|
;; and caff and gpgsigs: bsd-3, see
|
||||||
;; http://packages.debian.org/changelogs/pool/main/s/signing-party/current/copyright
|
;; http://packages.debian.org/changelogs/pool/main/s/signing-party/current/copyright
|
||||||
(license license:gpl2))))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public pinentry-tty
|
(define-public pinentry-tty
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue