unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Thierry <thierry@moncourriel.eu>
To: 38744@debbugs.gnu.org
Subject: [bug#38744] [PATCH] adding copyq 3.9.3 to xdisorg.scm
Date: Wed, 25 Dec 2019 22:07:24 +0100	[thread overview]
Message-ID: <3ba0f830-f7d1-3301-a1a6-99a045735dd0@moncourriel.eu> (raw)

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



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-copyq-clipboard-manager-added-v3.9.3.patch --]
[-- Type: text/x-patch; name="0001-gnu-copyq-clipboard-manager-added-v3.9.3.patch", Size: 2183 bytes --]

From 3e5fb3f5fc852b0f512b6771c6950f4947f66dd7 Mon Sep 17 00:00:00 2001
From: Grillon <thierry@moncourriel.eu>
Date: Wed, 25 Dec 2019 21:22:42 +0100
Subject: [PATCH] gnu: copyq(clipboard manager): added v3.9.3

* gnu/packages/xdisorg.scm (copyq): added from 3.9.3
---
 gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b1759eabb2..9ee713de2f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -85,6 +85,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages qt)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages bison)
@@ -229,6 +230,34 @@ with X11 or Wayland, or in a text terminal with ncurses.")
     (license (list license:gpl3+        ; client program[s] and other sources
                    license:lgpl3+))))   ; library and bindings
 
+(define-public copyq
+(package
+  (name "copyq")
+  (version "3.9.3")
+  (source (origin
+            (method url-fetch)
+            (uri (string-append "https://github.com/hluk/CopyQ/archive/v" version
+                                ".tar.gz"))
+            (sha256
+             (base32
+              "154yccvlyhr6dml29cvkaqi8277vshmpydvy6ar125qm74q2rib5"))))
+  (build-system cmake-build-system)
+  (arguments
+    `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
+      #:tests? #f))
+  (inputs `(("qtbase" ,qtbase)
+            ("qtx11extras" ,qtx11extras)
+            ("qtsvg" ,qtsvg)
+            ("qtscript" ,qtscript)))
+  (synopsis "Good qt clipboard manager")
+  (description "CopyQ is clipboard manager –
+    a desktop application which stores content of the system clipboard
+    whenever it changes and allows to search the history
+    and copy it back to the system clipboard
+    or paste it directly to other applications.")
+  (home-page "https://hluk.github.io/CopyQ/")
+  (license license:gpl3+)))
+
 (define-public xclip
   (package
     (name "xclip")
-- 
2.24.1


             reply	other threads:[~2019-12-25 21:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-25 21:07 Thierry [this message]
2019-12-26  6:56 ` [bug#38744] [PATCH] adding copyq 3.9.3 to xdisorg.scm Efraim Flashner
2019-12-28 20:31 ` bug#38744: " Efraim Flashner

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=3ba0f830-f7d1-3301-a1a6-99a045735dd0@moncourriel.eu \
    --to=thierry@moncourriel.eu \
    --cc=38744@debbugs.gnu.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).