GNU bug report logs -
#64000
[PATCH 1/2] gnu: tessen: Update to 2.2.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sat, 10 Jun 2023 12:15:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/password-utils.scm (tessen): Update to 2.2.1.
[arguments]<#:make-flags>: Set DESTDIR.
[license]: License has been changed to GPL2-only.
---
gnu/packages/password-utils.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 74e465d21e..5caf0b80b5 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -859,7 +859,7 @@ (define-public rofi-pass
(define-public tessen
(package
(name "tessen")
- (version "2.1.2")
+ (version "2.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -868,7 +868,7 @@ (define-public tessen
(file-name (git-file-name name version))
(sha256
(base32
- "01jaxakq847k3v2wid8fzhcmq8mraxz0q1j87s1jv75l1gy4qiij"))))
+ "0v0mkdwwxpy23fm5dqspp9c77b5ifcj7fsi8xhjrkrv1vqwmh67j"))))
(build-system gnu-build-system)
(arguments
(list #:tests?
@@ -885,15 +885,15 @@ (define-public tessen
(("xdg-open") (search-input-file inputs "/bin/xdg-open")))))
(delete 'configure)) ;no configure script
#:make-flags
- #~(list (string-append "PREFIX="
- #$output))))
+ #~(list (string-append "DESTDIR=" #$output)
+ "PREFIX=''")))
(native-inputs (list scdoc))
(inputs (list libnotify wl-clipboard wtype xdg-utils))
(home-page "https://github.com/ayushnix/tessen")
(synopsis "Frontend for password-store and gopass")
(description "Tessen is a bash script that can autotype and copy data
from password-store and gopass files.")
- (license license:gpl2+)))
+ (license license:gpl2)))
(define-public browserpass-native
(package
base-commit: 9504dd2c3eef0277369acc0944f87fb4546251b1
--
2.40.1
This bug report was last modified 1 year and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.