all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [WIP 1/8] gnu: telepathy-glib: Enable vala bindings.
Date: Fri, 15 Apr 2016 23:02:22 -0400	[thread overview]
Message-ID: <a27f77347e755287d9eeabd722d0f4811bc8f25c.1460775480.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1460775480.git.leo@famulari.name>
In-Reply-To: <cover.1460775480.git.leo@famulari.name>

* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add --enable-vala-bindings
to #:configure-flags.
[native-inputs]: Add vala.
---
 gnu/packages/glib.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e7e9df8..96b847e 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -33,6 +33,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages gettext)
+  #:use-module (gnu packages gnome)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages libffi)
   #:use-module (gnu packages perl)
@@ -579,11 +580,14 @@ useful for C++.")
             (base32
              "0z261fwrszxb28ccg3hsg9rizig4s84zvwmx6y31a4pyv7bvs5w3")))))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--enable-vala-bindings")))
     (native-inputs
      `(("glib" ,glib "bin") ; uses glib-mkenums
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("python" ,python-2)
+       ("vala" ,vala)
        ("xsltproc" ,libxslt)))
     (propagated-inputs
      ;; There are all in the Requires.private field of telepathy-glib.pc.
-- 
2.7.3

  reply	other threads:[~2016-04-16  3:02 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 ` Leo Famulari [this message]
2016-05-02  8:30   ` [WIP 1/8] gnu: telepathy-glib: Enable vala bindings 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
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

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

  git send-email \
    --in-reply-to=a27f77347e755287d9eeabd722d0f4811bc8f25c.1460775480.git.leo@famulari.name \
    --to=leo@famulari.name \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.