[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: lxqt.scm: Move qttools from inputs to native-inputs.
From: |
??? |
Subject: |
02/09: gnu: lxqt.scm: Move qttools from inputs to native-inputs. |
Date: |
Thu, 25 Oct 2018 09:46:52 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit f2b48558dfe033708e02667e24e08cd5c0861aa3
Author: Meiyo Peng <address@hidden>
Date: Thu Oct 18 14:02:33 2018 +0800
gnu: lxqt.scm: Move qttools from inputs to native-inputs.
* gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs.
Signed-off-by: 宋文武 <address@hidden>
---
gnu/packages/lxqt.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 39f7b2c..7f2d251 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -104,11 +104,11 @@ and import their menus over DBus.")
("menu-cache" ,menu-cache)
("pcre" ,pcre)
("qtbase" ,qtbase)
- ("qttools" ,qttools)
("qtx11extras" ,qtx11extras)))
(native-inputs
`(("pkg-config" ,pkg-config)
- ("lxqt-build-tools" ,lxqt-build-tools)))
+ ("lxqt-build-tools" ,lxqt-build-tools)
+ ("qttools" ,qttools)))
(home-page "https://lxqt.org/")
(synopsis "Qt binding for libfm")
(description "libfm-qt is the Qt port of libfm, a library providing
@@ -147,10 +147,10 @@ components to build desktop file managers which belongs
to LXDE.")
("libxscrnsaver" ,libxscrnsaver)
("polkit-qt" ,polkit-qt)
("qtsvg" ,qtsvg)
- ("qttools" ,qttools)
("qtx11extras" ,qtx11extras)))
(native-inputs
- `(("lxqt-build-tools" ,lxqt-build-tools)))
+ `(("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
@@ -550,12 +550,12 @@ allows for launching applications or shutting down the
system.")
("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
- ("qttools" ,qttools)
("qtx11extras" ,qtx11extras)
("xdg-user-dirs" ,xdg-user-dirs)))
(native-inputs
`(("pkg-config" ,pkg-config)
- ("lxqt-build-tools" ,lxqt-build-tools)))
+ ("lxqt-build-tools" ,lxqt-build-tools)
+ ("qttools" ,qttools)))
(arguments
`(#:tests? #f
#:configure-flags
- branch master updated (7b63047 -> 84f6a99), ???, 2018/10/25
- 02/09: gnu: lxqt.scm: Move qttools from inputs to native-inputs.,
??? <=
- 04/09: gnu: Add lxqt-policykit., ???, 2018/10/25
- 03/09: gnu: Add lxqt-notificationd., ???, 2018/10/25
- 01/09: gnu: Add lxqt-config., ???, 2018/10/25
- 09/09: gnu: Add pavucontrol-qt., ???, 2018/10/25
- 08/09: gnu: Add lxqt-themes., ???, 2018/10/25
- 05/09: gnu: Add lxqt-openssh-askpass., ???, 2018/10/25
- 06/09: gnu: Add lxqt-powermanagement., ???, 2018/10/25
- 07/09: gnu: Add lxqt-qtplugin., ???, 2018/10/25