From unknown Thu Sep 11 05:10:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46644 <46644@debbugs.gnu.org> To: bug#46644 <46644@debbugs.gnu.org> Subject: Status: [PATCH 3/3] gnu: Add greenclip. Reply-To: bug#46644 <46644@debbugs.gnu.org> Date: Thu, 11 Sep 2025 12:10:26 +0000 retitle 46644 [PATCH 3/3] gnu: Add greenclip. reassign 46644 guix-patches submitter 46644 Stefan Reich=C3=B6r severity 46644 normal tag 46644 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 15:04:55 2021 Received: (at submit) by debbugs.gnu.org; 19 Feb 2021 20:04:55 +0000 Received: from localhost ([127.0.0.1]:50449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDC1G-00053z-Mr for submit@debbugs.gnu.org; Fri, 19 Feb 2021 15:04:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:45678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDC1E-00053j-KF for submit@debbugs.gnu.org; Fri, 19 Feb 2021 15:04:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDC1D-0003UT-JM for guix-patches@gnu.org; Fri, 19 Feb 2021 15:04:51 -0500 Received: from dd3624.kasserver.com ([85.13.130.11]:54720) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDC1B-0004IV-AN for guix-patches@gnu.org; Fri, 19 Feb 2021 15:04:51 -0500 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 1AE4F5D43FE4; Fri, 19 Feb 2021 21:04:47 +0100 (CET) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH 3/3] gnu: Add greenclip. Date: Fri, 19 Feb 2021 21:04:27 +0100 Message-Id: <20210219200427.105200-3-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210219200427.105200-1-stefan@xsteve.at> References: <20210219200427.105200-1-stefan@xsteve.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/haskell-apps.scm (greenclip): New variable. --- I am not sure what license should be used for this package. gnu/packages/haskell-apps.scm | 38 ++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index a6fb33c31b..22219fbd1b 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2020 Brian Leung +;;; Copyright © 2021 Stefan Reichör ;;; ;;; This file is part of GNU Guix. ;;; @@ -49,7 +50,8 @@ #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages rsync) - #:use-module (gnu packages version-control)) + #:use-module (gnu packages version-control) + #:use-module (gnu packages xorg)) (define-public apply-refact (package @@ -690,6 +692,40 @@ By operating at a lower level than most similar tools, it supports X11, Wayland, and Linux console environments alike.") (license license:expat))) +(define-public greenclip + (package + (name "greenclip") + (version "3.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/erebe/greenclip") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1baw360dcnyavacf7a8v6wq4m5g6bcmyybkckv4cz7r4xl5p3qws")))) + (build-system haskell-build-system) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("libx11" ,libx11) + ("libxext" ,libxext) + ("libxscrnsaver" ,libxscrnsaver) + ("ghc-x11" ,ghc-x11) + ("ghc-exceptions" ,ghc-exceptions) + ("ghc-hashable" ,ghc-hashable) + ("ghc-microlens" ,ghc-microlens) + ("ghc-microlens-mtl" ,ghc-microlens-mtl) + ("ghc-protolude" ,ghc-protolude) + ("ghc-vector" ,ghc-vector) + ("ghc-wordexp" ,ghc-wordexp))) + (home-page "https://github.com/erebe/greenclip") + (synopsis "Simple Clipboard manager") + (description "@code{greenclip} is a clipboard manager written in +Haskell.") + (license license:expat))) + (define-public raincat (package (name "raincat") -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 24 09:11:25 2021 Received: (at control) by debbugs.gnu.org; 24 Feb 2021 14:11:26 +0000 Received: from localhost ([127.0.0.1]:33935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEusv-0002rJ-Ml for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:11:25 -0500 Received: from mail.zaclys.net ([178.33.93.72]:47677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEust-0002r2-PD for control@debbugs.gnu.org; Wed, 24 Feb 2021 09:11:25 -0500 Received: from [192.168.43.214] (37-169-50-198.coucou-networks.fr [37.169.50.198] (may be forged)) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11OEBGvc013385 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 24 Feb 2021 15:11:17 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11OEBGvc013385 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614175877; bh=DYCGvn5BCFtbcqFBb3W6FXN0DoOwd3XmFRGvse+tTLA=; h=Subject:From:To:Date:From; b=TLsthWjUrhsgSUa1qeYDjUgnUrZiR0zMZUCK/6888ElYR7fyvK2tpVbx9T/nFn80z O38S4oMmrj71s3jKL7UD9xUElSdx2g0DTP/9HYqFPXlH031MtFf+yOmh6YnFPz4BfL Kd2kO47UohQ1+rTSoqsQ2ffn3JWy2ktDIj+pj0Tw= Message-ID: Subject: From: =?ISO-8859-1?Q?L=E9o?= Le Bouter To: control@debbugs.gnu.org Date: Wed, 24 Feb 2021 15:11:10 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-uTHfil8M8dmCJuhA7wjb" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-Spam-Score: 3.4 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 46643 46644 46645 Content analysis details: (3.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 1.4 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 46643 46644 46645 Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.4 BODY_EMPTY No body text in message --=-uTHfil8M8dmCJuhA7wjb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable merge 46643 46644 46645 --=-uTHfil8M8dmCJuhA7wjb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmA2Xn4ACgkQRaix6GvN EKY7WBAAlvf3JOyw7rc9CQSxqn1TIzU+ozQdsXCeocet+p/yVAHeWpzB2g8X1F+z XAKfWvtrsFQBXUwAXPEJwSHKGRH1y2AjIgG78fwOLSAU2luTvD+dD59wJ76GKW3n L6F3NJNFoXYC4/y4Fo8oY3twkoKFAoWMmuB/MggZ9MUKEyKtwF8B+/Nu6VoZk8sg s1jZW5oa/Xhk0MRvgDzaXCMR2wkAbcjJvZ3Qv03YDXGkyIopHaIIuF2kAJHjmXbN sLPngqLxIRFaq+3C1l62cmPHBzBR4W4cllLs+PCC9r0BPxAaxlX8tcwG83olScOn HpqVCileUbXSoFHZbzv3GwAYEvdv6mlRnvt2+ylMCQ9+ftIckAvERT8HmRZZoU2R lcLQm4FcFiFzlldml05vbboy1jv1QbtV/Vvsjec1g7DJK5fKKE5O28rQ8/XgWihf AzNs+4TUtSVDdePW/NNs8hE/xzDC2Xa39PoAhESHuMxy4ffmVTZizOSsmdpt43Jc tiKVDZgEowTY1ui8i7NQNKQ+ov2OiIs+f4VR72+Oe2A4oKnT+5Fpl6KD9Jc83uv9 /LpjOPltmwvaji/HqPbPpXfnWHSY8wYT2MkrWlmMzU4L0N8iFckZc86tfWIMhWRr ogFJ5DdIahKi7UeXubfMOhygp1IjIoYFaVBT0uw19ZcGcZfspSk= =9rLf -----END PGP SIGNATURE----- --=-uTHfil8M8dmCJuhA7wjb-- From unknown Thu Sep 11 05:10:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Mar 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator