From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fK8hx-0006Ud-0X for guix-patches@gnu.org; Sat, 19 May 2018 16:44:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fK8hw-00068j-3t for guix-patches@gnu.org; Sat, 19 May 2018 16:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33481) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fK8hw-00068Z-01 for guix-patches@gnu.org; Sat, 19 May 2018 16:44:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fK8hv-0000vI-Oc for guix-patches@gnu.org; Sat, 19 May 2018 16:44:03 -0400 Subject: bug#31491: [PATCH] gnu: xss-lock: New variable. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180518131528.31128-1-ambrevar@gmail.com> Date: Sat, 19 May 2018 22:43:00 +0200 In-Reply-To: <20180518131528.31128-1-ambrevar@gmail.com> (Pierre Neidhardt's message of "Fri, 18 May 2018 15:15:28 +0200") Message-ID: <87sh6nnzqj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 31491-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Pierre Neidhardt skribis: > * gnu/packages/xdisorg.scm (xss-lock): New variable. Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 4f6059aa5..f42691b75 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -22,6 +22,7 @@ ;;; Copyright =C2=A9 2017 Marek Benc ;;; Copyright =C2=A9 2017 Mike Gerwitz ;;; Copyright =C2=A9 2018 Thomas Sigurdsen +;;; Copyright =C2=A9 2018 Pierre Neidhardt ;;; ;;; This file is part of GNU Guix. ;;; @@ -1473,4 +1474,4 @@ with @code{xset s TIMEOUT}). The notifier command, i= f specified, is executed first. Additionally, xss-lock uses the inhibition logic to lock the screen before the system goes to sleep.") (home-page "https://bitbucket.org/raymonad/xss-lock") - (license license:bsd-style)))) + (license license:expat)))) --=-=-=--