aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-04-17 17:22:50 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-04-21 20:25:22 +0300
commit04f300174641cccbd082c50b852f3026fc09ab86 (patch)
tree943053616c69f6f73db007617d8155db9cac5654 /lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
parentlxqt-base/lxqt-meta: adjust minimum versions (diff)
downloadqt-04f300174641cccbd082c50b852f3026fc09ab86.tar.gz
qt-04f300174641cccbd082c50b852f3026fc09ab86.tar.bz2
qt-04f300174641cccbd082c50b852f3026fc09ab86.zip
lxqt-base/lxqt-meta: remove USE="minimal" and openbox dependency
This has been used to pull in 'x11-wm/openbox', which has not been seeing upstream maintenance in years, and its companion, 'x11-misc/obconf-qt', does not seem to be likely to get ported to qt6, at least not by the current upstream. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild')
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild14
1 files changed, 9 insertions, 5 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
index a2a6c441..8b1ac9fb 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
@@ -16,7 +16,7 @@ LICENSE="metapackage"
SLOT="0"
IUSE="+about admin archiver +desktop-portal +display-manager +filemanager
-lximage minimal nls +policykit powermanagement processviewer screenshot
+lximage nls +policykit powermanagement processviewer screenshot
+sddm ssh-askpass sudo terminal +trash"
REQUIRED_USE="trash? ( filemanager )"
@@ -47,10 +47,6 @@ RDEPEND="
)
filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
- !minimal? (
- x11-wm/openbox
- x11-misc/obconf-qt
- )
nls? ( dev-qt/qttranslations:6 )
policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
@@ -62,3 +58,11 @@ RDEPEND="
terminal? ( =x11-terms/qterminal-${MY_PV}* )
trash? ( gnome-base/gvfs )
"
+
+pkg_postinst() {
+ einfo "Since there is no upstream default for a window manager, none"
+ einfo "is included as a dependency here."
+ einfo
+ einfo "Please make sure to install at least one to be able to start a"
+ einfo "functional desktop session."
+}