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

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

From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 22:00:20 +0200
Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection.

* gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3417fca282..ad18044833 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -140,8 +140,8 @@ Xfce Desktop Environment.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
-       ("glib:bin" ,glib "bin")         ;; for gdbus-codegen
-       ))
+       ("glib:bin" ,glib "bin") ;; for gdbus-codegen
+       ("gobject-introspection" ,gobject-introspection)))
     (propagated-inputs
      ;; libxfconf-0.pc refers to all these.
      `(("glib" ,glib)))
-- 
2.22.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0006-gnu-xfconf-Add-vala-support.patch --]
[-- Type: text/x-patch, Size: 914 bytes --]

From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 22:10:46 +0200
Subject: [PATCH 06/19] gnu: xfconf: Add vala support.

* gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.
---
 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 ad18044833..eb14157780 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -141,7 +141,8 @@ Xfce Desktop Environment.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
        ("glib:bin" ,glib "bin") ;; for gdbus-codegen
-       ("gobject-introspection" ,gobject-introspection)))
+       ("gobject-introspection" ,gobject-introspection)
+       ("vala" ,vala)))
     (propagated-inputs
      ;; libxfconf-0.pc refers to all these.
      `(("glib" ,glib)))
-- 
2.22.0


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

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

Hi,

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

>>From 0ee78a3cba707eb5d49a41d7309c81b5233520a3 Mon Sep 17 00:00:00 2001
> From: L  p R n  d n <guix@lprndn.info>
> Date: Sun, 18 Aug 2019 22:00:20 +0200
> Subject: [PATCH 05/19] gnu: xfconf: Add support for gobject-introspection.
>
> * gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs.

[...]

>>From f6acf6e80ef7625a41ab9eb6213f83b9ce1439b4 Mon Sep 17 00:00:00 2001
> From: L  p R n  d n <guix@lprndn.info>
> Date: Sun, 18 Aug 2019 22:10:46 +0200
> Subject: [PATCH 06/19] gnu: xfconf: Add vala support.
>
> * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2019-09-06 22:09 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:04 [bug#37272] [PATCHES] xfconf: Add vala and gi support L p R n d n
2019-09-06 22:08 ` bug#37272: " 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).