GNU bug report logs - #35707
[PATCH] gnu: Add lemonbar package

Previous Next

Package: guix-patches;

Reported by: Noodles! <nnoodle <at> chiru.no>

Date: Mon, 13 May 2019 05:28:02 UTC

Severity: normal

Tags: patch

Done: Brett Gilio <brettg <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


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

From: swedebugia <swedebugia <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: Re: [bug#35707] [PATCH] gnu: Add lemonbar package
Date: Tue, 25 Jun 2019 22:59:53 +0200
On 2019-05-13 06:57, Noodles! wrote:
> +(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))))

It did not apply because of patch age.

I applied it manually. LGTM!

Thanks.

-- 
Cheers Swedebugia




This bug report was last modified 5 years and 161 days ago.

Previous Next


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