From patchwork Fri Sep 20 20:45:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 15419 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0B49C173F9; Fri, 20 Sep 2019 21:46:24 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id B41BE173A2 for ; Fri, 20 Sep 2019 21:46:23 +0100 (BST) Received: from localhost ([::1]:35380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBPnL-0005W4-52 for patchwork@mira.cbaines.net; Fri, 20 Sep 2019 16:46:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45822) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBPn1-0005VZ-HW for guix-patches@gnu.org; Fri, 20 Sep 2019 16:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBPn0-00077I-ED for guix-patches@gnu.org; Fri, 20 Sep 2019 16:46:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49807) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBPn0-00076p-Ax for guix-patches@gnu.org; Fri, 20 Sep 2019 16:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iBPn0-0008Cg-4r for guix-patches@gnu.org; Fri, 20 Sep 2019 16:46:02 -0400 Subject: bug#37429: [PATCH] gnu: Add autocutsel. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 Sep 2019 20:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 37429 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Wiktor =?utf-8?q?=C5=BBelazny?= Mail-Followup-To: 37429@debbugs.gnu.org, ludo@gnu.org, wz@freeshell.de Received: via spool by 37429-done@debbugs.gnu.org id=D37429.156901233531470 (code D ref 37429); Fri, 20 Sep 2019 20:46:01 +0000 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: Ludovic =?utf-8?q?Court=C3=A8s?= 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 37429-done@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Wiktor, Wiktor Żelazny skribis: > From: Wiktor Żelazny > > * gnu/packages/xdisorg.scm (autocutsel): New variable. I took the liberty to adjust as show below: the license is ‘gpl2+’ because headers carry the “or any later version” wording. The other changes are just purely cosmetic, for the sake of consistency. Thank you! Ludo’. 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+)))