~whereiseveryone/guixrus

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] gnu: remove upstreamed icewm

Details
Message ID
<20230212053452.4198-1-atai@atai.org>
DKIM signature
missing
Download raw message
Patch: +0 -56
* guixrus/packages/suckless.scm (icewm): Remove variable
---
 guixrus/packages/suckless.scm | 56 -----------------------------------
 1 file changed, 56 deletions(-)

diff --git a/guixrus/packages/suckless.scm b/guixrus/packages/suckless.scm
index fec9b95..48d5fe9 100644
--- a/guixrus/packages/suckless.scm
+++ b/guixrus/packages/suckless.scm
@@ -632,60 +632,4 @@ compression library.")
     (license license:expat)
     (properties `((maintainers . (,contributor:unmatched-paren)))))))

(define-public icewm
  (package
    (name "icewm")
    (version "3.3.0")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://github.com/ice-wm/icewm/releases/download/"
                    version "/icewm-" version ".tar.lz"))
              (sha256
               (base32
                "14vkv5r9rvwfj8gmdsrkkq7vxvk2j7z7wfybzc8ywj469yya5ppq"))))
    (build-system gnu-build-system)
    (native-inputs (list pkg-config))
    (inputs (list fontconfig
                  fribidi
                  imlib2
                  libice
                  libjpeg-turbo
                  libsm
                  libxcomposite
                  libxdamage
                  libxext
                  libxfixes
                  libxft
                  libxinerama
                  libxpm
                  libxrandr
                  libxrender
                  libx11
                  lzip
                  perl))
    (arguments
     `(#:phases (modify-phases %standard-phases
                  (add-after 'unpack 'skip-failing-test
                    ;; strtest.cc tests failing due to $HOME and /etc setup
                    ;; difference under guix
                    (lambda _
                      (substitute* "src/Makefile.in"
                        (("TESTS = strtest\\$\\(EXEEXT\\)")
                         "TESTS = ")) #t)))))
    (home-page "https://ice-wm.org/")
    (synopsis "Window manager for the X Window System")
    (description
     "IceWM is a window manager for the X Window System.  The goal of
IceWM is speed, simplicity, and not getting in the user’s way.  It comes with a
taskbar with pager, global and per-window keybindings and a dynamic menu system.
Application windows can be managed by keyboard and mouse.  Windows
can be iconified to the taskbar, to the tray, to the desktop or be made
hidden.  They are controllable by a quick switch window (Alt+Tab) and in a
window list.  A handful of configurable focus models are
menu-selectable.  Setups with multiple monitors are supported by RandR and
Xinerama.  IceWM is very configurable, themeable and well documented.  It
includes an optional external background wallpaper manager with transparency
support, a simple session manager and a system tray.")
    (license license:gpl2)))

-- 
2.39.1
Details
Message ID
<071d8ba594ff8ea14db92fb685727e4b1a5a28d3@disroot.org>
In-Reply-To
<20230212053452.4198-1-atai@atai.org> (view parent)
DKIM signature
missing
Download raw message
APPLIED, thanks!
Reply to thread Export thread (mbox)