unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: Eric Dvorsak <eric@dvorsak.fr>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 6/7] gnu: Add libconfuse.
Date: Sun, 23 Aug 2015 11:46:52 -0500	[thread overview]
Message-ID: <20150823114652.0a7d6924@openmailbox.org> (raw)
In-Reply-To: <1439841966-12052-6-git-send-email-eric@dvorsak.fr>

On Mon, 17 Aug 2015 22:06:05 +0200
Eric Dvorsak <eric@dvorsak.fr> wrote:

> * gnu/packages/i3.scm (libconfuse): New variable.
> ---
>  gnu/packages/i3.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/gnu/packages/i3.scm b/gnu/packages/i3.scm
> index 89837db..3daaa9b 100644
> --- a/gnu/packages/i3.scm
> +++ b/gnu/packages/i3.scm
> @@ -39,6 +39,27 @@
>    #:use-module (guix download)
>    #:use-module (guix git-download))
>  
> +(define-public libconfuse
> +  (package
> +    (name "libconfuse")
> +    (version "2.7")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://savannah.nongnu.org/download/confuse/"
> +                                  "confuse-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0y47r2ashz44wvnxdb18ivpmj8nxhw3y9bf7v9w0g5byhgyp89g3"))))
> +    (build-system gnu-build-system)
> +    (home-page "http://www.nongnu.org/confuse/")
> +    (synopsis "Configuration file parser library")
> +    (description "A configuration file parser library.  It supports
> +sections and (lists of) values (strings, integers, floats, booleans or
> +other sections), as well as some other features (such as
> +single/double-quoted strings, environment variable expansion,
> +functions and nested include statements).")
> +    (license isc)))
> +
>  (define-public i3-wm
>    (package
>      (name "i3-wm")

This is pushed with a small change to the description: "libconfuse is a
configuration file parser library..."

Thanks,
`~Eric

  reply	other threads:[~2015-08-23 21:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17 20:06 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17 20:06 ` [PATCH 2/7] gnu: Add libyajl Eric Dvorsak
2015-08-18  9:34   ` Ricardo Wurmus
2015-08-23 16:38   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-23 16:42   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-23 16:43   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 5/7] gnu: Add i3-wm Eric Dvorsak
2015-08-23 16:45   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-23 16:46   ` Eric Bavier [this message]
2015-08-17 20:06 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak
2015-08-23 16:37 ` [PATCH 1/7] gnu: Add Pod-Simple Eric Bavier
  -- strict thread matches above, loose matches on Subject: below --
2015-08-17  3:05 Eric Dvorsak
2015-08-17  3:05 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-16 23:53   ` Eric Bavier
2015-08-17  2:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17  2:06 ` [PATCH 6/7] gnu: Add libconfuse 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=20150823114652.0a7d6924@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=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).