From 8373ad3d6c23fbff27b4ddf9b5d81f3228ff8654 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Fri, 24 Nov 2017 02:22:53 +1100 Subject: [PATCH 1/2] gnu: pcmanfm: Add missing inputs. Remove comment. * gnu/packages/lxde.scm [inputs]: Add gvfs, for trash and mounting support. [propagated-inputs]: Add lxmenu-data, for "Open With..." Applications list. Remove comment suggesting to use --sysconfdir. Inspection of the configure script shows that /etc is used for configuration by default anyway, so such a flag is not needed. --- gnu/packages/lxde.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index bf70bd601..0a9568875 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2017 ng0 ;;; Copyright © 2017 Mathieu Othacehe +;;; Copyright © 2017 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -218,14 +219,14 @@ 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) ("libfm" ,libfm) ("libx11" ,libx11))) (native-inputs `(("intltool" ,intltool) ("libtool" ,libtool) ("pkg-config" ,pkg-config))) + (propagated-inputs `(("lxmenu-data" ,lxmenu-data))) (synopsis "LXDE file manager") (description "PCMan is a lightweight GTK+ based file manager, compliant with freedesktop.org standard.") -- 2.15.0