From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA33D15802F for ; Fri, 10 Mar 2023 22:08:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA51DE077C; Fri, 10 Mar 2023 22:08:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6F04E077C for ; Fri, 10 Mar 2023 22:08:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2856340BE2 for ; Fri, 10 Mar 2023 22:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496D0896 for ; Fri, 10 Mar 2023 22:08:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1678434807.2423f1f7cbadc5cb13babc9539a069ba8ad5722c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2423f1f7cbadc5cb13babc9539a069ba8ad5722c X-VCS-Branch: master Date: Fri, 10 Mar 2023 22:08:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ae70d0d-6d68-43f6-959d-7a7512d1ac99 X-Archives-Hash: 400d5e6158beb44aa20a83eb681922a3 commit: 2423f1f7cbadc5cb13babc9539a069ba8ad5722c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 10 07:53:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 10 07:53:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2423f1f7 x11-misc/sddm: Drop obsolete default settings now upstream Upstream commits: 909699342cad094000b24f35bcd3e9287c1b7f74 5341b0660d729fa300a9e03a66185e99098fceaf Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-9999.ebuild | 21 --------------------- 1 file changed, 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