unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.
@ 2015-08-30 13:19 宋文武
  2015-08-30 13:19 ` [PATCH 2/3] gnu: xfce4-panel: " 宋文武
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: 宋文武 @ 2015-08-30 13:19 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
---
 gnu/packages/xfce.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2cbdeef..992ffea 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -146,8 +146,9 @@ storage system.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
     (propagated-inputs
-     ;; libxfce4kbd-private-2.pc refers to all these.
-     `(("gtk+" ,gtk+-2)
+     `(("gtk+-2" ,gtk+-2)  ; required by libxfce4ui-1.pc
+       ("gtk+-3" ,gtk+)    ; required by libxfce4ui-2.pc
+       ;; libxfce4kbd-private-2.pc refers to all these.
        ("libxfce4util" ,libxfce4util)
        ("xfconf" ,xfconf)))
     (inputs `(("libsm" ,libsm)
-- 
2.4.3

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

end of thread, other threads:[~2015-09-02 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 13:19 [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support 宋文武
2015-08-30 13:19 ` [PATCH 2/3] gnu: xfce4-panel: " 宋文武
2015-09-01 21:01   ` Ludovic Courtès
2015-08-30 13:19 ` [PATCH 3/3] gnu: Add xfce4-pulseaudio-plugin 宋文武
2015-09-01 21:01   ` Ludovic Courtès
2015-09-01 21:00 ` [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support Ludovic Courtès
2015-09-02 12:02   ` 宋文武

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