[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/18: gnu: lxinput: Build with GTK 3.
From: |
guix-commits |
Subject: |
11/18: gnu: lxinput: 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 b6c93e3ba0ff1cda454ee043f089ab916a00df89
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:20:07 2022 -0400
gnu: lxinput: Build with GTK 3.
* gnu/packages/lxde.scm (lxinput)[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 3c816d3cbb..e775d3dec8 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -506,8 +506,9 @@ menu spec-compliant desktop menus for LXDE.")
(base32
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
(build-system gnu-build-system)
+ (arguments (list #:configure-flags #~(list "--enable-gtk3")))
(inputs
- (list gtk+-2))
+ (list gtk+))
(native-inputs
(list pkg-config intltool))
(synopsis "Tool for mouse and keyboard configuration in LXDE")
- 17/18: gnu: lxinput: Use a mirror:// URI., (continued)
- 17/18: gnu: lxinput: Use a mirror:// URI., guix-commits, 2022/08/17
- 01/18: gnu: openjdk: Add a variable tracking the latest openjdk package., guix-commits, 2022/08/17
- 02/18: gnu: libfm: Build with GTK 3., guix-commits, 2022/08/17
- 06/18: gnu: viewnior: Use new style inputs and fix indentation., guix-commits, 2022/08/17
- 04/18: gnu: lxpanel: Build with GTK 3, use gexps and new style inputs., guix-commits, 2022/08/17
- 05/18: gnu: gpicview: Build with GTK 3., guix-commits, 2022/08/17
- 16/18: gnu: lxde-common: Use a mirror:// URI., guix-commits, 2022/08/17
- 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 <=
- 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, 2022/08/17