From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 12:35:42 2019 Received: (at submit) by debbugs.gnu.org; 16 Sep 2019 16:35:42 +0000 Received: from localhost ([127.0.0.1]:50942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9tyW-0006TM-RR for submit@debbugs.gnu.org; Mon, 16 Sep 2019 12:35:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:47077) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9tg1-0005Dk-26 for submit@debbugs.gnu.org; Mon, 16 Sep 2019 12:16:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39878) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9tfv-0001yq-V7 for guix-patches@gnu.org; Mon, 16 Sep 2019 12:16:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9tft-0004rE-Rm for guix-patches@gnu.org; Mon, 16 Sep 2019 12:16:27 -0400 Received: from freeshell.de ([2a01:360:106::2]:54081) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9tft-0004qX-Au for guix-patches@gnu.org; Mon, 16 Sep 2019 12:16:25 -0400 From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= DKIM-Filter: OpenDKIM Filter v2.9.2 freeshell.de 5146935CC2BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1568650579; bh=cGer6k0j0vxAwT8DjhumjpaXehfDIxC2LHzglh7yayU=; h=From:To:Subject:Date; b=XEL6DNMKLQ14zgpxtfmFcy6vCwrHsxf81XHH8g0CvEzYBJoxiIAM/LcMH+5Bp9Ssf gE74JqISfiK+UIy/hybXl1fY94IaySC5yhQci4tgklKh1MQyzSJJy6WgOB/H1AXg3r LI1XXBYVAqjI5yVVLzt75HbvJWJ+0wxPywQk8BpE= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add autocutsel. Date: Mon, 16 Sep 2019 18:15:49 +0200 Message-Id: <20190916161549.21294-1-wz@freeshell.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:360:106::2 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 16 Sep 2019 12:35:39 -0400 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 (--) From: Wiktor =C5=BBelazny * gnu/packages/xdisorg.scm (autocutsel): New variable. --- gnu/packages/xdisorg.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index bcc61f59af..4d7119a693 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -25,6 +25,7 @@ ;;; Copyright =C2=A9 2018, 2019 Rutger Helling ;;; Copyright =C2=A9 2018, 2019 Pierre Neidhardt ;;; Copyright =C2=A9 2018 Nam Nguyen +;;; Copyright =C2=A9 2019 Wiktor =C5=BBelazny ;;; ;;; This file is part of GNU Guix. ;;; @@ -1708,3 +1709,28 @@ temperature of the screen.") (description "Wl-clipboard is a set of command-line copy/paste utili= ties for Wayland.") (license license:gpl3+))) + +(define-public autocutsel + (package + (name "autocutsel") + (version "0.10.0") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/sigmike/" name + "/releases/download/" version "/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "0gsys2dzh4az51ndcsabhlbbrjn2nm75lnjr45kg6r8sm8q66dx2"))= )) + (build-system gnu-build-system) + (arguments + '(#:tests? #f)) ; no "check" target + (native-inputs `(("libx11" ,libx11) + ("libxaw" ,libxaw))) + (home-page "https://www.nongnu.org/autocutsel/") + (synopsis "Automated X11 clipboard and cutbuffer synchronization") + (description "@code{autocutsel} tracks changes in the server's cutbu= ffer +and clipboard selection. When the clipboard is changed, it updates the +cutbuffer. When the cutbuffer is changed, it owns the clipboard selecti= on. +The cutbuffer and clipboard selection are always synchronized.") + (license license:gpl2))) --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 20 16:45:35 2019 Received: (at 37429-done) by debbugs.gnu.org; 20 Sep 2019 20:45:35 +0000 Received: from localhost ([127.0.0.1]:58627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBPmZ-0008BV-7j for submit@debbugs.gnu.org; Fri, 20 Sep 2019 16:45:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37223) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBPmW-0008BC-QE for 37429-done@debbugs.gnu.org; Fri, 20 Sep 2019 16:45:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iBPmO-0006rJ-O8; Fri, 20 Sep 2019 16:45:24 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48582 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iBPmO-0001jI-9s; Fri, 20 Sep 2019 16:45:24 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: [bug#37429] [PATCH] gnu: Add autocutsel. References: <20190916161549.21294-1-wz@freeshell.de> Date: Fri, 20 Sep 2019 22:45:22 +0200 In-Reply-To: <20190916161549.21294-1-wz@freeshell.de> ("Wiktor \=\?utf-8\?Q\?\=C5\=BBelazny\=22's\?\= message of "Mon, 16 Sep 2019 18:15:49 +0200") Message-ID: <877e62puhp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37429-done Cc: 37429-done@debbugs.gnu.org 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 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Wiktor, Wiktor =C5=BBelazny skribis: > From: Wiktor =C5=BBelazny > > * gnu/packages/xdisorg.scm (autocutsel): New variable. I took the liberty to adjust as show below: the license is =E2=80=98gpl2+= =E2=80=99 because headers carry the =E2=80=9Cor any later version=E2=80=9D wording. = The other changes are just purely cosmetic, for the sake of consistency. Thank you! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 4d7119a693..10ffa6f695 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1716,21 +1716,21 @@ Wayland.") (version "0.10.0") (source (origin (method url-fetch) - (uri (string-append "https://github.com/sigmike/" name + (uri (string-append "https://github.com/sigmike/autocutsel" "/releases/download/" version "/" - name "-" version ".tar.gz")) + "autocutsel-" version ".tar.gz")) (sha256 (base32 "0gsys2dzh4az51ndcsabhlbbrjn2nm75lnjr45kg6r8sm8q66dx2")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; no "check" target - (native-inputs `(("libx11" ,libx11) - ("libxaw" ,libxaw))) + (native-inputs `(("libx11" ,libx11) + ("libxaw" ,libxaw))) (home-page "https://www.nongnu.org/autocutsel/") (synopsis "Automated X11 clipboard and cutbuffer synchronization") (description "@code{autocutsel} tracks changes in the server's cutbuffer and clipboard selection. When the clipboard is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the clipboard selection. The cutbuffer and clipboard selection are always synchronized.") - (license license:gpl2))) + (license license:gpl2+))) --=-=-=-- From unknown Fri Jun 13 10:54:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Oct 2019 11:24:07 +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