diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-09-20 16:04:34 -0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-28 22:24:06 +0100 |
| commit | 6853465ca086cfdeb349ab4f5908f3630c19dd64 (patch) | |
| tree | 70e3fbb87f1c18f87ee10d04f5f6b6d1576c56c2 /gnu/packages/lxde.scm | |
| parent | c2d38eba5edb9169bd0f5324aa67a3a2502f0c03 (diff) | |
gnu: Merge (gnu packages openbox) with (gnu packages wm).
This file contains two package definitions that should be on wm.scm.
They are not overly complex, not tightly couple and small, so there is
few to no reason keeping them in a dedicated file.
* gnu/packages/openbox.scm (obconf, openbox): Move from here ...
* gnu/packages/wm.scm: ... to here.
* gnu/packages/openbox.scm: Delete file.
* gnu/local.mk: Remove reference to openbox.scm.
* gnu/packages/kde-frameworks.scm: Fixup reference to (gnu packages openbox) module.
* gnu/packages/lxde.scm: Remove reference to (gnu packages openbox) module.
* gnu/packages/lxqt.scm: Fixup reference to (gnu packages openbox) module.
* gnu/tests/install.scm: Remove reference to (gnu packages openbox) module.
* po/packages/POTFILES.in: Remove reference to openbox.scm.
Change-Id: I0b887debb97e8fcc7880c9f05d29981226d06077
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/lxde.scm')
| -rw-r--r-- | gnu/packages/lxde.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index ba1c1374ef0..3aeb2a5321a 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -47,7 +47,6 @@ #:use-module (gnu packages libusb) #:use-module (gnu packages linux) #:use-module (gnu packages lsof) - #:use-module (gnu packages openbox) #:use-module (gnu packages photo) #:use-module (gnu packages pkg-config) #:use-module (gnu packages polkit) |
