unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: spencerpeters via Guix-patches via <guix-patches@gnu.org>
To: "72247@debbugs.gnu.org" <72247@debbugs.gnu.org>
Subject: [bug#72247] [PATCH 2/2] * gnu/packages/xdisorg.scm (cliphist): New variable.
Date: Tue, 23 Jul 2024 01:57:34 +0000	[thread overview]
Message-ID: <euLr-KplaJ9wwObJtkWdE1NnScXBCDz6x64K_8M_zlPM9A5oAtoSNUBsNG3E3JeHTSQX5-cz1e2tEKxtfbWIgyZN5lKuEdiUM42BtHerQy8=@protonmail.com> (raw)
In-Reply-To: <2Xh3jxR4X-H20Km1eJ-UuepUFnzSjrrXIHERqcpL9aQBFgsJ8G5do6exhFd4uwKtGstaSQoB55L-_RIfB14_mLinHVdNVm1htiX07F1QdwM=@protonmail.com>

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

From: Spencer Peters <spencerpeters@protonmail.com>
* gnu/packages/xdisorg.scm (cliphist): New variable.

Change-Id: I33d71b9739158101638b66827592d1c3cbb1b443
---
gnu/packages/xdisorg.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4c12835b24..cdd196e35d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
+;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -116,6 +117,8 @@ (define-module (gnu packages xdisorg)
#:use-module (gnu packages gl)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
+ #:use-module (gnu packages golang)
+ #:use-module (gnu packages golang-build)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gtk)
@@ -3852,3 +3855,38 @@ (define-public xxkb
accepts events from XKB. That means that it will work with the existing
setup of your X Server without any modifications.")
(license license:artistic2.0)))
+
+(define-public cliphist
+ (package
+ (name "cliphist")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sentriz/cliphist")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1cbhrw9vk8c0in9yyhlp0k9rldgjwbcj00d7vqh69p3igznhdgsk"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:go go-1.22
+ #:import-path "go.senan.xyz/cliphist"))
+ (inputs (list go-github-com-rogpeppe-go-internal
+ go-go-etcd-io-bbolt
+ go-go-senan-xyz-flagconf
+ go-golang-org-x-image
+ go-golang-org-x-sys
+ go-golang-org-x-tools
+ wl-clipboard
+ xdg-utils))
+ (synopsis "Clipboard history manager for wayland with support for images")
+ (description
+ "A Wayland clipboard history manager. It can write clipboard changes to a
+history file, recall history with any picker which accepts input from
+stdin (including dmenu, rofi, and wofi), copy and past both images and text,
+and preserve leading and trailing whitespace.")
+ (home-page "https://github.com/sentriz/cliphist")
+ (license license:gpl3)))
--
2.45.2

[-- Attachment #2: Type: text/html, Size: 5756 bytes --]

  parent reply	other threads:[~2024-07-23  1:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23  1:50 [bug#72247] [PATCH 0/2] gnu: Add cliphist spencerpeters via Guix-patches via
2024-07-23  1:56 ` [bug#72247] [PATCH 1/2] gnu: Add go-go-senan-xyz-flagconf spencerpeters via Guix-patches via
2024-07-23  1:57 ` spencerpeters via Guix-patches via [this message]
2024-07-28 22:24 ` [bug#72247] [PATCH 0/2] gnu: Add cliphist Sharlatan Hellseher
2024-08-11 21:25 ` [bug#72247] [PATCH 1/2] gnu: Add go-go-senan-xyz-flagconf spencerpeters via Guix-patches via
2024-08-11 21:26 ` [bug#72247] [PATCH 2/2] gnu: Add cliphist spencerpeters via Guix-patches via
2024-08-26 23:38 ` bug#72247: [PATCH 0/2] " Sharlatan Hellseher

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='euLr-KplaJ9wwObJtkWdE1NnScXBCDz6x64K_8M_zlPM9A5oAtoSNUBsNG3E3JeHTSQX5-cz1e2tEKxtfbWIgyZN5lKuEdiUM42BtHerQy8=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=72247@debbugs.gnu.org \
    --cc=spencerpeters@protonmail.com \
    /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).