From unknown Sat Aug 16 20:57:01 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#64633 <64633@debbugs.gnu.org> To: bug#64633 <64633@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add wdisplays. Reply-To: bug#64633 <64633@debbugs.gnu.org> Date: Sun, 17 Aug 2025 03:57:01 +0000 retitle 64633 [PATCH] gnu: Add wdisplays. reassign 64633 guix-patches submitter 64633 kiasoc5 severity 64633 normal tag 64633 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 14 22:19:14 2023 Received: (at submit) by debbugs.gnu.org; 15 Jul 2023 02:19:14 +0000 Received: from localhost ([127.0.0.1]:43720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKUsL-0006Th-Sp for submit@debbugs.gnu.org; Fri, 14 Jul 2023 22:19:14 -0400 Received: from lists.gnu.org ([2001:470:142::17]:41434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKUsJ-0006TU-CP for submit@debbugs.gnu.org; Fri, 14 Jul 2023 22:19:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qKUsD-0007IE-LT for guix-patches@gnu.org; Fri, 14 Jul 2023 22:19:05 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qKUsB-0006jZ-2d for guix-patches@gnu.org; Fri, 14 Jul 2023 22:19:05 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8DC0C415F6; Sat, 15 Jul 2023 04:18:59 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pu-5eTci-ts9; Sat, 15 Jul 2023 04:18:58 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1689387538; bh=9JwAx5Pf0YHaSgu5RTakoHV4ftxJ7f+Y87gMo0QXhko=; h=From:To:Cc:Subject:Date; b=THJPLDz7bczIu1lTyD/vUo88F0cUnJxPWSwatYlkoA7ZmygXqW+m9wJkME5ptp+a6 DEMUdkCd3Lg0cGKo3ybmZ5hQfFggmJrKv8yAp9xb4+8D8vBfnZa0Oz08vJUIj97GTl 2nhkJzbKUzEpIkB0fApcRd23uI70lXIIPDyaN9KgB9xor5xqOWM6tkwIG35QiOO77T OAhVsnRlO3G7m88b0NpgMODJ0VGhym7dds17yt+9KlSRx4baiTTrQB+vHOj0pFUCzL 9cqykDCLDLd/CxPvogjMs0INeZwXIJkKUGQ/fFMoFpqr13e1Ua/KhCzRhk0yfQGgXV VXqEWGi89trrA== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add wdisplays. Date: Fri, 14 Jul 2023 22:18:35 -0400 Message-ID: <4e8847021ede6d8eac1bcfb8bb64583d61346a80.1689387515.git.kiasoc5@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: kiasoc5 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: -0.1 (/) * gnu/packages/wm.scm (wdisplays): New variable. --- gnu/packages/wm.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index b9909de219..56a0b72236 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2022,6 +2022,28 @@ (define-public kanshi Wayland compositors supporting the wlr-output-management protocol.") (license license:expat))) ; MIT license +(define-public wdisplays + (package + (name "wdisplays") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/artizirk/wdisplays.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "06ydcmfdics2qqjb14p767xs8khd86nancdd9z8j11h2gpvwznvn")))) + (build-system meson-build-system) + (inputs (list gtk+ libepoxy wayland)) + (native-inputs (list `(,glib "bin") pkg-config)) + (home-page "https://github.com/artizirk/wdisplays") + (synopsis "Graphical application for configuring displays in Wayland compositors") + (description "wdisplays is a graphical application for configuring displays in +Wayland compositors that implements the wlr-output-management-unstable-v1 protocol.") + (license license:gpl3+))) + (define-public stumpwm (package (name "stumpwm") base-commit: 917a299831361f253ea664f009176b4bbe06900a -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 07:12:32 2023 Received: (at 64633-done) by debbugs.gnu.org; 20 Jul 2023 11:12:32 +0000 Received: from localhost ([127.0.0.1]:57806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMRaC-0002rS-0X for submit@debbugs.gnu.org; Thu, 20 Jul 2023 07:12:32 -0400 Received: from mail.envs.net ([5.199.136.28]:43828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMRa9-0002rH-A2 for 64633-done@debbugs.gnu.org; Thu, 20 Jul 2023 07:12:30 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id CA4D338A18D4; Thu, 20 Jul 2023 11:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1689851547; bh=0wGpSK36P3Qk3QyBfvxmnL886MojdjK2o7qEJK2zrak=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=FzMh+i6Lhs3TNtcrOj7DjM2UIl0Ez0KD0erZiDZSVIXMBZzWIVFSEI0WbmqxnRFdF Ff+HOeA9QcnEdbTyicXZRcoTT06ZdRTBNDsAthDN8QLTzOjBHVVE7jO6wX2EiGuQvs IEFoUaoCh/+NWLcQqAsbzLHEObbG6o4jfMI+6d7hiU8Jbfjnvj7bIwlkWjTYSl5XGS TX9D+ttwLvdTuwLv7iOIe7GLuX4F1upimsYAXOWA6VezevkLtfZPwc0Hg/IwzNwnnT 78mzpH55Vu/OA9YD3H3S9v1XtPBnQWtL7LjI8+pBcsQL5gs+Y8llXRv8qzjB19B1Dv ELzRRgBG+vnYE0IqYPCp8AWWqtQTlivsGR4kI0033fkZQtwFgLxcwa65shqMT0dHLP 1wO1Wl9hTnALpI4lXWDNGiYIPKRegtcDuoNe2e0VlIp5E41iAzq9lHhLK/+QdLltQv XVj11FQAt82VIAxi89OqlN8M2tKCSFyR6K9yXluGir0q/2u+KqawlQZzBu69HHggc0 Gh1JxlhzQsrI+5RM0U+d8qj5o+N7l8Pzu1znp5d6zEYPSbis3cwUH5zrw1BKzRjc+s wT1SwddyfHt3zeRfwst7SR/gssKLVnOR4J8QfB3wBD0wMjNRp0uPZANLrs+hRf42hK qLot9Fr9fl+1cWeN/EmDFVcY= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 65W8YBbiOybF; Thu, 20 Jul 2023 11:12:24 +0000 (UTC) Received: from localhost (unknown [117.174.235.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 20 Jul 2023 11:12:24 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 4cc82c2b; Thu, 20 Jul 2023 11:12:11 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: kiasoc5 Subject: Re: bug#64633: [PATCH] gnu: Add wdisplays. References: <4e8847021ede6d8eac1bcfb8bb64583d61346a80.1689387515.git.kiasoc5@disroot.org> Date: Thu, 20 Jul 2023 19:12:11 +0800 In-Reply-To: <4e8847021ede6d8eac1bcfb8bb64583d61346a80.1689387515.git.kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Fri, 14 Jul 2023 22:18:35 -0400") Message-ID: <87jzuuon04.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64633-done Cc: 64633-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.0 (-) Hello kiasoc5, this is a good patch and QA passed, so I applied it with synopsis and description adjusted: - (synopsis "Graphical application for configuring displays in Wayland compositors") - (description "wdisplays is a graphical application for configuring displays in -Wayland compositors that implements the wlr-output-management-unstable-v1 protocol.") + (synopsis "Configuring displays in Wayland compositors") + (description "@command{wdisplays} is a graphical application for +configuring displays in Wayland compositors that implements the Thank you! From unknown Sat Aug 16 20:57:01 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, 17 Aug 2023 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