unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [WIP 7/8] gnu: Add gfbgraph.
Date: Sat, 16 Apr 2016 12:32:58 +0300	[thread overview]
Message-ID: <87h9f1j3ud.fsf@gmail.com> (raw)
In-Reply-To: <3040ba094f18bf9a8de46aae22d978a80c3a970e.1460775480.git.leo@famulari.name> (Leo Famulari's message of "Fri, 15 Apr 2016 23:02:28 -0400")

Leo Famulari (2016-04-16 06:02 +0300) wrote:

> * gnu/packages/gnome.scm (gfbgraph): New variable.
> ---
>  gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index c213da0..fa21a38 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -5039,3 +5039,36 @@ create metacontacts.  It's written in Vala, which generates C code when
>  compiled.")
>      (home-page "https://wiki.gnome.org/Projects/Folks")
>      (license license:lgpl2.1+)))
> +
> +(define-public gfbgraph
> +  (package
> +    (name "gfbgraph")
> +    (version "0.2.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "mirror://gnome/sources/" name "/"
> +                    (version-major+minor version) "/"
> +                    name "-" version ".tar.xz"))
> +              (sha256
> +               (base32
> +                "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs" ; 0.2.3
                                                                          ^^^^^^^
Leftover?

> +                ))))
> +    (build-system glib-or-gtk-build-system)
> +    (arguments
> +     `(#:tests? #f ; http://www.linuxfromscratch.org/blfs/view/stable-systemd/gnome/gfbgraph.html
> +       #:configure-flags '("--disable-gtk-doc" ; --enable-gtk-doc fails even with gtk-doc as native-input
> +                           "--disable-static"
> +                           "--enable-introspection")))
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config) ; necessary?

Did you check if it's necessary? :-)

> +       ("gobject-introspection" ,gobject-introspection)))
> +    (inputs
> +     `(("json-glib" ,json-glib)
> +       ("gnome-online-accounts" ,gnome-online-accounts)
> +       ("rest" ,rest)))
> +    (synopsis "GLib/GObject wrapper for the Facebook API")
> +    (description "This library allows you to use the Facebook API from
> +GLib/GObject code.")
> +    (home-page "https://wiki.gnome.org/Projects/GFBGraph")
> +    (license license:lgpl2.1+)))

-- 
Alex

  reply	other threads:[~2016-04-16  9:33 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-16  3:02 [WIP 0/8] GNOME Maps Leo Famulari
2016-04-16  3:02 ` [WIP 1/8] gnu: telepathy-glib: Enable vala bindings Leo Famulari
2016-05-02  8:30   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 2/8] gnu: evolution-data-server: Build Vala bindings Leo Famulari
2016-05-02  8:29   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 3/8] gnu: Add folks Leo Famulari
2016-05-02  8:26   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 4/8] gnu: vala: Build Vala API (.vapi) generator Leo Famulari
2016-05-02  8:27   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 5/8] gnu: libchamplain: Update to 0.12.13 Leo Famulari
2016-05-02  8:28   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 6/8] gnu: libchamplain: Build Vala bindings Leo Famulari
2016-05-02  8:29   ` Ludovic Courtès
2016-04-16  3:02 ` [WIP 7/8] gnu: Add gfbgraph Leo Famulari
2016-04-16  9:32   ` Alex Kost [this message]
2016-04-16  9:37     ` Alex Kost
2016-04-16 16:08       ` Leo Famulari
2016-04-16  3:02 ` [WIP 8/8] gnu: Add gnome-maps Leo Famulari
2016-05-02  8:37 ` [WIP 0/8] GNOME Maps Ludovic Courtès
2016-05-02 19:02   ` Leo Famulari
2016-05-03 11:39     ` Ludovic Courtès
2016-06-14  7:22   ` Leo Famulari
2016-06-14 12:17     ` Ludovic Courtès
2016-06-14 14:21       ` Leo Famulari
2016-06-14 20:21       ` Leo Famulari
2016-06-15 12:25         ` Ludovic Courtès
2016-06-15 17:20           ` Leo Famulari
2016-06-16 10:07             ` Andy Wingo

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=87h9f1j3ud.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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).