Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
Re: LXQt, kwin, meta-packages and toolkit purity
To:
"J. Scott Heppler" <shep971@spectrum.net>
Cc:
ports@openbsd.org
Date:
Sun, 7 Jan 2024 14:31:03 +0100

Download raw body.

Thread
On Sun Jan 07, 2024 at 04:51:14AM -0800, J. Scott Heppler wrote:
> > 
> > What "older meta-package"?
> 
> https://openports.pl/cat/meta/lxqt
> https://openports.pl/cat/meta/lxqt-extras
> 
> Note that the lxqt port x11/lxqt/obconf-qt which pulls in x11/openbox

"configuration editor for openbox window manager"

Yes because I depends on openbox libraries. But I see your point. From
upstream: "It is not actively developed anymore by LXQt project, code
contributions and bugfixes will be accepted. It can be used
independently from this desktop environment."

I think it makes sense to remove it from the lxqt meta packages.


Index: Makefile
===================================================================
RCS file: /cvs/ports/meta/lxqt/Makefile,v
diff -u -p -r1.5 Makefile
--- Makefile	30 Jan 2023 20:15:36 -0000	1.5
+++ Makefile	7 Jan 2024 13:30:42 -0000
@@ -5,9 +5,10 @@ V =		1.0.0
 PKGNAME =	lxqt-${V}
 
 PKGNAME-main =		lxqt-${V}
-REVISION-main =		0
+REVISION-main =		1
+
 PKGNAME-extras =	lxqt-extras-${V}
-REVISION-extras =	0
+REVISION-extras =	1
 
 MULTI_PACKAGES =	-main -extras
 
@@ -25,9 +26,7 @@ RUN_DEPENDS-main += \
 		x11/lxqt/qtermwidget \
 		x11/lxqt/qterminal \
 		x11/lxqt/qtplugin \
-		x11/lxqt/obconf-qt \
 		x11/lxqt/themes
-
 
 RUN_DEPENDS-extras += \
 		STEM-=${V}:${BASE_PKGPATH},-main \