aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-05-16 16:31:00 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-05-16 16:31:00 +0300
commitc199087340b9705d76469eef2fd0c36d092b4ecf (patch)
treed0f9676532fe43f033bec2e4b544120d34f34751 /lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
parentlxqt-base/lxqt-openssh-askpass: add 2.0.1, drop 2.0.0 (diff)
downloadqt-c199087340b9705d76469eef2fd0c36d092b4ecf.tar.gz
qt-c199087340b9705d76469eef2fd0c36d092b4ecf.tar.bz2
qt-c199087340b9705d76469eef2fd0c36d092b4ecf.zip
lxqt-base/lxqt-meta: re-add USE="minimal" with KWin
This retains the previous behaviour at least for the time being, but instead of Openbox, which has been unmaintained for more than a decade, pulls in KWin instead. 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.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
index 7d16fcc7..3c43cf9e 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="
+about admin archiver +desktop-portal +display-manager +filemanager
- lximage nls +policykit powermanagement processviewer screenshot
+ lximage minimal nls +policykit powermanagement processviewer screenshot
+sddm ssh-askpass sudo terminal +trash
"
@@ -49,6 +49,7 @@ RDEPEND="
)
filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV}* )
lximage? ( =media-gfx/lximage-qt-${MY_PV}* )
+ !minimal? ( kde-plasma/kwin:6 )
nls? ( dev-qt/qttranslations:6 )
policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
@@ -60,11 +61,3 @@ 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."
-}