unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Dvorsak <eric@dvorsak.fr>
To: guix-devel@gnu.org
Subject: [PATCH 7/7] gnu: Add i3status.
Date: Mon, 17 Aug 2015 05:05:37 +0200	[thread overview]
Message-ID: <1439780737-14209-7-git-send-email-eric@dvorsak.fr> (raw)
In-Reply-To: <1439780737-14209-1-git-send-email-eric@dvorsak.fr>

* gnu/packages/i3.scm (i3status): New variable.
---
 gnu/packages/i3.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/i3.scm b/gnu/packages/i3.scm
index 725fdb6..a9a5640 100644
--- a/gnu/packages/i3.scm
+++ b/gnu/packages/i3.scm
@@ -61,6 +61,44 @@ functions and nested include statements).  It makes it very easy to
 add configuration file capability to a program using a simple API. ")
     (license isc)))
 
+(define-public i3status
+  (package
+    (name "i3status")
+    (version "2.9")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://i3wm.org/i3status/i3status-"
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "1qwxbrga2fi5wf742hh9ajwa8b2kpzkjjnhjlz4wlpv21i80kss2"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure))
+       #:tests? #f)) ; no test suite
+    (inputs
+     `(("openlibm" ,openlibm)
+       ("libconfuse" ,libconfuse)
+       ("libyajl" ,libyajl)
+       ("alsa-lib" ,alsa-lib)
+       ("wireless-tools" ,wireless-tools)
+       ("libcap" ,libcap)
+       ("asciidoc" ,asciidoc)))
+    (home-page "http://i3wm.org/i3status/")
+    (synopsis "Generating a status bar for i3bar, dzen2, xmobar or
+similar programs")
+    (description "i3status is a small program for generating a status
+bar for i3bar, dzen2, xmobar or similar programs.  It is designed to
+be very efficient by issuing a very small number of system calls, as
+one generally wants to update such a status line every second. This
+ensures that even under high load, your status bar is updated
+correctly.  Also, it saves a bit of energy by not hogging your CPU as
+much as spawning the corresponding amount of shell commands would.")
+    (license bsd-3)))
+
 (define-public i3-wm
   (package
     (name "i3-wm")
-- 
2.4.3

  parent reply	other threads:[~2015-08-17  3:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  3:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17  3:05 ` [PATCH 2/7] gnu: Add libyajl Eric Dvorsak
2015-08-17  3:05 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-17  3:05 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-16 23:44   ` Eric Bavier
2015-08-18  0:19   ` Mark H Weaver
2015-08-18 16:16     ` Eric Dvorsak
2015-08-17  3:05 ` [PATCH 5/7] gnu: Add i3-wm Eric Dvorsak
2015-08-16 23:48   ` Eric Bavier
2015-08-17  3:05 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-16 23:53   ` Eric Bavier
2015-08-17  3:05 ` Eric Dvorsak [this message]
2015-08-23 16:49   ` [PATCH 7/7] gnu: Add i3status Eric Bavier
  -- strict thread matches above, loose matches on Subject: below --
2015-08-17 20:06 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17 20:06 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak
2015-08-17  2:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17  2:06 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak

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=1439780737-14209-7-git-send-email-eric@dvorsak.fr \
    --to=eric@dvorsak.fr \
    --cc=guix-devel@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).