guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Deprecate i3-gaps.


From: guix-commits
Subject: branch master updated: gnu: Deprecate i3-gaps.
Date: Sat, 28 Jan 2023 00:53:47 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3411d36ddd gnu: Deprecate i3-gaps.
3411d36ddd is described below

commit 3411d36ddd027ef83b304558b1d331210df9dd46
Author: Marcel van der Boom <marcel@van-der-boom.nl>
AuthorDate: Sat Jan 14 11:06:13 2023 +0100

    gnu: Deprecate i3-gaps.
    
    * gnu/packages/wm.scm (i3-gaps): Deprecated by i3-wm.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/wm.scm | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3deba066f5..2fd70af07f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -375,36 +375,7 @@ many programming languages.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]