guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: pcmanfm: Build with GTK 3.


From: guix-commits
Subject: 03/18: gnu: pcmanfm: Build with GTK 3.
Date: Wed, 17 Aug 2022 22:57:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b1b801f5f340a3f4654c8f190b8160c4af4e9e79
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 21:26:36 2022 -0400

    gnu: pcmanfm: Build with GTK 3.
    
    * gnu/packages/lxde.scm (pcmanfm)[arguments]: New field.
    [inputs]: Replace gtk+2 with gtk+.
---
 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 955dc2ffeb..a0879dd229 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -241,11 +241,12 @@ speed up the access to freedesktop.org defined 
application menus.")
                (base32
                 "1xqc2k2jh165mm81xg0ghxx0ml1s3rhh4ndvbzkcri4kfhj7pjql"))))
     (build-system gnu-build-system)
-    (inputs (list gtk+-2 gvfs ; for trash and mount support
+    (arguments (list #:configure-flags #~(list "--with-gtk=3")))
+    (inputs (list gtk+ gvfs             ;for trash and mount support
                   libfm libx11))
     (native-inputs (list intltool libtool pkg-config))
     (propagated-inputs
-     (list lxmenu-data))   ; for "Open With..." application list
+     (list 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]