aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-10 08:53:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-10 08:53:27 +0100
commit2423f1f7cbadc5cb13babc9539a069ba8ad5722c (patch)
treed5ee8687beba81c3b00365b31504c8038bcf835e
parentRevert "dev-qt/qtbase: apply patch for -march compat" (diff)
downloadqt-2423f1f7.tar.gz
qt-2423f1f7.tar.bz2
qt-2423f1f7.zip
x11-misc/sddm: Drop obsolete default settings now upstream
Upstream commits: 909699342cad094000b24f35bcd3e9287c1b7f74 5341b0660d729fa300a9e03a66185e99098fceaf Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-misc/sddm/sddm-9999.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild
index d4499b5d..3716a8aa 100644
--- a/x11-misc/sddm/sddm-9999.ebuild
+++ b/x11-misc/sddm/sddm-9999.ebuild
@@ -73,29 +73,8 @@ src_prepare() {
cat <<-EOF >> 01gentoo.conf
[General]
-EOF
-
- if use elogind || use systemd; then
-cat <<-EOF >> 01gentoo.conf
-# Halt/Reboot command
-HaltCommand=$(usex elogind "loginctl" "systemctl") poweroff
-RebootCommand=$(usex elogind "loginctl" "systemctl") reboot
-
-EOF
- fi
-
-cat <<-EOF >> 01gentoo.conf
# Remove qtvirtualkeyboard as InputMethod default
InputMethod=
-
-[Users]
-ReuseSession=true
-
-[Wayland]
-EnableHiDPI=true
-
-[X11]
-EnableHiDPI=true
EOF
cmake_src_prepare