[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/18: gnu: lxtask: Build with GTK 3.
From: |
guix-commits |
Subject: |
10/18: gnu: lxtask: Build with GTK 3. |
Date: |
Wed, 17 Aug 2022 22:57:55 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit f5d7526477a59e207f5e21a784aaf4ba4417911e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:18:37 2022 -0400
gnu: lxtask: Build with GTK 3.
* gnu/packages/lxde.scm (lxtask)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
---
gnu/packages/lxde.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index e840f1c969..3c816d3cbb 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -174,7 +174,8 @@ or external monitor.")
(base32
"0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2"))))
(build-system gnu-build-system)
- (inputs (list gtk+-2))
+ (arguments (list #:configure-flags #~(list "--enable-gtk3")))
+ (inputs (list gtk+))
(native-inputs (list intltool pkg-config))
(synopsis "LXDE task manager")
(description "LXTask is a lightweight task manager derived from Xfce task
- 13/18: gnu: Update LXDE packages home page., (continued)
- 13/18: gnu: Update LXDE packages home page., guix-commits, 2022/08/17
- 03/18: gnu: pcmanfm: Build with GTK 3., guix-commits, 2022/08/17
- 09/18: gnu: lxrandr: Build with GTK 3., guix-commits, 2022/08/17
- 11/18: gnu: lxinput: Build with GTK 3., guix-commits, 2022/08/17
- 12/18: gnu: lxterminal: Build with GTK 3., guix-commits, 2022/08/17
- 08/18: gnu: lxsession: Build with GTK 3., guix-commits, 2022/08/17
- 14/18: gnu: lxmenu-data: Use a mirror:// URI., guix-commits, 2022/08/17
- 15/18: gnu: lxde-icon-theme: Use a mirror:// URI., guix-commits, 2022/08/17
- 18/18: gnu: lxsession: Use a mirror:// URI., guix-commits, 2022/08/17
- 07/18: gnu: lxappearance: Build with GTK 3., guix-commits, 2022/08/17
- 10/18: gnu: lxtask: Build with GTK 3.,
guix-commits <=