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

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

From 2b27a5241957d3cb25a066bebac5c7168e4e8730 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 22:35:07 +0200
Subject: [PATCH 08/19] gnu: libxfce4ui: Add gobject-introspection support.

* gnu/packages/xfce.scm (libxfce4ui): Add gobject-introspection 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 31a1209167..953d9675d0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -171,7 +171,8 @@ storage system.")
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)))
+       ("intltool" ,intltool)
+       ("gobject-introspection" ,gobject-introspection)))
     (propagated-inputs
      `(("gtk+-3" ,gtk+)    ; required by libxfce4ui-2.pc
        ;; libxfce4kbd-private-2.pc refers to all these.
-- 
2.22.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0009-gnu-libxfce4ui-Add-vendor.patch --]
[-- Type: text/x-patch, Size: 851 bytes --]

From 2218da3c69bc58aa9546b62b7e19331cba6e6c46 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 22:36:55 +0200
Subject: [PATCH 09/19] gnu: libxfce4ui: Add vendor.

* gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.
---
 gnu/packages/xfce.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 953d9675d0..1a6de2e781 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -169,6 +169,9 @@ storage system.")
                (base32
                 "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list "--with-vendor-info=Guix")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
-- 
2.22.0


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

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

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

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

[...]

>>From 2218da3c69bc58aa9546b62b7e19331cba6e6c46 Mon Sep 17 00:00:00 2001
> From: L  p R n  d n <guix@lprndn.info>
> Date: Sun, 18 Aug 2019 22:36:55 +0200
> Subject: [PATCH 09/19] gnu: libxfce4ui: Add vendor.
>
> * gnu/packages/xfce.scm (libxfce4ui)[arguments]: Add #:configure-flags.

Applied both.

> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -169,6 +169,9 @@ storage system.")
>                 (base32
>                  "1npjhznmnckhnylsv3l7p1zvhckhmp9d7vifs8w12kdfmrg0fjf4"))))
>      (build-system gnu-build-system)
> +    (arguments
> +     `(#:configure-flags
> +       (list "--with-vendor-info=Guix")))

I changed that to “GNU Guix”.  :-)

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

end of thread, other threads:[~2019-09-06 22:29 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:06 [bug#37274] [PATCHES] libxfce4ui: Add gi and customize vendor L p R n d n
2019-09-06 22:28 ` bug#37274: " 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).