diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-10 08:53:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-10 08:53:27 +0100 |
commit | 2423f1f7cbadc5cb13babc9539a069ba8ad5722c (patch) | |
tree | d5ee8687beba81c3b00365b31504c8038bcf835e | |
parent | Revert "dev-qt/qtbase: apply patch for -march compat" (diff) | |
download | qt-2423f1f7cbadc5cb13babc9539a069ba8ad5722c.tar.gz qt-2423f1f7cbadc5cb13babc9539a069ba8ad5722c.tar.bz2 qt-2423f1f7cbadc5cb13babc9539a069ba8ad5722c.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.ebuild | 21 |
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 |