2015-02-28 21:08:50 +01:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
|
|
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
2016-02-14 14:46:30 +01:00
|
|
|
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
|
2016-06-16 18:10:12 +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>
|
2019-02-24 20:54:20 +01:00
|
|
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
2019-03-13 16:37:14 +01:00
|
|
|
;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@riseup.net>
|
2018-11-29 22:22:51 +01:00
|
|
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
2019-05-22 09:27:16 +02:00
|
|
|
;;; Copyright © 2019 Reza Alizadeh Majd <r.majd@pantherx.org>
|
2015-02-28 21:08:50 +01: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 lxqt)
|
|
|
|
#:use-module (guix download)
|
2018-11-29 22:22:51 +01:00
|
|
|
#:use-module (guix git-download)
|
2018-10-18 07:32:55 +02:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2015-02-28 21:08:50 +01:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix utils)
|
|
|
|
#:use-module (guix build-system cmake)
|
2018-10-18 04:41:43 +02:00
|
|
|
#:use-module (guix build-system gnu)
|
2018-10-22 05:29:20 +02:00
|
|
|
#:use-module (guix build-system trivial)
|
2015-07-27 22:54:58 +02:00
|
|
|
#:use-module (gnu packages)
|
2018-10-18 05:11:36 +02:00
|
|
|
#:use-module (gnu packages admin)
|
2018-10-18 07:58:55 +02:00
|
|
|
#:use-module (gnu packages compression)
|
2018-10-18 04:40:26 +02:00
|
|
|
#:use-module (gnu packages documentation)
|
2018-10-22 05:29:20 +02:00
|
|
|
#:use-module (gnu packages compton)
|
|
|
|
#:use-module (gnu packages fonts)
|
2018-10-18 04:34:41 +02:00
|
|
|
#:use-module (gnu packages freedesktop)
|
2017-09-24 17:08:11 +02:00
|
|
|
#:use-module (gnu packages glib)
|
2018-10-18 14:33:43 +02:00
|
|
|
#:use-module (gnu packages gnome)
|
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
#:use-module (gnu packages image)
|
2015-07-24 23:05:02 +02:00
|
|
|
#:use-module (gnu packages kde-frameworks)
|
2019-02-13 00:41:22 +01:00
|
|
|
#:use-module (gnu packages kde-plasma)
|
2018-10-18 04:34:41 +02:00
|
|
|
#:use-module (gnu packages linux)
|
2018-10-18 04:41:43 +02:00
|
|
|
#:use-module (gnu packages perl)
|
2018-10-18 04:58:24 +02:00
|
|
|
#:use-module (gnu packages lxde)
|
2018-10-18 05:01:29 +02:00
|
|
|
#:use-module (gnu packages maths)
|
2018-10-18 14:33:43 +02:00
|
|
|
#:use-module (gnu packages openbox)
|
2018-10-18 04:58:24 +02:00
|
|
|
#:use-module (gnu packages pcre)
|
2018-10-18 05:14:35 +02:00
|
|
|
#:use-module (gnu packages photo)
|
2015-02-28 21:08:50 +01:00
|
|
|
#:use-module (gnu packages pkg-config)
|
2018-10-18 04:30:35 +02:00
|
|
|
#:use-module (gnu packages polkit)
|
2018-10-18 04:58:24 +02:00
|
|
|
#:use-module (gnu packages pulseaudio)
|
2018-10-18 04:30:35 +02:00
|
|
|
#:use-module (gnu packages qt)
|
2018-10-18 14:33:24 +02:00
|
|
|
#:use-module (gnu packages textutils)
|
2018-10-18 04:58:24 +02:00
|
|
|
#:use-module (gnu packages xdisorg)
|
2018-10-18 14:33:43 +02:00
|
|
|
#:use-module (gnu packages xml)
|
2018-10-18 04:30:35 +02:00
|
|
|
#:use-module (gnu packages xorg))
|
2015-02-28 21:08:50 +01:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
|
|
|
|
;; Third party libraries
|
|
|
|
|
2018-10-18 04:40:26 +02:00
|
|
|
(define-public libdbusmenu-qt
|
|
|
|
(package
|
|
|
|
(name "libdbusmenu-qt")
|
|
|
|
(version "0.9.3+16.04.20160218-0ubuntu1")
|
|
|
|
(source
|
|
|
|
(origin
|
2018-11-29 22:22:51 +01:00
|
|
|
(method git-fetch)
|
|
|
|
;; Download from github rather than launchpad because launchpad trunk
|
2018-10-18 04:40:26 +02:00
|
|
|
;; tarball hash is not deterministic.
|
2018-11-29 22:22:51 +01:00
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/unity8-team/libdbusmenu-qt.git")
|
|
|
|
(commit version)))
|
|
|
|
(file-name (git-file-name name version))
|
2018-10-18 04:40:26 +02:00
|
|
|
(sha256
|
2018-11-29 22:22:51 +01:00
|
|
|
(base32 "0b7ii1cvmpcyl79gqal9c3va9m55h055s4hx7fpxkhhqs9463ggg"))))
|
2018-10-18 04:40:26 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(arguments
|
|
|
|
;; XXX: Tests require a dbus session and some icons.
|
|
|
|
'(#:tests? #f))
|
|
|
|
(native-inputs
|
|
|
|
`(("doxygen" ,doxygen)))
|
|
|
|
(inputs
|
|
|
|
`(("qtbase" ,qtbase)))
|
|
|
|
(home-page "https://launchpad.net/libdbusmenu-qt")
|
|
|
|
(synopsis "Qt implementation of the DBusMenu spec")
|
|
|
|
(description "This library provides a Qt implementation of the DBusMenu
|
|
|
|
protocol. The DBusMenu protocol makes it possible for applications to export
|
|
|
|
and import their menus over DBus.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 04:40:26 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
(define-public libstatgrab
|
2018-10-18 05:14:35 +02:00
|
|
|
(package
|
2018-10-18 13:19:06 +02:00
|
|
|
(name "libstatgrab")
|
|
|
|
(version "0.91")
|
2018-10-18 05:14:35 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2018-10-18 13:19:06 +02:00
|
|
|
(uri (string-append "https://ftp.i-scream.org/pub/i-scream/libstatgrab/"
|
|
|
|
name "-" version ".tar.gz"))
|
2018-10-18 05:14:35 +02:00
|
|
|
(sha256
|
2018-10-18 13:19:06 +02:00
|
|
|
(base32 "1azinx2yzs442ycwq6p15skl3mscmqj7fd5hq7fckhjp92735s83"))))
|
|
|
|
(build-system gnu-build-system)
|
2018-10-18 05:14:35 +02:00
|
|
|
(arguments
|
2018-10-18 13:19:06 +02:00
|
|
|
'(#:configure-flags '("--enable-tests")))
|
2018-10-18 05:14:35 +02:00
|
|
|
(native-inputs
|
2018-10-18 13:19:06 +02:00
|
|
|
;; For testing.
|
|
|
|
`(("perl" ,perl)))
|
|
|
|
(home-page "https://www.i-scream.org/libstatgrab/")
|
|
|
|
(synopsis "Provides access to statistics about the system")
|
|
|
|
(description "libstatgrab is a library that provides cross platform access
|
|
|
|
to statistics about the system on which it's run.")
|
|
|
|
;; Libraries are under LGPL2.1+, and programs under GPLv2+.
|
|
|
|
(license license:gpl2+)))
|
2018-10-18 05:14:35 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
|
|
|
|
;; Base
|
|
|
|
|
|
|
|
(define-public lxqt-build-tools
|
2018-10-18 04:38:24 +02:00
|
|
|
(package
|
2018-10-18 13:19:06 +02:00
|
|
|
(name "lxqt-build-tools")
|
2019-03-13 16:37:14 +01:00
|
|
|
(version "0.6.0")
|
2018-10-18 04:38:24 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2019-02-25 01:14:16 +01:00
|
|
|
(uri (string-append "https://github.com/lxqt/lxqt-build-tools/releases"
|
|
|
|
"/download/" version
|
|
|
|
"/lxqt-build-tools-" version ".tar.xz"))
|
2018-10-18 04:38:24 +02:00
|
|
|
(sha256
|
2019-03-13 16:37:14 +01:00
|
|
|
(base32 "0n0p0mf12n9f7zm2592779rpqrbcamfdz87nnjb8j058bc8g3214"))))
|
2018-10-18 04:38:24 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(arguments
|
2018-10-19 16:16:38 +02:00
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
#:configure-flags
|
|
|
|
;; 'startlxqt' will add LXQT_DATA_DIR to XDG_DATA_DIRS,
|
|
|
|
;; LXQT_ETC_XDG_DIR to XDG_CONFIG_DIRS, and 'lxqt-about' will report
|
|
|
|
;; LXQT_ETC_XDG_DIR in its "Technical Info".
|
|
|
|
'("-DLXQT_DATA_DIR=/run/current-system/profile/share"
|
|
|
|
"-DLXQT_ETC_XDG_DIR=/run/current-system/profile/etc/xdg")))
|
2018-10-18 04:38:24 +02:00
|
|
|
(native-inputs
|
2018-10-18 13:19:06 +02:00
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("glib" ,glib)))
|
|
|
|
(inputs
|
|
|
|
`(("qtbase" ,qtbase)))
|
|
|
|
(synopsis "LXQt Build tools")
|
|
|
|
(description
|
|
|
|
"Lxqt-build-tools is providing several tools needed to build LXQt
|
|
|
|
itself as well as other components maintained by the LXQt project.")
|
|
|
|
(home-page "https://lxqt.org")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 04:38:24 +02:00
|
|
|
|
2015-02-28 21:08:50 +01:00
|
|
|
(define-public libqtxdg
|
|
|
|
(package
|
|
|
|
(name "libqtxdg")
|
2019-03-13 16:37:15 +01:00
|
|
|
(version "3.3.1")
|
2015-02-28 21:08:50 +01:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2018-10-18 03:22:36 +02:00
|
|
|
(uri (string-append
|
2019-02-25 01:14:34 +01:00
|
|
|
"https://github.com/lxqt/libqtxdg/releases/download/"
|
|
|
|
version "/libqtxdg-" version ".tar.xz"))
|
2015-02-28 21:08:50 +01:00
|
|
|
(sha256
|
2019-03-13 16:37:15 +01:00
|
|
|
(base32 "1mnnq8vbf5xjlrzajzfkay0yzzxri0zz0xi8x8rmxpw38xmglq8h"))))
|
2015-02-28 21:08:50 +01:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(arguments
|
2018-10-19 07:59:24 +02:00
|
|
|
'(#:configure-flags
|
|
|
|
'("-DBUILD_TESTS=ON"
|
|
|
|
"-DQTXDGX_ICONENGINEPLUGIN_INSTALL_PATH=lib/qt5/plugins/iconengines")
|
2018-10-18 03:22:36 +02:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'check 'pre-check
|
|
|
|
(lambda _
|
|
|
|
;; Run the tests offscreen.
|
|
|
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
|
|
|
#t)))))
|
2016-06-17 08:14:12 +02:00
|
|
|
(propagated-inputs
|
2018-10-18 03:22:36 +02:00
|
|
|
;; required by Qt5XdgIconLoader.pc
|
|
|
|
`(("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)))
|
2019-03-13 16:37:15 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
2018-10-18 03:22:36 +02:00
|
|
|
(home-page "https://github.com/lxqt/libqtxdg")
|
2015-02-28 21:08:50 +01:00
|
|
|
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
|
|
|
(description "Libqtxdg implements the freedesktop.org xdg specifications
|
|
|
|
in Qt.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2015-07-24 23:05:02 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
(define-public liblxqt
|
2018-10-18 04:41:43 +02:00
|
|
|
(package
|
2018-10-18 13:19:06 +02:00
|
|
|
(name "liblxqt")
|
2019-03-13 16:37:16 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 04:41:43 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2018-10-18 13:19:06 +02:00
|
|
|
(uri (string-append
|
|
|
|
"https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
2018-10-18 04:41:43 +02:00
|
|
|
(sha256
|
2019-03-13 16:37:16 +01:00
|
|
|
(base32 "1gb922npf6nw4w3nkvh4czk8xmdzzqkzq3zgl1h303fjaib359qs"))))
|
2018-10-18 13:19:06 +02:00
|
|
|
(build-system cmake-build-system)
|
2018-10-18 04:41:43 +02:00
|
|
|
(arguments
|
2018-10-18 13:19:06 +02:00
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"share/polkit-1/actions"))
|
2019-03-13 16:37:16 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 13:19:06 +02:00
|
|
|
#t)))))
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("libxscrnsaver" ,libxscrnsaver)
|
|
|
|
("polkit-qt" ,polkit-qt)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
2018-10-18 04:41:43 +02:00
|
|
|
(native-inputs
|
2018-10-18 13:19:06 +02:00
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Core utility library for all LXQt components")
|
|
|
|
(description "liblxqt provides the basic libraries shared by the
|
|
|
|
components of the LXQt desktop environment.")
|
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 04:41:43 +02:00
|
|
|
|
2018-10-18 12:54:29 +02:00
|
|
|
(define-public libsysstat
|
|
|
|
(package
|
|
|
|
(name "libsysstat")
|
2019-03-13 16:37:17 +01:00
|
|
|
(version "0.4.2")
|
2018-10-18 12:54:29 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:17 +01:00
|
|
|
(base32 "0rz9w49khra9kl91kfnd3wxkldy1fqf6755mvlgbsqxb1yv8597w"))))
|
2018-10-18 12:54:29 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(arguments '(#:tests? #f)) ; no tests
|
|
|
|
(inputs
|
|
|
|
`(("qtbase" ,qtbase)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Library used to query system info and statistics")
|
|
|
|
(description "libsysstat is a library to query system information like CPU
|
|
|
|
and memory usage or network traffic.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 12:54:29 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
|
|
|
|
;; Core
|
|
|
|
|
2018-10-18 05:40:41 +02:00
|
|
|
(define-public lxqt-about
|
|
|
|
(package
|
|
|
|
(name "lxqt-about")
|
2019-03-13 16:37:18 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 05:40:41 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:18 +01:00
|
|
|
(base32 "01xp5ddcxc9wvl7jm4179hjrirj07mpzm9z50936d1fqx34wfbis"))))
|
2018-10-18 05:40:41 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
2019-03-13 16:37:18 +01:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
2019-03-14 11:50:06 +01:00
|
|
|
(add-before 'build 'setenv
|
|
|
|
(lambda _
|
|
|
|
(setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
|
|
|
|
#t))
|
2019-03-13 16:37:18 +01:00
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
|
|
|
#t)))))
|
2018-10-18 05:40:41 +02:00
|
|
|
(home-page "https://lxqt.org")
|
|
|
|
(synopsis "Provides information about LXQt and the system")
|
|
|
|
(description "lxqt-about is a dialogue window providing information about
|
|
|
|
LXQt and the system it's running on.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 05:53:30 +02:00
|
|
|
|
|
|
|
(define-public lxqt-admin
|
|
|
|
(package
|
|
|
|
(name "lxqt-admin")
|
2019-03-13 16:37:19 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 05:53:30 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:19 +01:00
|
|
|
(base32 "0f0skkxqyhpidpd5phliax869v4n2whvglg8rahzia2zhw4ylzry"))))
|
2018-10-18 05:53:30 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("polkit-qt" ,polkit-qt)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* "lxqt-admin-user/CMakeLists.txt"
|
|
|
|
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"share/polkit-1/actions"))
|
2019-03-13 16:37:19 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("lxqt-admin-time/CMakeLists.txt"
|
|
|
|
"lxqt-admin-user/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 05:53:30 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org")
|
|
|
|
(synopsis "LXQt system administration tool")
|
|
|
|
(description "lxqt-admin is providing two GUI tools to adjust settings of
|
|
|
|
the operating system LXQt is running on.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 05:40:41 +02:00
|
|
|
|
2018-10-18 07:58:55 +02:00
|
|
|
(define-public lxqt-config
|
|
|
|
(package
|
|
|
|
(name "lxqt-config")
|
2019-03-13 16:37:20 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 07:58:55 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:20 +01:00
|
|
|
(base32 "16k36knv6d72gg8hp7423l3ic43y3l3zbaf3spqn2a354y30myrg"))))
|
2018-10-18 07:58:55 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
2019-03-13 16:37:20 +01:00
|
|
|
`(("eudev" ,eudev)
|
|
|
|
("kwindowsystem" ,kwindowsystem)
|
2018-10-18 07:58:55 +02:00
|
|
|
("libkscreen" ,libkscreen)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("libxcursor" ,libxcursor)
|
2019-03-13 16:37:20 +01:00
|
|
|
("libxi" ,libxi)
|
2018-10-18 07:58:55 +02:00
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("solid" ,solid)
|
2019-03-13 16:37:20 +01:00
|
|
|
("xf86-input-libinput" ,xf86-input-libinput)
|
2018-10-18 07:58:55 +02:00
|
|
|
("zlib" ,zlib)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("src/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:20 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("lxqt-config-file-associations/CMakeLists.txt"
|
|
|
|
"lxqt-config-brightness/CMakeLists.txt"
|
|
|
|
"lxqt-config-appearance/CMakeLists.txt"
|
|
|
|
"lxqt-config-locale/CMakeLists.txt"
|
|
|
|
"lxqt-config-monitor/CMakeLists.txt"
|
|
|
|
"lxqt-config-input/CMakeLists.txt"
|
|
|
|
"liblxqt-config-cursor/CMakeLists.txt"
|
|
|
|
"src/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 07:58:55 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org")
|
|
|
|
(synopsis "Tools to configure LXQt and the underlying operating system")
|
|
|
|
(description "lxqt-config is providing several tools involved in the
|
|
|
|
configuration of both LXQt and the underlying operating system.")
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 04:55:46 +02:00
|
|
|
(define-public lxqt-globalkeys
|
|
|
|
(package
|
|
|
|
(name "lxqt-globalkeys")
|
2019-03-13 16:37:21 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 04:55:46 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:21 +01:00
|
|
|
(base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
|
2018-10-18 04:55:46 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt"
|
|
|
|
"xdg/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:21 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "config/CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 04:55:46 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Daemon used to register global keyboard shortcuts")
|
|
|
|
(description "lxqt-globalkeys is providing tools to set global keyboard
|
|
|
|
shortcuts in LXQt sessions, that is shortcuts which apply to the LXQt session
|
|
|
|
as a whole and are not limited to distinct applications.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 04:55:46 +02:00
|
|
|
|
2018-10-18 08:10:48 +02:00
|
|
|
(define-public lxqt-notificationd
|
|
|
|
(package
|
|
|
|
(name "lxqt-notificationd")
|
2019-03-13 16:37:22 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 08:10:48 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:22 +01:00
|
|
|
(base32 "1kiag3fcx12qmslln6x6lwvm4f1spymwf71389kdya3vwx7hkmcy"))))
|
2018-10-18 08:10:48 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no test target
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:22 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("config/CMakeLists.txt"
|
|
|
|
"src/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 08:10:48 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "The LXQt notification daemon")
|
|
|
|
(description "lxqt-notificationd is LXQt's implementation of a daemon
|
|
|
|
according to the Desktop Notifications Specification.")
|
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 08:30:04 +02:00
|
|
|
|
|
|
|
(define-public lxqt-openssh-askpass
|
|
|
|
(package
|
|
|
|
(name "lxqt-openssh-askpass")
|
2019-03-13 16:37:23 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 08:30:04 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:23 +01:00
|
|
|
(base32 "1fvbgjidpifn420avh8n1gym49vcz6zgayz7xygg1x93s4awy1cs"))))
|
2018-10-18 08:30:04 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
2019-03-13 16:37:23 +01:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
|
|
|
#t)))))
|
2018-10-18 08:30:04 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "GUI to query passwords on behalf of SSH agents")
|
|
|
|
(description "lxqt-openssh-askpass is a GUI to query credentials on behalf
|
|
|
|
of other programs.")
|
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 08:10:48 +02:00
|
|
|
|
2018-10-18 04:58:24 +02:00
|
|
|
(define-public lxqt-panel
|
|
|
|
(package
|
|
|
|
(name "lxqt-panel")
|
2019-03-13 16:37:24 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 04:58:24 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:24 +01:00
|
|
|
(base32 "1r3wx0v3jm7j41h7gxr49izc9xa1afvrzq4wcdm0qbj98qa1rgpq"))))
|
2018-10-18 04:58:24 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
|
|
|
("kguiaddons" ,kguiaddons)
|
|
|
|
("libdbusmenu-qt" ,libdbusmenu-qt)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("libstatgrab" ,libstatgrab)
|
gnu: Fix misplaced commas (unquotes).
* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
2018-12-13 05:30:18 +01:00
|
|
|
("libsysstat" ,libsysstat)
|
2018-10-18 04:58:24 +02:00
|
|
|
("libxcomposite" ,libxcomposite)
|
|
|
|
("libxdamage" ,libxdamage)
|
|
|
|
("libxkbcommon" ,libxkbcommon)
|
|
|
|
("libxrender" ,libxrender)
|
|
|
|
("lm-sensors" ,lm-sensors "lib")
|
|
|
|
("lxqt-globalkeys" ,lxqt-globalkeys)
|
|
|
|
("pcre" ,pcre)
|
|
|
|
("pulseaudio" ,pulseaudio)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("solid" ,solid)
|
|
|
|
("xcb-util" ,xcb-util)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
2019-05-22 09:27:16 +02:00
|
|
|
(propagated-inputs
|
|
|
|
;; Propagating KWINDOWSYSTEM so that the list of opened applications
|
|
|
|
;; shows up in lxqt-panel's taskbar plugin.
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)))
|
2018-10-18 04:58:24 +02:00
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt"
|
|
|
|
"menu/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:24 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("cmake/BuildPlugin.cmake"
|
|
|
|
"panel/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 04:58:24 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "The LXQt desktop panel")
|
|
|
|
(description "lxqt-panel represents the taskbar of LXQt.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 04:58:24 +02:00
|
|
|
|
2018-10-18 08:24:20 +02:00
|
|
|
(define-public lxqt-policykit
|
|
|
|
(package
|
|
|
|
(name "lxqt-policykit")
|
2019-03-13 16:37:25 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 08:24:20 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:25 +01:00
|
|
|
(base32 "127rqb0nprybkc41lk0yq0r0dk5pbbw22gvrm4pwag71qh8wpk5i"))))
|
2018-10-18 08:24:20 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("pcre" ,pcre)
|
|
|
|
("polkit-qt" ,polkit-qt)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("polkit" ,polkit)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no test target
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:25 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 08:24:20 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "The LXQt PolicyKit agent")
|
2019-05-23 02:14:14 +02:00
|
|
|
(description "lxqt-policykit is the polkit authentication agent of
|
2018-10-18 08:24:20 +02:00
|
|
|
LXQt.")
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 08:38:02 +02:00
|
|
|
(define-public lxqt-powermanagement
|
|
|
|
(package
|
|
|
|
(name "lxqt-powermanagement")
|
2019-03-13 16:37:26 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 08:38:02 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:26 +01:00
|
|
|
(base32 "06bvgbkbl9p9n8ba5cfsynqgmpb5c8yfnsvp7zqhflj8k9p9msip"))))
|
2018-10-18 08:38:02 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kidletime" ,kidletime)
|
|
|
|
("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("solid" ,solid)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:26 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("config/CMakeLists.txt"
|
|
|
|
"src/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 08:38:02 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Power management module for LXQt")
|
|
|
|
(description "lxqt-powermanagement is providing tools to monitor power
|
|
|
|
management events and optionally trigger actions like e. g. shut down a system
|
|
|
|
when laptop batteries are low on power.")
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 08:56:23 +02:00
|
|
|
(define-public lxqt-qtplugin
|
|
|
|
(package
|
|
|
|
(name "lxqt-qtplugin")
|
2019-03-13 16:37:27 +01:00
|
|
|
(version "0.14.0")
|
2018-10-18 08:56:23 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:27 +01:00
|
|
|
(base32 "18y7xfxwyismcycg70q6r8zrcygz1pdcvg6lqc6ba7azqb9806ds"))))
|
2018-10-18 08:56:23 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libdbusmenu-qt" ,libdbusmenu-qt)
|
|
|
|
("libfm-qt" ,libfm-qt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("src/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{QT_PLUGINS_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"lib/qt5/plugins"))
|
2018-10-18 08:56:23 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "LXQt Qt platform integration plugin")
|
|
|
|
(description "lxqt-qtplugin is providing a library libqtlxqt to integrate
|
|
|
|
Qt with LXQt.")
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 05:01:29 +02:00
|
|
|
(define-public lxqt-runner
|
|
|
|
(package
|
|
|
|
(name "lxqt-runner")
|
2019-03-13 16:37:28 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 05:01:29 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:28 +01:00
|
|
|
(base32 "1c687shypivkhjrpzs1jcy5l2i8d7xzm31c4is1xx6x9nbkgm4bm"))))
|
2018-10-18 05:01:29 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("lxqt-globalkeys" ,lxqt-globalkeys)
|
|
|
|
("muparser" ,muparser)
|
|
|
|
("pcre" ,pcre)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
gnu: Fix misplaced commas (unquotes).
* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
2018-12-13 05:30:18 +01:00
|
|
|
("qttools" ,qttools)
|
2018-10-18 05:01:29 +02:00
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:28 +01:00
|
|
|
#t))
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 05:01:29 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Tool used to launch programs quickly by typing their names")
|
|
|
|
(description "lxqt-runner provides a GUI that comes up on the desktop and
|
|
|
|
allows for launching applications or shutting down the system.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 05:01:29 +02:00
|
|
|
|
2015-10-03 21:20:41 +02:00
|
|
|
(define-public lxqt-session
|
|
|
|
(package
|
|
|
|
(name "lxqt-session")
|
2019-03-13 16:37:29 +01:00
|
|
|
(version "0.14.1")
|
2015-10-03 21:20:41 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2018-10-18 04:34:41 +02:00
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
2015-10-03 21:20:41 +02:00
|
|
|
(sha256
|
2019-03-13 16:37:29 +01:00
|
|
|
(base32 "11i2vimv3336dvvxb6y5csdybwjncr7cq3kwlj52vkpisnxslvgy"))))
|
2015-10-03 21:20:41 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
2018-10-18 04:34:41 +02:00
|
|
|
`(("eudev" ,eudev)
|
|
|
|
("kwindowsystem" ,kwindowsystem)
|
2015-10-03 21:20:41 +02:00
|
|
|
("liblxqt" ,liblxqt)
|
2016-06-16 19:24:16 +02:00
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
2018-10-18 04:34:41 +02:00
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("xdg-user-dirs" ,xdg-user-dirs)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
2018-10-18 08:02:33 +02:00
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
2015-10-03 21:20:41 +02:00
|
|
|
(arguments
|
2018-10-18 04:34:41 +02:00
|
|
|
`(#:tests? #f
|
2015-10-03 21:20:41 +02:00
|
|
|
#:phases
|
2018-10-18 04:34:41 +02:00
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
2015-10-03 21:20:41 +02:00
|
|
|
(lambda _
|
2018-10-18 04:34:41 +02:00
|
|
|
(substitute* '("autostart/CMakeLists.txt"
|
|
|
|
"config/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2019-03-13 16:37:29 +01:00
|
|
|
#t))
|
2019-05-21 20:07:51 +02:00
|
|
|
;; add write permission to lxqt-rc.xml file which is stored as read-only in store
|
|
|
|
(add-after 'unpack 'patch-openbox-permission
|
|
|
|
(lambda _
|
|
|
|
(substitute* "startlxqt.in"
|
|
|
|
(("cp \"\\$LXQT_DEFAULT_OPENBOX_CONFIG\" \"\\$XDG_CONFIG_HOME/openbox\"")
|
|
|
|
(string-append "cp \"$LXQT_DEFAULT_OPENBOX_CONFIG\" \"$XDG_CONFIG_HOME/openbox\"\n"
|
|
|
|
" # fix openbox permission issue\n"
|
|
|
|
" chmod u+w \"$XDG_CONFIG_HOME/openbox\"/*")))
|
|
|
|
#t))
|
2019-03-13 16:37:29 +01:00
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* '("lxqt-config-session/CMakeLists.txt"
|
|
|
|
"lxqt-leave/CMakeLists.txt"
|
|
|
|
"lxqt-session/CMakeLists.txt")
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
2018-10-18 04:34:41 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
2015-10-03 21:20:41 +02:00
|
|
|
(synopsis "Session manager for LXQt")
|
|
|
|
(description "lxqt-session provides the standard session manager
|
|
|
|
for the LXQt desktop environment.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 05:11:36 +02:00
|
|
|
|
|
|
|
(define-public lxqt-sudo
|
|
|
|
(package
|
|
|
|
(name "lxqt-sudo")
|
2019-03-13 16:37:30 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 05:11:36 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:30 +01:00
|
|
|
(base32 "0mbygp2kkppwk7sxvpnwavdwrx88mh7ldcg6xm3zw1ndp29danay"))))
|
2018-10-18 05:11:36 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("liblxqt" ,liblxqt)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("sudo" ,sudo)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
2019-03-13 16:37:30 +01:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-translations-dir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
"/share/lxqt/translations")))
|
|
|
|
#t)))))
|
2018-10-18 05:11:36 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "GUI frontend for sudo/su")
|
|
|
|
(description "lxqt-sudo is a graphical front-end of commands sudo and su
|
|
|
|
respectively. As such it enables regular users to launch applications with
|
|
|
|
permissions of other users including root.")
|
2018-10-18 07:32:55 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2018-10-18 05:19:38 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
(define-public lxqt-themes
|
2018-10-18 09:20:39 +02:00
|
|
|
(package
|
2018-10-18 13:19:06 +02:00
|
|
|
(name "lxqt-themes")
|
2019-03-13 16:37:31 +01:00
|
|
|
(version "0.14.0")
|
2018-10-18 09:20:39 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:31 +01:00
|
|
|
(base32 "0p7svdpp0z44hvgrp2aip6hym0gdhbanyxsz6iz8sjnn28c995ia"))))
|
2018-10-18 13:19:06 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_GRAPHICS_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"share/lxqt/graphics"))
|
2018-10-18 13:19:06 +02:00
|
|
|
(substitute* '("themes/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_SHARE_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"share/lxqt"))
|
2018-10-18 13:19:06 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Themes, graphics and icons for LXQt")
|
|
|
|
(description "This package comprises a number of graphic files and themes
|
|
|
|
for LXQt.")
|
|
|
|
;; The whole package is released under LGPL 2.1+, while the LXQt logo is
|
|
|
|
;; licensed under CC-BY-SA 3.0.
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
|
|
|
|
|
|
|
;; File Manager
|
|
|
|
|
|
|
|
(define-public libfm-qt
|
|
|
|
(package
|
|
|
|
(name "libfm-qt")
|
2019-03-13 16:37:32 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 13:19:06 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:32 +01:00
|
|
|
(base32 "06p3wqpc574v9f94wkq9hqmbbvb9q8phfpq301z55c5r939f4hrp"))))
|
2018-10-18 09:20:39 +02:00
|
|
|
(build-system cmake-build-system)
|
2018-10-18 13:19:06 +02:00
|
|
|
(arguments
|
2019-03-13 16:37:32 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 09:20:39 +02:00
|
|
|
(inputs
|
|
|
|
`(("glib" ,glib)
|
2018-10-18 13:19:06 +02:00
|
|
|
("libexif" ,libexif)
|
|
|
|
("libfm" ,libfm)
|
|
|
|
("libxcb" ,libxcb)
|
|
|
|
("menu-cache" ,menu-cache)
|
2018-10-18 09:20:39 +02:00
|
|
|
("pcre" ,pcre)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(home-page "https://lxqt.org/")
|
2018-10-18 13:19:06 +02:00
|
|
|
(synopsis "Qt binding for libfm")
|
|
|
|
(description "libfm-qt is the Qt port of libfm, a library providing
|
|
|
|
components to build desktop file managers which belongs to LXDE.")
|
2018-10-18 09:20:39 +02:00
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 05:19:38 +02:00
|
|
|
(define-public pcmanfm-qt
|
|
|
|
(package
|
|
|
|
(name "pcmanfm-qt")
|
2019-03-13 16:37:33 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 05:19:38 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:33 +01:00
|
|
|
(base32 "0x3c25inlxll965xszx37mnl5gp3smm2h7x04f67z0qlh3vsbrjq"))))
|
2018-10-18 05:19:38 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libfm-qt" ,libfm-qt)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2018-10-18 05:19:38 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "File manager and desktop icon manager")
|
|
|
|
(description "PCManFM-Qt is the Qt port of PCManFM, the file manager of
|
|
|
|
LXDE.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-18 09:54:15 +02:00
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
|
|
|
|
;; Extra
|
|
|
|
|
2018-10-18 14:33:24 +02:00
|
|
|
(define-public compton-conf
|
|
|
|
(package
|
|
|
|
(name "compton-conf")
|
2019-03-13 16:37:34 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 14:33:24 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:34 +01:00
|
|
|
(base32 "11n8k59jd0q2x66cispc9dpk139mp6j99hq1yjccxvh21vhc7mbc"))))
|
2018-10-18 14:33:24 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libconfig" ,libconfig)
|
|
|
|
("qtbase" ,qtbase)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* '("autostart/CMakeLists.txt")
|
|
|
|
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
2018-10-20 04:50:40 +02:00
|
|
|
"DESTINATION \"etc/xdg"))
|
2018-10-18 14:33:24 +02:00
|
|
|
#t)))))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "GUI configuration tool for compton X composite manager")
|
|
|
|
(description "@code{compton-conf} is a configuration tool for X composite
|
|
|
|
manager Compton.")
|
|
|
|
(license license:lgpl2.1+)))
|
|
|
|
|
2018-10-18 13:33:15 +02:00
|
|
|
(define-public lximage-qt
|
|
|
|
(package
|
|
|
|
(name "lximage-qt")
|
2019-03-13 16:37:35 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 13:33:15 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:35 +01:00
|
|
|
(base32 "0iiq55rm4z2jp19q1pbd2whifwvxg052q324vrwp4p7nz0wh04za"))))
|
2018-10-18 13:33:15 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libexif" ,libexif)
|
|
|
|
("libfm-qt" ,libfm-qt)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
2019-03-13 16:37:35 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 13:33:15 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "The image viewer and screenshot tool for lxqt")
|
|
|
|
(description "LXImage-Qt is the Qt port of LXImage, a simple and fast
|
|
|
|
image viewer.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-18 13:33:15 +02:00
|
|
|
|
2018-10-18 14:33:43 +02:00
|
|
|
(define-public obconf-qt
|
|
|
|
(package
|
|
|
|
(name "obconf-qt")
|
2019-03-13 16:37:36 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 14:33:43 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:36 +01:00
|
|
|
(base32 "1kzb7364150b60qd3wcgnw78b9ia5k3b16kq8w3p1y7pg6pddy8m"))))
|
2018-10-18 14:33:43 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("imlib2" ,imlib2)
|
|
|
|
("libsm" ,libsm)
|
|
|
|
("librsvg" ,librsvg)
|
|
|
|
("libxft" ,libxft)
|
|
|
|
("libxml2" ,libxml2)
|
|
|
|
("openbox" ,openbox)
|
|
|
|
("pango" ,pango)
|
|
|
|
("pcre" ,pcre)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
2019-03-13 16:37:36 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 14:33:43 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Openbox configuration tool")
|
|
|
|
(description "ObConf-Qt is a Qt port of ObConf, a configuration editor for
|
|
|
|
window manager OpenBox.")
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2018-10-18 13:19:06 +02:00
|
|
|
(define-public pavucontrol-qt
|
|
|
|
(package
|
|
|
|
(name "pavucontrol-qt")
|
2019-03-13 16:37:37 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 13:19:06 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:37 +01:00
|
|
|
(base32 "18mw5r8grfrf95vxjbqrr790kl5l59qdqcmlxmwa6rwbfgywj1fq"))))
|
2018-10-18 13:19:06 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("glib" ,glib)
|
|
|
|
("pcre" ,pcre)
|
|
|
|
("pulseaudio" ,pulseaudio)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
2019-03-13 16:37:37 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 13:19:06 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Pulseaudio mixer in Qt")
|
|
|
|
(description "@code{pavucontrol-qt} is the Qt port of volume control
|
|
|
|
@code{pavucontrol} of sound server @code{PulseAudio}.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-18 13:19:06 +02:00
|
|
|
|
2018-10-18 14:01:39 +02:00
|
|
|
(define-public qps
|
|
|
|
(package
|
|
|
|
(name "qps")
|
2019-03-13 16:37:38 +01:00
|
|
|
(version "1.10.20")
|
2018-10-18 14:01:39 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:38 +01:00
|
|
|
(base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
|
2018-10-18 14:01:39 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("libxrender" ,libxrender)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
2019-03-13 16:37:38 +01:00
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
2018-10-18 14:01:39 +02:00
|
|
|
(arguments
|
|
|
|
'(#:tests? #f)) ; no tests
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Qt-based visual process status monitor")
|
|
|
|
(description "@code{qps} is a monitor that displays the status of the
|
|
|
|
processes currently in existence, much like code{top} or code{ps}.")
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2018-10-18 09:54:15 +02:00
|
|
|
(define-public qtermwidget
|
|
|
|
(package
|
|
|
|
(name "qtermwidget")
|
2019-03-13 16:37:39 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 09:54:15 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:39 +01:00
|
|
|
(base32 "0v1vvi8vf9y8nv8y0gzffaqji53s75ab5jypksih0ndcws8ryww4"))))
|
2018-10-18 09:54:15 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
2019-09-07 06:55:29 +02:00
|
|
|
`(("qtbase" ,qtbase)
|
|
|
|
("utf8proc" ,utf8proc)))
|
2018-10-18 09:54:15 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
2019-03-13 16:37:39 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 09:54:15 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "The terminal widget for QTerminal")
|
|
|
|
(description "QTermWidget is a terminal emulator widget for Qt 5.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-18 14:01:17 +02:00
|
|
|
|
|
|
|
(define-public qterminal
|
|
|
|
(package
|
|
|
|
(name "qterminal")
|
2019-03-13 16:37:40 +01:00
|
|
|
(version "0.14.1")
|
2018-10-18 14:01:17 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
|
|
|
version "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
2019-03-13 16:37:40 +01:00
|
|
|
(base32 "0cgyaskyqginmm85d11inbi0mmxrsrnvgyx6g4l4l4iqpphfq670"))))
|
2018-10-18 14:01:17 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)
|
|
|
|
("qtermwidget" ,qtermwidget)))
|
|
|
|
(native-inputs
|
|
|
|
`(("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
2019-03-13 16:37:40 +01:00
|
|
|
'(#:tests? #f)) ; no tests
|
2018-10-18 14:01:17 +02:00
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Lightweight Qt-based terminal emulator")
|
|
|
|
(description "QTerminal is a lightweight Qt terminal emulator based on
|
|
|
|
QTermWidget.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-18 13:48:09 +02:00
|
|
|
|
|
|
|
(define-public screengrab
|
|
|
|
(package
|
|
|
|
(name "screengrab")
|
2019-03-13 16:37:41 +01:00
|
|
|
(version "1.101")
|
2018-10-18 13:48:09 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2019-02-24 20:54:20 +01:00
|
|
|
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
|
|
|
|
version "/screengrab-" version ".tar.xz"))
|
2018-10-18 13:48:09 +02:00
|
|
|
(sha256
|
2019-03-13 16:37:41 +01:00
|
|
|
(base32 "05f81xjlmiykd7iwx5xns5vnynjq4js4x1bk8wd648frrksp44fa"))))
|
2018-10-18 13:48:09 +02:00
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("kwindowsystem" ,kwindowsystem)
|
|
|
|
("libqtxdg" ,libqtxdg)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f)) ; no tests
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Crossplatform tool for fast making screenshots")
|
|
|
|
(description "ScreenGrab is a program for fast creating screenshots, and
|
|
|
|
easily publishing them on internet image hosting services.")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|
2018-10-22 05:29:20 +02:00
|
|
|
|
|
|
|
|
2019-08-01 17:59:06 +02:00
|
|
|
(define-public lxqt-archiver
|
|
|
|
(package
|
|
|
|
(name "lxqt-archiver")
|
|
|
|
(version "0.0.96")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url (string-append "https://github.com/lxqt/" name ".git"))
|
|
|
|
(commit version)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32 "09rw774vxj96wcpxxncz6nr9bmw7l4l0kwylmz1saq6rpa2yvn2i"))))
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("glib" ,glib)
|
|
|
|
("json-glib" ,json-glib)
|
|
|
|
("libfm-qt" ,libfm-qt)
|
|
|
|
("qtbase" ,qtbase)
|
|
|
|
("qtx11extras" ,qtx11extras)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("lxqt-build-tools" ,lxqt-build-tools)
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f))
|
|
|
|
(home-page "https://lxqt.org/")
|
|
|
|
(synopsis "Simple & lightweight desktop-agnostic Qt file archiver")
|
|
|
|
(description
|
|
|
|
"This package provides a Qt graphical interface to archiving programs
|
|
|
|
like @command{tar} and @command{zip}.")
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
2018-10-22 05:29:20 +02:00
|
|
|
;; The LXQt Desktop Environment
|
|
|
|
|
|
|
|
(define-public lxqt
|
|
|
|
(package
|
|
|
|
(name "lxqt")
|
|
|
|
(version (package-version lxqt-session))
|
|
|
|
(source #f)
|
|
|
|
(build-system trivial-build-system)
|
|
|
|
(arguments '(#:builder (begin (mkdir %output) #t)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(;; XDG
|
|
|
|
("desktop-file-utils" ,desktop-file-utils)
|
|
|
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
|
|
|
("xdg-user-dirs" ,xdg-user-dirs)
|
|
|
|
("xdg-utils" ,xdg-utils)
|
|
|
|
;; Base
|
|
|
|
;; TODO: qtsvg is needed for lxqt apps to display icons. Maybe it
|
|
|
|
;; should be added to their propagated-inputs?
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
;; Core
|
|
|
|
("lxqt-about" ,lxqt-about)
|
|
|
|
("lxqt-admin" ,lxqt-admin)
|
|
|
|
("lxqt-config" ,lxqt-config)
|
|
|
|
("lxqt-notificationd" ,lxqt-notificationd)
|
|
|
|
("lxqt-openssh-askpass" ,lxqt-openssh-askpass)
|
|
|
|
("lxqt-panel" ,lxqt-panel)
|
|
|
|
("lxqt-policykit" ,lxqt-policykit)
|
|
|
|
("lxqt-powermanagement" ,lxqt-powermanagement)
|
|
|
|
("lxqt-qtplugin" ,lxqt-qtplugin)
|
|
|
|
("lxqt-runner" ,lxqt-runner)
|
|
|
|
("lxqt-session" ,lxqt-session)
|
|
|
|
("lxqt-sudo" ,lxqt-sudo)
|
|
|
|
("lxqt-themes" ,lxqt-themes)
|
|
|
|
("pcmanfm-qt" ,pcmanfm-qt)
|
|
|
|
;; Extra
|
|
|
|
("compton" ,compton)
|
|
|
|
("compton-conf" ,compton-conf)
|
|
|
|
("font-dejavu" ,font-dejavu)
|
|
|
|
("lximage-qt" ,lximage-qt)
|
|
|
|
("obconf-qt" ,obconf-qt)
|
|
|
|
("openbox" ,openbox)
|
|
|
|
("oxygen-icons" ,oxygen-icons)
|
|
|
|
("pavucontrol-qt" ,pavucontrol-qt)
|
|
|
|
("qps" ,qps)
|
2018-10-27 05:30:07 +02:00
|
|
|
("qterminal" ,qterminal)))
|
2018-10-22 05:29:20 +02:00
|
|
|
(synopsis "The Lightweight Qt Desktop Environment")
|
|
|
|
(description "LXQt is a lightweight Qt desktop environment.")
|
|
|
|
(home-page "https://lxde.org")
|
2018-10-27 09:56:47 +02:00
|
|
|
(license license:gpl2+)))
|