unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58306] [PATCH] gnu: tessen: Update to 2.1.2.
@ 2022-10-05 12:39 Tanguy Le Carrour
  2022-10-06 17:15 ` bug#58306: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Tanguy Le Carrour @ 2022-10-05 12:39 UTC (permalink / raw)
  To: 58306; +Cc: Tanguy Le Carrour

* gnu/packages/password-utils.scm (tessen): Update to 2.1.2.
[arguments]: Substitute notify-send, wl-copy and xdg-open.
[inputs] Add libnotify, wl-clipboard and xdg-utils.
---
 gnu/packages/password-utils.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 003e346305..6c20e195ba 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -80,6 +80,7 @@ (define-module (gnu packages password-utils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
+  #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages golang)
   #:use-module (gnu packages gtk)
@@ -757,7 +758,7 @@ (define-public rofi-pass
 (define-public tessen
   (package
     (name "tessen")
-    (version "2.1.0")
+    (version "2.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -766,7 +767,7 @@ (define-public tessen
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ddsjhzp1qy3jfhxlrzcxgp0gza234yc0sdlngwa3xdj0wr40zs0"))))
+                "01jaxakq847k3v2wid8fzhcmq8mraxz0q1j87s1jv75l1gy4qiij"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests?
@@ -776,13 +777,17 @@ (define-public tessen
                (add-after 'unpack 'patch-wtype-path
                  (lambda* (#:key inputs #:allow-other-keys)
                    (substitute* "tessen"
-                     (("wtype") (search-input-file inputs "/bin/wtype")))))
+                     (("notify-send") (search-input-file inputs
+                                                         "/bin/notify-send"))
+                     (("wl-copy") (search-input-file inputs "/bin/wl-copy"))
+                     (("wtype") (search-input-file inputs "/bin/wtype"))
+                     (("xdg-open") (search-input-file inputs "/bin/xdg-open")))))
                (delete 'configure)) ;no configure script
            #:make-flags
            #~(list (string-append "PREFIX="
                                   #$output))))
     (native-inputs (list scdoc))
-    (inputs (list wtype))
+    (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
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#58306: [PATCH] gnu: tessen: Update to 2.1.2.
  2022-10-05 12:39 [bug#58306] [PATCH] gnu: tessen: Update to 2.1.2 Tanguy Le Carrour
@ 2022-10-06 17:15 ` Efraim Flashner
  2022-10-07  6:18   ` [bug#58306] " Tanguy LE CARROUR
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2022-10-06 17:15 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 58306-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#58306] [PATCH] gnu: tessen: Update to 2.1.2.
  2022-10-06 17:15 ` bug#58306: " Efraim Flashner
@ 2022-10-07  6:18   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 3+ messages in thread
From: Tanguy LE CARROUR @ 2022-10-07  6:18 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 58306-done

Quoting Efraim Flashner (2022-10-06 19:15:21)
> Thanks. Patch pushed.

Thanks!


-- 
Tanguy




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-07  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 12:39 [bug#58306] [PATCH] gnu: tessen: Update to 2.1.2 Tanguy Le Carrour
2022-10-06 17:15 ` bug#58306: " Efraim Flashner
2022-10-07  6:18   ` [bug#58306] " Tanguy LE CARROUR

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).