From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 31 12:14:56 2021 Received: (at submit) by debbugs.gnu.org; 31 Mar 2021 16:14:56 +0000 Received: from localhost ([127.0.0.1]:55323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRdUe-0001DV-DI for submit@debbugs.gnu.org; Wed, 31 Mar 2021 12:14:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:45268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRdUb-0001DM-LU for submit@debbugs.gnu.org; Wed, 31 Mar 2021 12:14:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRdUb-00048P-D9 for guix-patches@gnu.org; Wed, 31 Mar 2021 12:14:53 -0400 Received: from [14.51.6.220] (port=52704 helo=localhost) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lRdUZ-00013E-C8 for guix-patches@gnu.org; Wed, 31 Mar 2021 12:14:53 -0400 Received: from lagunposprasihopre.org (DD-WRT [192.168.1.1]) by localhost (OpenSMTPD) with ESMTPSA id 7e032094 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 31 Mar 2021 16:14:44 +0000 (UTC) From: la snesne To: guix-patches@gnu.org Subject: [PATCH] gnu: Add wlogout. Date: Thu, 1 Apr 2021 01:12:15 +0900 Message-Id: <20210331161215.17099-1-lasnesne@lagunposprasihopre.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 14.51.6.220 (failed) Received-SPF: none client-ip=14.51.6.220; envelope-from=lasnesne@lagunposprasihopre.org; helo=localhost X-Spam_score_int: 27 X-Spam_score: 2.7 X-Spam_bar: ++ X-Spam_report: (2.7 / 5.0 requ) BAYES_00=-1.9, FSL_HELO_NON_FQDN_1=0.001, HELO_LOCALHOST=3.828, RDNS_NONE=0.793, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: la snesne 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/wm.scm (wlogout): New variable. --- gnu/packages/wm.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6105a98f14..d61d0a11b0 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -44,6 +44,7 @@ ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 Sharlatan Hellseher ;;; Copyright © 2021 qblade +;;; Copyright © 2021 lasnesne ;;; ;;; This file is part of GNU Guix. ;;; @@ -2451,3 +2452,39 @@ read and write, and compatible with JSON.") "Hikari is a stacking Wayland compositor with additional tiling capabilities. It is heavily inspired by the Calm Window manager(cwm).") (license license:bsd-2))) + +(define-public wlogout + (package + (name "wlogout") + (version "1.1.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ArtsyMacaw/wlogout") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1swhzkqkzli59c89pvrakfvicd00x7ga860c3x2pbb4y3xziqfvi")))) + (build-system meson-build-system) + (native-inputs + `(("pkg-config" ,pkg-config) + ("scdoc" ,scdoc))) + (inputs + `(("gtk-layer-shell" ,gtk-layer-shell) + ("gtk+" ,gtk+))) + (arguments + '(#:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-source-paths + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (substitute* "main.c" + (("/usr/share") (string-append out "/share")) + (("/etc") (string-append out "/etc")))) + #t))))) + (home-page "https://github.com/ArtsyMacaw/wlogout") + (synopsis "Logout menu for wayland") + (description "wlogout is a logout menu for wayland environments") + (license license:expat))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 16:50:48 2021 Received: (at 47524-done) by debbugs.gnu.org; 10 Apr 2021 20:50:48 +0000 Received: from localhost ([127.0.0.1]:53412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVKZ5-0002hy-S7 for submit@debbugs.gnu.org; Sat, 10 Apr 2021 16:50:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVKZ4-0002hh-3V for 47524-done@debbugs.gnu.org; Sat, 10 Apr 2021 16:50:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50787) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVKYy-0000v7-QO; Sat, 10 Apr 2021 16:50:40 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42148 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lVKYy-0002rp-Bb; Sat, 10 Apr 2021 16:50:40 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: la snesne Subject: Re: bug#47524: [PATCH] gnu: Add wlogout. References: <20210331161215.17099-1-lasnesne@lagunposprasihopre.org> Date: Sat, 10 Apr 2021 22:50:39 +0200 In-Reply-To: <20210331161215.17099-1-lasnesne@lagunposprasihopre.org> (la snesne's message of "Thu, 1 Apr 2021 01:12:15 +0900") Message-ID: <87fszx27a8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47524-done Cc: 47524-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: -1.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, la snesne skribis: > * gnu/packages/wm.scm (wlogout): New variable. Applied with the following cosmetic changes, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 2ad9b8a034..90896c2b89 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2485,6 +2485,6 @@ capabilities. It is heavily inspired by the Calm Window manager(cwm).") (("/etc") (string-append out "/etc")))) #t))))) (home-page "https://github.com/ArtsyMacaw/wlogout") - (synopsis "Logout menu for wayland") - (description "wlogout is a logout menu for wayland environments") + (synopsis "Logout menu for Wayland") + (description "wlogout is a logout menu for Wayland environments.") (license license:expat))) --=-=-=-- From unknown Tue Aug 19 23:13:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 May 2021 11:24:05 +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