unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: EuAndreh via Guix-patches via <guix-patches@gnu.org>
To: 58931@debbugs.gnu.org
Cc: EuAndreh <eu@euandre.org>
Subject: [bug#58931] [PATCH v2 1/2] gnu: clipmenu: Update to 6.2.0.
Date: Tue, 29 Nov 2022 20:23:45 -0300	[thread overview]
Message-ID: <20221129232346.29710-2-eu@euandre.org> (raw)
In-Reply-To: <20221129232346.29710-1-eu@euandre.org>

* gnu/packages/xdisorg.scm (clipmenu): Update to 6.2.0.
---

This patch is the same as previously.


 gnu/packages/xdisorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9cc7cc652a..f2edb793e8 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2809,11 +2809,11 @@ (define-public clipnotify
     (license license:public-domain)))
 
 (define-public clipmenu
-  (let ((commit "bcbe7b144598db4a103f14e8408c4b7327d6d5e1")
+  (let ((commit "7c34ace1fbab76eb1c1dc9b30dd4ac1a7fe4b90b")
         (revision "1"))
     (package
       (name "clipmenu")
-      (version (string-append "6.0.1-"
+      (version (string-append "6.2.0-"
                               revision "." (string-take commit 7)))
       (source
        (origin
@@ -2824,7 +2824,7 @@ (define-public clipmenu
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0053j4i14lz5m2bzc5sch5id5ilr1bl196mp8fp0q8x74w3vavs9"))))
+           "1403sw49ccb8xsd8v611fzp0csaglfz8nmz3wcjsk8x11h9jvxwy"))))
       (build-system gnu-build-system)
       (arguments
        `(#:phases
@@ -2840,6 +2840,8 @@ (define-public clipmenu
                  (install-file "clipdel" bin)
                  (install-file "clipmenu" bin)
                  (install-file "clipmenud" bin)
+                 (install-file "clipfsck" bin)
+                 (install-file "clipctl" bin)
                  (install-file "README.md" doc)
                  #t)))
            (add-after 'install 'wrap-script
@@ -2861,7 +2863,7 @@ (define-public clipmenu
                                 (string-append dir "/bin"))
                               (list clipnotify coreutils-minimal
                                     gawk util-linux xdotool xsel)))))
-                  '("clipmenu" "clipmenud" "clipdel")))
+                  '("clipmenu" "clipmenud" "clipdel" "clipfsck" "clipctl")))
                #t))
            (replace 'check
              (lambda* (#:key inputs outputs #:allow-other-keys)
-- 
2.38.1





  reply	other threads:[~2022-11-29 23:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 20:08 [bug#58931] [PATCH 0/2] Update clipmenu and improve it EuAndreh via Guix-patches via
2022-10-31 20:17 ` [bug#58931] [PATCH 1/2] gnu: clipmenu: Update to 6.2.0 EuAndreh via Guix-patches via
2022-10-31 20:17   ` [bug#58931] [PATCH 2/2] gnu: clipmenu: Improve package style EuAndreh via Guix-patches via
2022-11-03 17:15     ` Christopher Baines
2022-11-29 23:23       ` [bug#58931] [PATCH v2 0/2] Update clipmenu and improve it EuAndreh via Guix-patches via
2022-11-29 23:23         ` EuAndreh via Guix-patches via [this message]
2022-11-29 23:23         ` [bug#58931] [PATCH v2 2/2] gnu: clipmenu: Improve package style EuAndreh via Guix-patches via
2023-03-14 10:39         ` [bug#58931] [PATCH v2 0/2] Update clipmenu and improve it Christopher Baines
2023-03-14 11:44           ` EuAndreh via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20221129232346.29710-2-eu@euandre.org \
    --to=guix-patches@gnu.org \
    --cc=58931@debbugs.gnu.org \
    --cc=eu@euandre.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 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).