unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: L  p R n  d n    <guix@lprndn.info>
To: 37271@debbugs.gnu.org
Subject: [bug#37271] [PATCHES] libxfce4util: Add vala and gi support.
Date: Mon, 02 Sep 2019 16:02:56 +0200	[thread overview]
Message-ID: <87k1aqdcdr.fsf@lprndn.info> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0003-gnu-libxfce4util-Add-gobject-introspection-support.patch --]
[-- Type: text/x-patch, Size: 857 bytes --]

From 6db4063b2497dcb5366bc43fbdb0e65a67b1d803 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 21:34:09 +0200
Subject: [PATCH 03/19] gnu: libxfce4util: Add gobject-introspection support.

* gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs.
---
 gnu/packages/xfce.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index df894b5c9a..aa7a99e95b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -99,6 +99,7 @@
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)))
     (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
     (home-page "https://www.xfce.org/")
-- 
2.22.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0004-gnu-libxfce4util-Build-Vala-bindings.patch --]
[-- Type: text/x-patch, Size: 912 bytes --]

From 2ce598f7e510570314607ad8e6a9d89013a1def4 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Tue, 20 Aug 2019 12:17:00 +0200
Subject: [PATCH 04/19] gnu: libxfce4util: Build Vala bindings.

* gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala.
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index aa7a99e95b..3417fca282 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -100,7 +100,8 @@
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)))
+       ("intltool" ,intltool)
+       ("vala" ,vala)))
     (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
     (home-page "https://www.xfce.org/")
     (synopsis "Basic utility library for Xfce")
-- 
2.22.0


             reply	other threads:[~2019-09-02 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 14:02 L p R n d n [this message]
2019-09-04 21:40 ` bug#37271: [PATCHES] libxfce4util: Add vala and gi support Ludovic Courtès

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=87k1aqdcdr.fsf@lprndn.info \
    --to=guix@lprndn.info \
    --cc=37271@debbugs.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).