From unknown Mon Aug 18 11:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60797] Update i3 and deprecate i3-gaps Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 13 Jan 2023 23:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60797 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 60797@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1673653181875 (code B ref -1); Fri, 13 Jan 2023 23:40:04 +0000 Received: (at submit) by debbugs.gnu.org; 13 Jan 2023 23:39:41 +0000 Received: from localhost ([127.0.0.1]:52712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGTe8-0000E3-LS for submit@debbugs.gnu.org; Fri, 13 Jan 2023 18:39:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:45052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGTe6-0000Ds-PK for submit@debbugs.gnu.org; Fri, 13 Jan 2023 18:39:39 -0500 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 1pGTe6-0001GJ-ET for guix-patches@gnu.org; Fri, 13 Jan 2023 18:39:38 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGTe3-0003Ic-2q for guix-patches@gnu.org; Fri, 13 Jan 2023 18:39:37 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id 67CE2401A7 for ; Sat, 14 Jan 2023 00:39:14 +0100 (CET) Date: Sat, 14 Jan 2023 00:39:11 +0100 From: Gabriel Wicki Message-ID: <20230113233911.tz7hoviergbndrnc@blackbox> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=129.132.2.15; envelope-from=gabriel@erlikon.ch; helo=chimborazo.ee.ethz.ch X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) Hello! i3-wm has been updated and i3-gaps has been merged into mainline i3. The following patch reflects these circumstances. Thanks for merging, g P.S. The diff is this giant because `guix style` wanted it to be. I'm not 100% sure if this is really appropriate. >From e596cbb4ce663efa3239f83edaba24e0e0da9e4f Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sat, 14 Jan 2023 00:00:18 +0100 Subject: [PATCH] gnu: i3: Update to 4.22 * gnu/packages/wm.scm (i3): Update to 4.22. (i3-gaps): Deprecate package. --- gnu/packages/wm.scm | 127 +++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 77 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a13467663e..6b97481a37 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -60,6 +60,7 @@ ;;; Copyright © 2022 Fredrik Salomonsson ;;; Copyright © 2022 ( ;;; Copyright © 2022 zamfofex +;;; Copyright © 2023 Gabriel Wicki ;;; ;;; This file is part of GNU Guix. ;;; @@ -309,58 +310,60 @@ (define-public i3status (define-public i3-wm (package (name "i3-wm") - (version "4.20.1") + (version "4.22") (source (origin (method url-fetch) - (uri (string-append "https://i3wm.org/downloads/i3-" - version ".tar.xz")) + (uri (string-append "https://i3wm.org/downloads/i3-" version + ".tar.xz")) (sha256 (base32 - "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93")))) + "0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8")))) (build-system meson-build-system) (arguments - `(;; The test suite requires the unpackaged Xephyr X server. - #:tests? #f - #:phases - (modify-phases %standard-phases - (add-after 'install 'patch-session-file - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (i3 (string-append out "/bin/i3")) - (i3-with-shmlog (string-append out "/bin/i3-with-shmlog"))) - (substitute* (string-append out "/share/xsessions/i3.desktop") - (("Exec=i3") (string-append "Exec=" i3))) - (substitute* (string-append out "/share/xsessions/i3-with-shmlog.desktop") - (("Exec=i3-with-shmlog") (string-append "Exec=" i3-with-shmlog))) - #t)))))) - (inputs - (list libxcb - xcb-util - xcb-util-cursor - xcb-util-keysyms - xcb-util-wm - xcb-util-xrm - libxkbcommon - libev - yajl - xmlto - perl-pod-simple - libx11 - pcre - startup-notification - pango - cairo)) - (native-inputs - (list which - perl - pkg-config - asciidoc - ;; For building the documentation. - libxml2 - docbook-xsl)) + `( ;The test suite requires the unpackaged Xephyr X server. + #:tests? #f + #:phases (modify-phases %standard-phases + (add-after 'install 'patch-session-file + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (i3 (string-append out "/bin/i3")) + (i3-with-shmlog (string-append out + "/bin/i3-with-shmlog"))) + (substitute* (string-append out + "/share/xsessions/i3.desktop") + (("Exec=i3") + (string-append "Exec=" i3))) + (substitute* (string-append out + "/share/xsessions/i3-with-shmlog.desktop") + (("Exec=i3-with-shmlog") + (string-append "Exec=" i3-with-shmlog))) #t)))))) + (inputs (list libxcb + xcb-util + xcb-util-cursor + xcb-util-keysyms + xcb-util-wm + xcb-util-xrm + libxkbcommon + libev + yajl + xmlto + perl-pod-simple + libx11 + pcre2 + startup-notification + pango + cairo)) + (native-inputs (list which + perl + pkg-config + asciidoc + ;; For building the documentation. + libxml2 + docbook-xsl)) (home-page "https://i3wm.org/") (synopsis "Tiling window manager") - (description "i3 is a tiling X11 window manager that dynamically manages + (description + "i3 is a tiling X11 window manager that dynamically manages tiled, stacked, and tabbed window layouts. i3 primarily targets advanced users. Windows are managed manually and organised @@ -369,42 +372,12 @@ (define-public i3-wm i3 uses a plain-text configuration file, and can be extended and controlled from many programming languages.") - (properties - `((upstream-name . "i3") - (release-monitoring-url . "https://i3wm.org/downloads"))) + (properties `((upstream-name . "i3") + (release-monitoring-url . "https://i3wm.org/downloads"))) (license license:bsd-3))) (define-public i3-gaps - (package - (inherit i3-wm) - (name "i3-gaps") - (version "4.20.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Airblader/i3") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0g0qmv2gpv9qbhj9h5f4c4vfs6ndzq2rblgx9md85iharwp5sbb9")))) - (home-page "https://github.com/Airblader/i3") - (synopsis "Tiling window manager with gaps") - (description - "i3-gaps is a fork of i3wm, a tiling window manager -for X11. It is kept up to date with upstream, adding a few additional -features such as gaps between windows. - -i3 is a tiling X11 window manager that dynamically manages tiled, stacked, -and tabbed window layouts. - -i3 primarily targets advanced users. Windows are managed manually and -organised inside containers, which can be split vertically or horizontally, -and optionally resized. - -i3 uses a plain-text configuration file, and can be extended and controlled -from many programming languages.") - (license license:bsd-3))) + (deprecated-package "i3-gaps" i3-wm)) (define-public i3lock (package -- 2.38.1 From unknown Mon Aug 18 11:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60797] Update i3 and deprecate i3-gaps References: <20230113233911.tz7hoviergbndrnc@blackbox> In-Reply-To: <20230113233911.tz7hoviergbndrnc@blackbox> Resent-From: Marcel van der Boom Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 14 Jan 2023 10:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60797 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 60797@debbugs.gnu.org Received: via spool by 60797-submit@debbugs.gnu.org id=B60797.167369083625224 (code B ref 60797); Sat, 14 Jan 2023 10:08:02 +0000 Received: (at 60797) by debbugs.gnu.org; 14 Jan 2023 10:07:16 +0000 Received: from localhost ([127.0.0.1]:53411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGdRT-0006Ym-OG for submit@debbugs.gnu.org; Sat, 14 Jan 2023 05:07:15 -0500 Received: from read.hsdev.com ([209.250.245.235]:44810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGdRR-0006YT-Bv for 60797@debbugs.gnu.org; Sat, 14 Jan 2023 05:07:14 -0500 Received: from hsdev.com (hawking.hsdev.com [213.125.12.142]) by read.hsdev.com (Postfix) with ESMTPA id 1D99F21396 for <60797@debbugs.gnu.org>; Sat, 14 Jan 2023 11:07:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=van-der-boom.nl; s=202103; t=1673690827; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Mql/pOjceOTSH0lWEvPMK0M9aPzh9pXej5F56o5wwlk=; b=xNVZJdenKhRRBfZ5y6RIXI8lxvLjN/jc0fwgV9A8+emzXfB0Q5MFsETAAh0cw5911/ay66 4Lh8WeTrsJd5NmidfiAwwvNQbq9emXPYkRjhn02+baL02FZ3n8tzVRfx+Ylg4mkC1VPOv/ 0iKl7dKrf7u+js0LKWrYElhaf2IoTzI= Received: from changeme.hsdev.com (localhost [127.0.0.1]) by hsdev.com (Postfix) with ESMTP id 8263836A03FB for <60797@debbugs.gnu.org>; Sat, 14 Jan 2023 11:07:06 +0100 (CET) User-agent: mu4e 1.9.12; emacs 30.0.50 From: Marcel van der Boom Date: Sat, 14 Jan 2023 11:06:13 +0100 Message-ID: <87o7r14egl.fsf@van-der-boom.nl> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: 0.00 X-Spam-Score: 0.0 (/) 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 (-) See also: https://issues.guix.gnu.org/60755 From unknown Mon Aug 18 11:26:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Gabriel Wicki Subject: bug#60797: closed (Re: bug#60797: Update i3 and deprecate i3-gaps) Message-ID: References: <87o7qjqk3u.fsf@envs.net> <20230113233911.tz7hoviergbndrnc@blackbox> X-Gnu-PR-Message: they-closed 60797 X-Gnu-PR-Package: guix-patches Reply-To: 60797@debbugs.gnu.org Date: Sat, 28 Jan 2023 05:55:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1674885302-17556-1" This is a multi-part message in MIME format... ------------=_1674885302-17556-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60797: Update i3 and deprecate i3-gaps which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 60797@debbugs.gnu.org. --=20 60797: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60797 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1674885302-17556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 60797-done) by debbugs.gnu.org; 28 Jan 2023 05:54:59 +0000 Received: from localhost ([127.0.0.1]:39343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLeB0-0004Yq-WD for submit@debbugs.gnu.org; Sat, 28 Jan 2023 00:54:59 -0500 Received: from mail.envs.net ([5.199.136.28]:40184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLeAz-0004Yf-0y for 60797-done@debbugs.gnu.org; Sat, 28 Jan 2023 00:54:57 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 006B838A0123; Sat, 28 Jan 2023 05:54:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1674885296; bh=5yuAiCczi8h9LeHZYkgTmDxM5gV/iNoTzix04Kw6UMY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=oEEZSakEra5ehz4otS2jqkYEhkPAxWsr7GSERFvcUdESRbi+vF39Qcru7Y8IJ4+xl Aiuyl1iA8wSvPVx287J2bZ44GTf/yasWwsa3jHdYjBFHnFzT7EU3xQd/mVXhTw9uAD 869qfgyX2OcxUiPlPfAH2sWVROc+UZTGXoNpSSr6U4AEuQWozlLQIyhIt13bhGTC2e vbz0ZgmSinU6H/1jGaIEZOfPqEUSSLFM/bwFMzORYr/gHr7pZhP3pdQnJkoWjarVGP mA9wluvuPFKh5R5MdPcMENA6+eCFi5pGeYyaIrU9lDqLVkJdP6CmyXRYPjwZ2wp6fM jlXswY7QpzneMsCGgeAwctfKXHpKhl1rv/YudI6yLGxNAhUcFfUDVBlxA7aLX3hcEN CE2h2qK04iaG79iNHxZdjypBKlAKUeef7oafVa9CZWbIuQPXocx0aMQczi6UaqkPlg tOgaB/1SG9/nMItZKB+ZK5nXoW9JKf2SOw1LmGFly/yM5lmiAjlcTP7LSpuo5iezKP Erp/HzRcdNb93U5iJQCFEoEl3VFAqIJoZ29AkRO7ioqlT1z/dPiT2miT55raR2cOTy ExnsYDxHYqK/I+RQoG+2/S7kN+ZeW+WLzsGqU1/aBy7zR7HJvjO7oM1Ow3qMtQS2Cf D1+yuOccNDSsjSoOntgcRj0Q= 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 cLt1kdi94mJB; Sat, 28 Jan 2023 05:54:53 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Sat, 28 Jan 2023 05:54:52 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 96890374; Sat, 28 Jan 2023 05:55:01 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Gabriel Wicki Subject: Re: bug#60797: Update i3 and deprecate i3-gaps References: <20230113233911.tz7hoviergbndrnc@blackbox> Date: Sat, 28 Jan 2023 13:55:01 +0800 In-Reply-To: <20230113233911.tz7hoviergbndrnc@blackbox> (Gabriel Wicki's message of "Sat, 14 Jan 2023 00:39:11 +0100") Message-ID: <87o7qjqk3u.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: 60797-done Cc: 60797-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 (-) Gabriel Wicki writes: > Hello! > > i3-wm has been updated and i3-gaps has been merged into mainline i3. > The following patch reflects these circumstances. Thanks for merging, Hello, I merged the simple i3 update patch and deprecated i3-gaps in this patch. Thank you! ------------=_1674885302-17556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Jan 2023 23:39:41 +0000 Received: from localhost ([127.0.0.1]:52712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGTe8-0000E3-LS for submit@debbugs.gnu.org; Fri, 13 Jan 2023 18:39:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:45052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pGTe6-0000Ds-PK for submit@debbugs.gnu.org; Fri, 13 Jan 2023 18:39:39 -0500 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 1pGTe6-0001GJ-ET for guix-patches@gnu.org; Fri, 13 Jan 2023 18:39:38 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGTe3-0003Ic-2q for guix-patches@gnu.org; Fri, 13 Jan 2023 18:39:37 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id 67CE2401A7 for ; Sat, 14 Jan 2023 00:39:14 +0100 (CET) Date: Sat, 14 Jan 2023 00:39:11 +0100 From: Gabriel Wicki To: guix-patches@gnu.org Subject: Update i3 and deprecate i3-gaps Message-ID: <20230113233911.tz7hoviergbndrnc@blackbox> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=129.132.2.15; envelope-from=gabriel@erlikon.ch; helo=chimborazo.ee.ethz.ch X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) Hello! i3-wm has been updated and i3-gaps has been merged into mainline i3. The following patch reflects these circumstances. Thanks for merging, g P.S. The diff is this giant because `guix style` wanted it to be. I'm not 100% sure if this is really appropriate. >From e596cbb4ce663efa3239f83edaba24e0e0da9e4f Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sat, 14 Jan 2023 00:00:18 +0100 Subject: [PATCH] gnu: i3: Update to 4.22 * gnu/packages/wm.scm (i3): Update to 4.22. (i3-gaps): Deprecate package. --- gnu/packages/wm.scm | 127 +++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 77 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a13467663e..6b97481a37 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -60,6 +60,7 @@ ;;; Copyright © 2022 Fredrik Salomonsson ;;; Copyright © 2022 ( ;;; Copyright © 2022 zamfofex +;;; Copyright © 2023 Gabriel Wicki ;;; ;;; This file is part of GNU Guix. ;;; @@ -309,58 +310,60 @@ (define-public i3status (define-public i3-wm (package (name "i3-wm") - (version "4.20.1") + (version "4.22") (source (origin (method url-fetch) - (uri (string-append "https://i3wm.org/downloads/i3-" - version ".tar.xz")) + (uri (string-append "https://i3wm.org/downloads/i3-" version + ".tar.xz")) (sha256 (base32 - "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93")))) + "0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8")))) (build-system meson-build-system) (arguments - `(;; The test suite requires the unpackaged Xephyr X server. - #:tests? #f - #:phases - (modify-phases %standard-phases - (add-after 'install 'patch-session-file - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (i3 (string-append out "/bin/i3")) - (i3-with-shmlog (string-append out "/bin/i3-with-shmlog"))) - (substitute* (string-append out "/share/xsessions/i3.desktop") - (("Exec=i3") (string-append "Exec=" i3))) - (substitute* (string-append out "/share/xsessions/i3-with-shmlog.desktop") - (("Exec=i3-with-shmlog") (string-append "Exec=" i3-with-shmlog))) - #t)))))) - (inputs - (list libxcb - xcb-util - xcb-util-cursor - xcb-util-keysyms - xcb-util-wm - xcb-util-xrm - libxkbcommon - libev - yajl - xmlto - perl-pod-simple - libx11 - pcre - startup-notification - pango - cairo)) - (native-inputs - (list which - perl - pkg-config - asciidoc - ;; For building the documentation. - libxml2 - docbook-xsl)) + `( ;The test suite requires the unpackaged Xephyr X server. + #:tests? #f + #:phases (modify-phases %standard-phases + (add-after 'install 'patch-session-file + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (i3 (string-append out "/bin/i3")) + (i3-with-shmlog (string-append out + "/bin/i3-with-shmlog"))) + (substitute* (string-append out + "/share/xsessions/i3.desktop") + (("Exec=i3") + (string-append "Exec=" i3))) + (substitute* (string-append out + "/share/xsessions/i3-with-shmlog.desktop") + (("Exec=i3-with-shmlog") + (string-append "Exec=" i3-with-shmlog))) #t)))))) + (inputs (list libxcb + xcb-util + xcb-util-cursor + xcb-util-keysyms + xcb-util-wm + xcb-util-xrm + libxkbcommon + libev + yajl + xmlto + perl-pod-simple + libx11 + pcre2 + startup-notification + pango + cairo)) + (native-inputs (list which + perl + pkg-config + asciidoc + ;; For building the documentation. + libxml2 + docbook-xsl)) (home-page "https://i3wm.org/") (synopsis "Tiling window manager") - (description "i3 is a tiling X11 window manager that dynamically manages + (description + "i3 is a tiling X11 window manager that dynamically manages tiled, stacked, and tabbed window layouts. i3 primarily targets advanced users. Windows are managed manually and organised @@ -369,42 +372,12 @@ (define-public i3-wm i3 uses a plain-text configuration file, and can be extended and controlled from many programming languages.") - (properties - `((upstream-name . "i3") - (release-monitoring-url . "https://i3wm.org/downloads"))) + (properties `((upstream-name . "i3") + (release-monitoring-url . "https://i3wm.org/downloads"))) (license license:bsd-3))) (define-public i3-gaps - (package - (inherit i3-wm) - (name "i3-gaps") - (version "4.20.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Airblader/i3") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0g0qmv2gpv9qbhj9h5f4c4vfs6ndzq2rblgx9md85iharwp5sbb9")))) - (home-page "https://github.com/Airblader/i3") - (synopsis "Tiling window manager with gaps") - (description - "i3-gaps is a fork of i3wm, a tiling window manager -for X11. It is kept up to date with upstream, adding a few additional -features such as gaps between windows. - -i3 is a tiling X11 window manager that dynamically manages tiled, stacked, -and tabbed window layouts. - -i3 primarily targets advanced users. Windows are managed manually and -organised inside containers, which can be split vertically or horizontally, -and optionally resized. - -i3 uses a plain-text configuration file, and can be extended and controlled -from many programming languages.") - (license license:bsd-3))) + (deprecated-package "i3-gaps" i3-wm)) (define-public i3lock (package -- 2.38.1 ------------=_1674885302-17556-1--