unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Noodles! <nnoodle@chiru.no>
To: 35707@debbugs.gnu.org
Cc: Noodles! <nnoodle@chiru.no>
Subject: [bug#35707] [PATCH] gnu: Add lemonbar package
Date: Mon, 13 May 2019 04:57:21 +0000	[thread overview]
Message-ID: <20190513045721.12410-1-nnoodle@chiru.no> (raw)

---
 gnu/packages/wm.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 0a05ff4ae..6c727e36c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
 ;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2019 Noodles! <nnoodle@chiru.no>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1087,6 +1088,42 @@ customizable status bars for their desktop environment.  It has built-in
 functionality to display information about the most commonly used services.")
     (license license:expat)))
 
+(define-public lemonbar
+  (let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
+        (revision "1"))
+    (package
+     (name "lemonbar")
+     (version (git-version "1.3" revision commit))
+     (source (origin
+               (method git-fetch)
+               (uri (git-reference
+                     (url "https://github.com/LemonBoy/bar")
+                     (commit commit)))
+               (file-name (git-file-name name version))
+               (sha256
+                (base32
+                 "1wwqbph392iwz8skaqxb0xpklb1l6yganqz80g4x1fhrnz7idmlh"))))
+     (build-system gnu-build-system)
+     (arguments
+      '(#:tests? #f
+        #:make-flags (list "CC=gcc"
+                      (string-append "PREFIX=" %output))
+        #:phases
+        (modify-phases %standard-phases
+          (delete 'configure))))
+     (inputs
+      `(("libxcb" ,libxcb)))
+     (native-inputs
+      `(("perl" ,perl)))
+     (home-page "https://github.com/LemonBoy/bar")
+     (synopsis "Featherweight status bar")
+     (description
+      "@code{lemonbar} (formerly known as @code{bar}) is a lightweight
+bar entirely based on XCB.  Provides full UTF-8 support, basic
+formatting, RandR and Xinerama support and EWMH compliance without
+wasting your precious memory.")
+     (license license:x11))))
+
 (define-public wlroots
   (package
     (name "wlroots")
-- 
2.17.1

             reply	other threads:[~2019-05-13  5:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13  4:57 Noodles! [this message]
2019-06-25 20:59 ` [bug#35707] [PATCH] gnu: Add lemonbar package swedebugia
2019-12-10  5:51 ` bug#35707: " Brett Gilio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190513045721.12410-1-nnoodle@chiru.no \
    --to=nnoodle@chiru.no \
    --cc=35707@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).