2015-07-11 08:25:14 +02:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
|
2016-07-05 21:27:11 +02:00
|
|
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
Correct name and email address for ng0.
* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi,
doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm,
gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm,
gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm,
gnu/packages/language.scm, gnu/packages/libcanberra.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm:
Correct name and email address for ng0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-03-14 10:33:38 +01:00
|
|
|
;;; Copyright © 2017 ng0 <ng0@n0.is>
|
2017-04-09 12:02:35 +02:00
|
|
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
2019-05-03 18:42:32 +02:00
|
|
|
;;; Copyright © 2017 Brendan Tildesley <mail@brendan.scot>
|
2019-03-18 15:02:10 +01:00
|
|
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
2019-04-29 08:43:37 +02:00
|
|
|
;;; Copyright © 2018 ison <ison@airmail.cc>
|
2019-01-18 22:48:04 +01:00
|
|
|
;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
2018-11-11 10:16:43 +01:00
|
|
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
2019-03-13 16:37:12 +01:00
|
|
|
;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
|
2015-07-11 08:25:14 +02:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages lxde)
|
2017-01-23 17:39:12 +01:00
|
|
|
#:use-module (gnu packages)
|
2015-07-12 18:50:55 +02:00
|
|
|
#:use-module (gnu packages autotools)
|
2018-08-28 12:19:40 +02:00
|
|
|
#:use-module (gnu packages bash)
|
2017-01-23 17:39:12 +01:00
|
|
|
#:use-module (gnu packages docbook)
|
2018-08-28 12:19:40 +02:00
|
|
|
#:use-module (gnu packages freedesktop)
|
2017-01-23 18:29:29 +01:00
|
|
|
#:use-module (gnu packages gettext)
|
2015-07-11 08:25:14 +02:00
|
|
|
#:use-module (gnu packages glib)
|
2015-07-12 19:36:17 +02:00
|
|
|
#:use-module (gnu packages gnome)
|
2015-07-11 08:25:14 +02:00
|
|
|
#:use-module (gnu packages gtk)
|
2017-04-10 20:33:22 +02:00
|
|
|
#:use-module (gnu packages image-viewers)
|
2017-01-23 18:29:29 +01:00
|
|
|
#:use-module (gnu packages linux)
|
2018-08-28 12:19:40 +02:00
|
|
|
#:use-module (gnu packages lsof)
|
2017-01-23 18:44:50 +01:00
|
|
|
#:use-module (gnu packages openbox)
|
2015-07-11 08:25:14 +02:00
|
|
|
#:use-module (gnu packages pkg-config)
|
2017-01-23 17:39:12 +01:00
|
|
|
#:use-module (gnu packages polkit)
|
2017-04-09 12:02:35 +02:00
|
|
|
#:use-module (gnu packages text-editors)
|
2018-08-28 12:19:40 +02:00
|
|
|
#:use-module (gnu packages video)
|
2017-01-23 18:29:29 +01:00
|
|
|
#:use-module (gnu packages wm)
|
|
|
|
#:use-module (gnu packages xml)
|
2015-07-12 23:10:55 +02:00
|
|
|
#:use-module (gnu packages xorg)
|
2015-07-11 08:25:14 +02:00
|
|
|
#:use-module (guix build-system gnu)
|
2017-01-23 18:44:50 +01:00
|
|
|
#:use-module (guix build-system trivial)
|
2015-07-11 08:25:14 +02:00
|
|
|
#:use-module (guix download)
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2015-07-12 19:12:40 +02:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix utils))
|
2015-07-11 08:25:14 +02:00
|
|
|
|
2015-07-12 19:36:17 +02:00
|
|
|
(define-public libfm
|
2015-07-12 18:50:55 +02:00
|
|
|
(package
|
2015-07-12 19:36:17 +02:00
|
|
|
(name "libfm")
|
2019-03-13 16:37:13 +01:00
|
|
|
(version "1.3.1")
|
2015-07-12 18:50:55 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/pcmanfm/"
|
2015-07-12 19:36:17 +02:00
|
|
|
"PCManFM%20%2B%20Libfm%20%28tarball%20release"
|
|
|
|
"%29/LibFM/" name "-" version ".tar.xz"))
|
2015-07-12 18:50:55 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2019-03-13 16:37:13 +01:00
|
|
|
"1r6gl49xrykldwz8y4h2s7gjarxigg3bbkrj0gphxjj1vr5j9ccn"))))
|
2015-07-12 18:50:55 +02:00
|
|
|
(build-system gnu-build-system)
|
2015-07-12 19:36:17 +02:00
|
|
|
(inputs `(("glib" ,glib)
|
|
|
|
("gtk+" ,gtk+-2)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("glib" ,glib "bin") ; for gtester
|
|
|
|
("libtool" ,libtool)
|
|
|
|
("menu-cache" ,menu-cache)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("vala" ,vala)))
|
|
|
|
(synopsis "File management support (core library)")
|
|
|
|
(description "LibFM provides file management functions built on top of
|
|
|
|
Glib/GIO giving a higher-level API.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-12 19:36:17 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
|
|
(define-public libfm-extra
|
|
|
|
(package (inherit libfm)
|
|
|
|
(name "libfm-extra")
|
2015-07-12 18:50:55 +02:00
|
|
|
(arguments '(#:configure-flags '("--with-extra-only")))
|
|
|
|
(inputs `(("glib" ,glib)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("libtool" ,libtool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "File management support (extra library)")
|
2015-07-12 19:36:17 +02:00
|
|
|
(description "This package contains standalone library which extends the
|
|
|
|
libFM file management library.")))
|
2015-07-12 18:50:55 +02:00
|
|
|
|
2015-07-11 08:25:14 +02:00
|
|
|
(define-public lxappearance
|
|
|
|
(package
|
|
|
|
(name "lxappearance")
|
2016-07-05 21:27:11 +02:00
|
|
|
(version "0.6.2")
|
2015-07-11 08:25:14 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/lxde/"
|
2015-07-11 08:25:14 +02:00
|
|
|
"LXAppearance/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-07-05 21:27:11 +02:00
|
|
|
"07r0xbi6504zjnbpan7zrn7gi4j0kbsqqfpj8v2x94gr05p16qj4"))))
|
2015-07-11 08:25:14 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("gtk+" ,gtk+-2)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE GTK+ theme switcher")
|
|
|
|
(description "LXAppearance is a desktop-independent GTK+ theme switcher
|
|
|
|
able to change themes, icons, and fonts used by GTK+ applications.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-15 22:42:25 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2015-07-15 23:10:37 +02:00
|
|
|
(define-public lxrandr
|
|
|
|
(package
|
|
|
|
(name "lxrandr")
|
2016-07-05 21:30:38 +02:00
|
|
|
(version "0.3.1")
|
2015-07-15 23:10:37 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/lxde/LXRandR"
|
2015-07-15 23:10:37 +02:00
|
|
|
"%20%28monitor%20config%20tool%29/LXRandR%20"
|
|
|
|
(version-major+minor version) ".x/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-07-05 21:30:38 +02:00
|
|
|
"0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d"))))
|
2015-07-15 23:10:37 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("gtk+" ,gtk+-2)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE monitor configuration tool")
|
|
|
|
(description "LXRandR is a very basic monitor configuration tool. It
|
|
|
|
relies on the X11 resize-and-rotate (RandR) extension but doesn't aim to be a
|
|
|
|
full frontend of it. LXRandR only gives you some easy and quick options which
|
|
|
|
are intuitive. It's suitable for laptop users who frequently uses projectors
|
|
|
|
or external monitor.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-15 23:10:37 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2015-07-15 22:54:10 +02:00
|
|
|
(define-public lxtask
|
|
|
|
(package
|
|
|
|
(name "lxtask")
|
2016-07-05 21:33:20 +02:00
|
|
|
(version "0.1.7")
|
2015-07-15 22:54:10 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/lxde/LXTask"
|
2015-07-15 22:54:10 +02:00
|
|
|
"%20%28task%20manager%29/LXTask%20"
|
|
|
|
(version-major+minor version) ".x/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-07-05 21:33:20 +02:00
|
|
|
"1zihhvzsg9bl6k0gv7jwx6cgsi3rmcagvnmshc1h0mjq2immmdph"))))
|
2015-07-15 22:54:10 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("gtk+" ,gtk+-2)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE task manager")
|
|
|
|
(description "LXTask is a lightweight task manager derived from Xfce task
|
|
|
|
manager with all dependencies on Xfce removed. LXTask is based on the GTK+
|
|
|
|
toolkit. It allows users to monitor and control of running processes.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-15 22:54:10 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2015-07-15 22:42:25 +02:00
|
|
|
(define-public lxterminal
|
|
|
|
(package
|
|
|
|
(name "lxterminal")
|
2018-09-24 01:37:35 +02:00
|
|
|
(version "0.3.2")
|
2015-07-15 22:42:25 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/lxde/LXTerminal"
|
2015-07-15 22:42:25 +02:00
|
|
|
"%20%28terminal%20emulator%29/LXTerminal%20"
|
2017-01-23 19:55:49 +01:00
|
|
|
version "/" name "-" version ".tar.xz"))
|
2015-07-15 22:42:25 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2018-09-24 01:37:35 +02:00
|
|
|
"1124pghrhnx6q4391ri8nvi6bsmvbj1dx81an08mird8jf2b2rii"))))
|
2015-07-15 22:42:25 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("gtk+" ,gtk+-2)
|
|
|
|
("vte" ,vte/gtk+-2)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE terminal emulator")
|
|
|
|
(description "LXTerminal is a VTE-based terminal emulator. It supports
|
|
|
|
multiple tabs and has only minimal dependencies thus being completely
|
|
|
|
desktop-independent. In order to reduce memory usage and increase the
|
|
|
|
performance, all instances of the terminal are sharing a single process.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-11 08:25:14 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2015-07-12 19:12:40 +02:00
|
|
|
(define-public menu-cache
|
|
|
|
(package
|
|
|
|
(name "menu-cache")
|
2019-03-13 16:37:12 +01:00
|
|
|
(version "1.1.0")
|
2015-07-12 19:12:40 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-22 17:45:03 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/lxde/" name "/"
|
2015-07-12 19:12:40 +02:00
|
|
|
(version-major+minor version) "/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2019-03-13 16:37:12 +01:00
|
|
|
"1iry4zlpppww8qai2cw4zid4081hh7fz8nzsp5lqyffbkm2yn0pd"))))
|
2015-07-12 19:12:40 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("glib" ,glib)
|
|
|
|
("libfm" ,libfm-extra)))
|
|
|
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE implementation of the freedesktop menu's cache")
|
|
|
|
(description "Menu-cache is a library creating and utilizing caches to
|
|
|
|
speed up the access to freedesktop.org defined application menus.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-12 19:12:40 +02:00
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2015-07-12 23:10:55 +02:00
|
|
|
(define-public pcmanfm
|
|
|
|
(package
|
|
|
|
(name "pcmanfm")
|
2019-03-18 15:02:10 +01:00
|
|
|
(version "1.3.1")
|
2015-07-12 23:10:55 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2019-03-18 15:02:02 +01:00
|
|
|
(uri (string-append "mirror://sourceforge/pcmanfm/"
|
2015-07-12 23:10:55 +02:00
|
|
|
"PCManFM%20%2B%20Libfm%20%28tarball%20release"
|
2019-03-18 15:02:02 +01:00
|
|
|
"%29/PCManFM/pcmanfm-" version ".tar.xz"))
|
2015-07-12 23:10:55 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2019-03-18 15:02:10 +01:00
|
|
|
"0mb8hg76x1z0szdyl0w7jpz0bdblc6a29is1vvnh79z37qxh8138"))))
|
2015-07-12 23:10:55 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs `(("gtk+" ,gtk+-2)
|
2018-04-27 00:34:46 +02:00
|
|
|
("gvfs" ,gvfs) ; for trash and mount support
|
2015-07-12 23:10:55 +02:00
|
|
|
("libfm" ,libfm)
|
|
|
|
("libx11" ,libx11)))
|
|
|
|
(native-inputs `(("intltool" ,intltool)
|
|
|
|
("libtool" ,libtool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
2017-11-23 16:22:53 +01:00
|
|
|
(propagated-inputs
|
2018-04-27 00:34:46 +02:00
|
|
|
`(("lxmenu-data" ,lxmenu-data))) ; for "Open With..." application list
|
2015-07-12 23:10:55 +02:00
|
|
|
(synopsis "LXDE file manager")
|
|
|
|
(description "PCMan is a lightweight GTK+ based file manager, compliant
|
|
|
|
with freedesktop.org standard.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2015-07-12 23:10:55 +02:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2018-08-28 12:19:40 +02:00
|
|
|
(define-public spacefm
|
|
|
|
;; SpaceFM is based on PCManFM.
|
|
|
|
(package
|
|
|
|
(name "spacefm")
|
|
|
|
(version "1.0.6")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://github.com/IgnorantGuru/spacefm/archive/"
|
|
|
|
version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2019-01-18 22:48:04 +01:00
|
|
|
"1jg7xfyr7kihjnalxp8wxyb9qjk8hqf5l36rp3s0lvkpmpyakppy"))
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
'(begin
|
|
|
|
(substitute* "src/main.c"
|
|
|
|
(("#include <sys/types\\.h>" all)
|
|
|
|
;; Add missing include for 'major' and 'minor' with glibc
|
|
|
|
;; >= 2.28.
|
|
|
|
(string-append all "\n"
|
|
|
|
"#include <sys/sysmacros.h>\n")))
|
|
|
|
#t))
|
2018-08-28 12:19:40 +02:00
|
|
|
(file-name (string-append name "-" version ".tar.gz"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs `(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)))
|
|
|
|
(inputs `(("bash" ,bash)
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
("eudev" ,eudev)
|
|
|
|
("desktop-file-utils" ,desktop-file-utils)
|
|
|
|
("shared-mime-info" ,shared-mime-info)
|
|
|
|
("ffmpegthumbnailer" ,ffmpegthumbnailer)
|
|
|
|
("jmtpfs" ,jmtpfs)
|
|
|
|
("lsof" ,lsof)
|
|
|
|
("udisks" ,udisks)))
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags (list (string-append "--with-bash-path="
|
|
|
|
(assoc-ref %build-inputs "bash")
|
|
|
|
"/bin/bash")
|
|
|
|
(string-append "--sysconfdir="
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
"/etc"))))
|
|
|
|
(home-page "http://ignorantguru.github.io/spacefm/")
|
|
|
|
(synopsis "Multi-panel tabbed file manager")
|
|
|
|
(description "SpaceFM is a graphical, multi-panel, tabbed file manager
|
|
|
|
based on PCManFM with built-in virtual file system, udev-based device manager,
|
|
|
|
customizable menu system, and Bash integration.")
|
|
|
|
|
|
|
|
;; The combination is GPLv3+ but src/exo is under LGPLv3+.
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
2017-01-23 16:42:45 +01:00
|
|
|
(define-public lxmenu-data
|
|
|
|
(package
|
|
|
|
(name "lxmenu-data")
|
|
|
|
(version "0.1.5")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1f5sh2dvb3pdnjlcsyzq9543ck2jsqizkx3204cr22zm5s6j3qwz"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)))
|
|
|
|
(synopsis "Freedesktop.org desktop menus for LXDE")
|
|
|
|
(description
|
|
|
|
"Lxmenu-data provides files required to build freedesktop.org
|
|
|
|
menu spec-compliant desktop menus for LXDE.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 16:42:45 +01:00
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2017-01-23 16:53:08 +01:00
|
|
|
(define-public lxde-icon-theme
|
|
|
|
(package
|
|
|
|
(name "lxde-icon-theme")
|
|
|
|
(version "0.5.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0v4i6x86fr2hbx4fb2si7y2qzmj7h6hcjwaifnin18r8kwwvgl73"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "LXDE default icon theme based on nuoveXT2")
|
|
|
|
(description
|
|
|
|
"Lxde-icon-theme provides an default icon theme for LXDE.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 16:53:08 +01:00
|
|
|
(license license:lgpl3)))
|
|
|
|
|
2017-01-23 16:59:47 +01:00
|
|
|
(define-public lxde-common
|
|
|
|
(package
|
|
|
|
(name "lxde-common")
|
|
|
|
(version "0.99.2")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0mj84fa3f4ak1jjslrwc2q3ci9zxrxpciggviza9bjb0168brn8w"))))
|
|
|
|
(build-system gnu-build-system)
|
2017-05-11 22:38:48 +02:00
|
|
|
(arguments
|
|
|
|
'(#:phases (modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'set-lxsession
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
;; Set the right file name for 'lxsession'.
|
|
|
|
(let ((lxsession (assoc-ref inputs "lxsession")))
|
|
|
|
(substitute* "startlxde.in"
|
|
|
|
(("^exec .*/bin/lxsession")
|
|
|
|
(string-append "exec " lxsession
|
|
|
|
"/bin/lxsession")))
|
|
|
|
#t))))))
|
2017-01-23 16:59:47 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("lxmenu-data" ,lxmenu-data)
|
|
|
|
("lxde-icon-theme" ,lxde-icon-theme)))
|
2017-05-11 22:38:48 +02:00
|
|
|
(inputs
|
|
|
|
`(("lxsession" ,lxsession)
|
|
|
|
;; ("lxlock" ,lxlock) ;for 'lxde-screenlock.desktop'
|
|
|
|
))
|
2017-01-23 16:59:47 +01:00
|
|
|
(synopsis "Common files of the LXDE Desktop")
|
|
|
|
(description
|
|
|
|
"Lxde-common provides common files of the LXDE Desktop.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 16:59:47 +01:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2017-01-23 17:10:15 +01:00
|
|
|
(define-public lxinput
|
|
|
|
(package
|
|
|
|
(name "lxinput")
|
|
|
|
(version "0.3.5")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("gtk+-2" ,gtk+-2)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)))
|
|
|
|
(synopsis "Tool for mouse and keyboard configuration in LXDE")
|
|
|
|
(description
|
|
|
|
"Lxinput provides a small program to configure keyboard and mouse
|
|
|
|
in LXDE.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 17:10:15 +01:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2017-01-23 17:39:12 +01:00
|
|
|
(define-public lxsession
|
|
|
|
(package
|
|
|
|
(name "lxsession")
|
|
|
|
(version "0.5.3")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(patches (search-patches "lxsession-use-gapplication.patch"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-29 13:14:28 +02:00
|
|
|
"1a0zmyywwzdh59nc0l94cir18vhp633z4q2xfhn5zx11ajj45gwh"))
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
;; Remove C files generated by Vala so we can build from source.
|
|
|
|
'(let* ((c->vala
|
|
|
|
(lambda (file)
|
|
|
|
(string-append (string-drop-right file 2)
|
|
|
|
".vala")))
|
|
|
|
(generated-c-file?
|
|
|
|
(lambda (file stat)
|
|
|
|
(and (string-suffix? ".c" file)
|
|
|
|
(file-exists? (c->vala file))))))
|
|
|
|
(for-each delete-file
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 12:47:34 +01:00
|
|
|
(find-files "." generated-c-file?))
|
|
|
|
#t))))
|
2017-01-23 17:39:12 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'rm-stamp
|
|
|
|
(lambda _
|
2018-11-11 10:16:43 +01:00
|
|
|
(for-each delete-file (find-files "." "\\.stamp$"))
|
|
|
|
;; Force regeneration of configure script.
|
|
|
|
(delete-file "configure")
|
|
|
|
#t)))))
|
2017-01-23 17:39:12 +01:00
|
|
|
(inputs
|
|
|
|
`(("gtk+-2" ,gtk+-2)
|
|
|
|
("polkit" ,polkit)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
("vala" ,vala)
|
|
|
|
("autoconf" ,autoconf)
|
|
|
|
("automake" ,automake)))
|
|
|
|
(synopsis "Lightweight X11 session manager")
|
|
|
|
(description
|
|
|
|
"Lxsession provides an lightweight X11 session manager.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 17:39:12 +01:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2017-01-23 18:29:29 +01:00
|
|
|
(define-public lxpanel
|
|
|
|
(package
|
|
|
|
(name "lxpanel")
|
|
|
|
(version "0.9.3")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1ccgv7jgl3y865cpb6w7baaz7468fxncm83bqxlwyni5bwhglb1l"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'install 'wrap
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
(menu (assoc-ref inputs "lxmenu-data")))
|
|
|
|
(wrap-program (string-append out "/bin/lxpanel")
|
|
|
|
`("XDG_DATA_DIRS" ":" prefix
|
|
|
|
(,(string-append menu "/share"))))
|
|
|
|
#t))))))
|
|
|
|
(inputs
|
|
|
|
;; TODO: libindicator-0.3.0
|
|
|
|
`(("gtk+-2" ,gtk+-2)
|
|
|
|
("alsa-lib" ,alsa-lib)
|
|
|
|
("libwnck-2" ,libwnck-2)
|
|
|
|
("keybinder" ,keybinder)
|
|
|
|
("libxmu" ,libxmu)
|
|
|
|
("libxpm" ,libxpm)
|
|
|
|
("libxml2" ,libxml2)
|
|
|
|
("cairo" ,cairo)
|
|
|
|
("libx11" ,libx11)
|
|
|
|
("wireless-tools" ,wireless-tools)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("docbook-xml" ,docbook-xml)
|
|
|
|
("gettext-minimal" ,gettext-minimal)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("lxmenu-data" ,lxmenu-data)
|
|
|
|
("libfm" ,libfm)
|
|
|
|
("menu-cache" ,menu-cache)))
|
|
|
|
(synopsis "X11 Desktop panel for LXDE")
|
|
|
|
(description
|
|
|
|
"Lxpanel provides an X11 desktop panel for LXDE.")
|
gnu: lxde: Use HTTPS for lxde.org home pages.
* gnu/packages/lxde.scm (libfm, lxappearance, lxrandr, lxtask, lxterminal)
(menu-cache, pcmanfm, lxmenu-data, lxde-icon-theme, lxde-common, lxinput)
(lxsession, lxpanel)[home-page]: Use HTTPS.
2018-01-16 17:09:41 +01:00
|
|
|
(home-page "https://lxde.org")
|
2017-01-23 18:29:29 +01:00
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2017-01-23 18:44:50 +01:00
|
|
|
(define-public lxde
|
|
|
|
(package
|
|
|
|
(name "lxde")
|
|
|
|
(version (package-version lxde-common))
|
|
|
|
(source #f)
|
|
|
|
(build-system trivial-build-system)
|
gnu: Use invoke and return #t from all builders.
* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm,
gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm,
gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm,
gnu/packages/commencement.scm, gnu/packages/dictionaries.scm,
gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm,
gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm,
gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm,
gnu/packages/javascript.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm,
gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm,
gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm,
gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages
using 'trivial-build-system', use invoke where appropriate, raise exceptions
on errors, and otherwise return #t.
2018-03-28 02:14:05 +02:00
|
|
|
(arguments '(#:builder (begin (mkdir %output) #t)))
|
2017-01-23 18:44:50 +01:00
|
|
|
(propagated-inputs
|
|
|
|
;; TODO:
|
2017-04-10 20:33:22 +02:00
|
|
|
;; lxshortcut, lxsession-edit
|
2017-01-23 18:44:50 +01:00
|
|
|
;; lxappearance-obconf
|
|
|
|
`(("menu-cache" ,menu-cache)
|
2017-04-10 20:33:22 +02:00
|
|
|
("gpicview" ,gpicview)
|
2017-04-09 12:02:35 +02:00
|
|
|
("leafpad" ,leafpad)
|
2017-01-23 18:44:50 +01:00
|
|
|
("lxappearance" ,lxappearance)
|
|
|
|
("lxde-icon-theme" ,lxde-icon-theme)
|
|
|
|
("lxde-common" ,lxde-common)
|
|
|
|
("lxmenu-data" ,lxmenu-data)
|
|
|
|
("lxpanel" ,lxpanel)
|
|
|
|
("lxrandr" ,lxrandr)
|
|
|
|
("lxsession" ,lxsession)
|
|
|
|
("libfm" ,libfm)
|
|
|
|
("libfm-extra" ,libfm-extra)
|
|
|
|
("lxtask" ,lxtask)
|
|
|
|
("lxterminal" ,lxterminal)
|
|
|
|
("pcmanfm" ,pcmanfm)
|
|
|
|
("openbox" ,openbox)
|
|
|
|
("obconf" ,obconf)))
|
|
|
|
(synopsis "Lightweight X11 Desktop Environment")
|
|
|
|
(description
|
|
|
|
"LXDE, which stands for Lightweight X11 Desktop Environment, is a
|
|
|
|
desktop environment which is lightweight and fast. It is designed to be
|
|
|
|
user friendly and slim, while keeping the resource usage low. LXDE uses
|
|
|
|
less RAM and less CPU while being a feature rich desktop environment. Unlike
|
|
|
|
other tightly integrated desktops LXDE strives to be modular, so each
|
|
|
|
component can be used independently with few dependencies.")
|
|
|
|
(home-page "https://lxde.org")
|
|
|
|
(license license:gpl2+))) ; And others.
|
|
|
|
|
2015-07-11 08:25:14 +02:00
|
|
|
;;; lxde.scm ends here
|