guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: pcmanfm: Add missing inputs. Remove comment.


From: Ludovic Courtès
Subject: 02/05: gnu: pcmanfm: Add missing inputs. Remove comment.
Date: Thu, 23 Nov 2017 17:19:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0dcad042a5180d275a96d2870092f40a4f7542ec
Author: Brendan Tildesley <address@hidden>
Date:   Fri Nov 24 02:22:53 2017 +1100

    gnu: pcmanfm: Add missing inputs. Remove comment.
    
    * gnu/packages/lxde.scm (pcmanfm)[inputs]: Add GVFS.
    [propagated-inputs]: Add LXMENU-DATA.
    Remove comment suggesting to use --sysconfdir.  Inspection of the configure
    script shows that <output>/etc is used for configuration by default anyway,
    so such a flag is not needed.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/lxde.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index bf70bd6..44e5da4 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2017 Brendan Tildesley <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -218,14 +219,15 @@ speed up the access to freedesktop.org defined 
application menus.")
                (base32
                 "0rxdh0dfzc84l85c54blq42gczygq8adhr3l9hqzy1dp530cm1hc"))))
     (build-system gnu-build-system)
-    ;; (#:configure-flags '("--sysconfdir=/etc")) suggested in README.
     (inputs `(("gtk+"   ,gtk+-2)
-              ;; TODO: add ("gvfs" ,gvfs).
+              ("gvfs"   ,gvfs)                    ;for trash and mount support
               ("libfm"  ,libfm)
               ("libx11" ,libx11)))
     (native-inputs `(("intltool"   ,intltool)
                      ("libtool"    ,libtool)
                      ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("lxmenu-data" ,lxmenu-data)))     ;for "Open With..." application list
     (synopsis "LXDE file manager")
     (description "PCMan is a lightweight GTK+ based file manager, compliant
 with freedesktop.org standard.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]