GNU bug report logs - #75842
Adding sfwbar package

Previous Next

Package: guix-patches;

Reported by: Josep Bigorra <jjbigorra <at> gmail.com>

Date: Sat, 25 Jan 2025 21:34:02 UTC

Severity: normal

Full log


Message #8 received at 75842 <at> debbugs.gnu.org (full text, mbox):

From: Josep Bigorra <jjbigorra <at> gmail.com>
To: 75842 <at> debbugs.gnu.org
Subject: New error message, now something with ninja?
Date: Sat, 25 Jan 2025 23:43:52 +0100
Got a bit further now, but now i get error with ninja?

```

(define-public swfbar
  (package
    (name "sfwbar")
    (version "v1.0_beta16")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/LBCrion/sfwbar.git")
             (commit "v1.0_beta16")))
       (sha256
        (base32 "1jgd33fn5x213dg4fry35qg16yqg3c71a2psfwl6fsz5fp1iphcc"))))
    (inputs (list pkg-config (specification->package "gtk+@3.24.41")
json-c gtk-layer-shell))
    (build-system meson-build-system)
    (arguments
     (list
      #:glib-or-gtk? #t
      #:configure-flags
      #~(list (string-append #$output "/lib"))))
    (synopsis "Flexible Wayland taskbar focused on stacking layout
compositors.")
    (description
     "SFWBar (S* Floating Window Bar) is a flexible taskbar
application for Wayland compositors, designed with a stacking layout
in mind. Originally developed for Sway, SFWBar will work with any
Wayland compositor supporting layer shell protocol, the taskbar and
window switcher functionality shall work with any compositor
supporting foreign top-level protocol, but the pager, and window
placement functionality require sway (or at least i3 IPC support).")
    (home-page "https://github.com/LBCrion/sfwbar")
    (license license:gpl3+)))

```




This bug report was last modified 136 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.