[PATCHES] xfconf: Add vala and gi support.

  • Done
  • quality assurance status badge
Details
2 participants
  • L p R n d n
  • Ludovic Courtès
Owner
unassigned
Submitted by
L p R n d n
Severity
normal
L
L
L p R n d n wrote on 2 Sep 2019 16:04
(address . guix-patches@gnu.org)
87ftledcaz.fsf@lprndn.info
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(-)

Toggle diff (17 lines)
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
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(-)

Toggle diff (16 lines)
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
L
L
Ludovic Courtès wrote on 7 Sep 2019 00:08
(name . L p R n d n)(address . guix@lprndn.info)(address . 37272-done@debbugs.gnu.org)
87o8zxaxiw.fsf@gnu.org
Hi,

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

Toggle quote (7 lines)
>>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.

[...]

Toggle quote (7 lines)
>>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’.
Closed
?