unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37271] [PATCHES] libxfce4util: Add vala and gi support.
@ 2019-09-02 14:02 L p R n d n
  2019-09-04 21:40 ` bug#37271: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: L p R n d n @ 2019-09-02 14:02 UTC (permalink / raw)
  To: 37271

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37271: [PATCHES] libxfce4util: Add vala and gi support.
  2019-09-02 14:02 [bug#37271] [PATCHES] libxfce4util: Add vala and gi support L p R n d n
@ 2019-09-04 21:40 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-04 21:40 UTC (permalink / raw)
  To: L p R n d n; +Cc: 37271-done

L  p R n  d n    <guix@lprndn.info> skribis:

>>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.

[...]

>>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.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-04 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 14:02 [bug#37271] [PATCHES] libxfce4util: Add vala and gi support L p R n d n
2019-09-04 21:40 ` bug#37271: " Ludovic Courtès

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).