Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/files/, x11-misc/sddm/
Date: Tue, 13 Nov 2018 21:31:09
Message-Id: 1542144642.5e996d8c5d2e1f27ad0eceed39173e46039c8a5b.asturm@gentoo
1 commit: 5e996d8c5d2e1f27ad0eceed39173e46039c8a5b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 13 15:29:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 13 21:30:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e996d8c
7
8 x11-misc/sddm: Drop vulnerable 0.17.0-r4
9
10 Bug: https://bugs.gentoo.org/661510
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/sddm/Manifest | 1 -
15 x11-misc/sddm/files/sddm-0.16.0-Xsession.patch | 24 -------
16 x11-misc/sddm/files/sddm-0.17.0-consolekit.patch | 22 ------
17 x11-misc/sddm/files/sddm-0.17.0-logind-race.patch | 26 -------
18 .../files/sddm-0.17.0-switchtogreeter-r1.patch | 54 --------------
19 x11-misc/sddm/sddm-0.17.0-r4.ebuild | 84 ----------------------
20 6 files changed, 211 deletions(-)
21
22 diff --git a/x11-misc/sddm/Manifest b/x11-misc/sddm/Manifest
23 index ddeba3e7838..33ffd8431a8 100644
24 --- a/x11-misc/sddm/Manifest
25 +++ b/x11-misc/sddm/Manifest
26 @@ -1,3 +1,2 @@
27 DIST sddm-0.15.0.tar.gz 3520188 BLAKE2B b29a994a0ea2fbbda3f5eaf16885fdfa513a759e5db4d879eed2a7cae1472b90124d2ca65404edae8727a047a9d761b72382dc9ddb206f8dc35b5101856cf377 SHA512 4440acfc6f98ab8efe8e3a441e8dc9ee98615c3544f8adc899bc4f0334e4f1b0d37c1ef823b32cc466adc8fac942cd188b33eb49795e0468a136a959c65c7566
28 -DIST sddm-0.17.0.tar.gz 3527180 BLAKE2B b11ea779f772f4c0638e3c8712d03ecb12d26f432f34b2756c0a1a90b3db2136525ff0c4b2733b14e2605ba656b76d69c8fdb465864017bd19b58b14982d3492 SHA512 81d6fc8731a3f4a49018c5bde07d21e26647e0066382cfb8dc4570ac906844ee58bc79efc4b0b2753d6c831cb33e1fa8d512335d2f76a66c493527ea68c5a101
29 DIST sddm-0.18.0.tar.gz 3526688 BLAKE2B 96db3f7b4745b7b5686c3c5e4353c99f175f28c99d329df3bc49cf41788257eaf823c6998b165de90e2150e34470e65ca69731375194072aae7583c8e8dfa811 SHA512 474be3fc159ca31cae409ef5263c47376d41f500d8b495fc7ef896ad0f1a599a5fea9a58d7df2874493dfd9230d0121cdd836ec6171774df2ce1639e8e4c652f
30
31 diff --git a/x11-misc/sddm/files/sddm-0.16.0-Xsession.patch b/x11-misc/sddm/files/sddm-0.16.0-Xsession.patch
32 deleted file mode 100644
33 index f341e1863f7..00000000000
34 --- a/x11-misc/sddm/files/sddm-0.16.0-Xsession.patch
35 +++ /dev/null
36 @@ -1,24 +0,0 @@
37 ---- a/data/scripts/Xsession 2016-08-28 14:52:04.910181422 +0200
38 -+++ b/data/scripts/Xsession 2017-10-21 15:25:47.668886596 +0200
39 -@@ -50,6 +50,10 @@
40 - ;;
41 - esac
42 -
43 -+# Make D-Bus and ConsoleKit start properly, see:
44 -+# /etc/X11/xinit/xinitrc.d/{80-dbus,90-consolekit}
45 -+command="$@"
46 -+
47 - [ -f /etc/xprofile ] && . /etc/xprofile
48 - [ -f $HOME/.xprofile ] && . $HOME/.xprofile
49 -
50 -@@ -94,8 +98,8 @@
51 - . "$USERXSESSION"
52 - fi
53 -
54 --if [ -z "$@" ]; then
55 -+if [ -z "$command" ]; then
56 - exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION is no valid session."
57 - else
58 -- exec $@
59 -+ exec $command
60 - fi
61
62 diff --git a/x11-misc/sddm/files/sddm-0.17.0-consolekit.patch b/x11-misc/sddm/files/sddm-0.17.0-consolekit.patch
63 deleted file mode 100644
64 index ca265d13145..00000000000
65 --- a/x11-misc/sddm/files/sddm-0.17.0-consolekit.patch
66 +++ /dev/null
67 @@ -1,22 +0,0 @@
68 -From 7bd9f322182d840f3cfaee9a49f5cbd5f426aa1b Mon Sep 17 00:00:00 2001
69 -From: Erik Ridderby <tech@×××.nu>
70 -Date: Sat, 12 May 2018 08:04:26 +0200
71 -Subject: [PATCH] Fixed typo that prevents ConsoleKit to be detected (#1027)
72 -
73 ----
74 - src/daemon/LogindDBusTypes.cpp | 2 +-
75 - 1 file changed, 1 insertion(+), 1 deletion(-)
76 -
77 -diff --git a/src/daemon/LogindDBusTypes.cpp b/src/daemon/LogindDBusTypes.cpp
78 -index 79c70312..011bb7f5 100644
79 ---- a/src/daemon/LogindDBusTypes.cpp
80 -+++ b/src/daemon/LogindDBusTypes.cpp
81 -@@ -63,7 +63,7 @@ LogindPathInternal::LogindPathInternal()
82 - available = true;
83 - serviceName = QStringLiteral("org.freedesktop.ConsoleKit");
84 - managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager");
85 -- managerIfaceName = QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind
86 -+ managerIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind
87 - seatIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Seat");
88 - sessionIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Session");
89 - userIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.User");
90
91 diff --git a/x11-misc/sddm/files/sddm-0.17.0-logind-race.patch b/x11-misc/sddm/files/sddm-0.17.0-logind-race.patch
92 deleted file mode 100644
93 index a55702061c9..00000000000
94 --- a/x11-misc/sddm/files/sddm-0.17.0-logind-race.patch
95 +++ /dev/null
96 @@ -1,26 +0,0 @@
97 -From fca8c808b7fa4a947a0c60157f0eb5227b3ccfff Mon Sep 17 00:00:00 2001
98 -From: Pier Luigi Fiorini <pierluigi.fiorini@××××.io>
99 -Date: Mon, 26 Feb 2018 09:03:05 +0100
100 -Subject: [PATCH] Fix race between sddm and logind
101 -
102 -Make sure sddm is run after logind.
103 -An explicit dependency will make sddm run after logind every time.
104 -
105 -Closes: #978
106 ----
107 - services/sddm.service.in | 2 +-
108 - 1 file changed, 1 insertion(+), 1 deletion(-)
109 -
110 -diff --git a/services/sddm.service.in b/services/sddm.service.in
111 -index df03d92a..9d7618c6 100644
112 ---- a/services/sddm.service.in
113 -+++ b/services/sddm.service.in
114 -@@ -2,7 +2,7 @@
115 - Description=Simple Desktop Display Manager
116 - Documentation=man:sddm(1) man:sddm.conf(5)
117 - Conflicts=getty@××××.service
118 --After=systemd-user-sessions.service getty@××××.service plymouth-quit.service
119 -+After=systemd-user-sessions.service getty@××××.service plymouth-quit.service systemd-logind.service
120 -
121 - [Service]
122 - ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/sddm
123
124 diff --git a/x11-misc/sddm/files/sddm-0.17.0-switchtogreeter-r1.patch b/x11-misc/sddm/files/sddm-0.17.0-switchtogreeter-r1.patch
125 deleted file mode 100644
126 index 35982bceda2..00000000000
127 --- a/x11-misc/sddm/files/sddm-0.17.0-switchtogreeter-r1.patch
128 +++ /dev/null
129 @@ -1,54 +0,0 @@
130 -Subject: [PATCH] Fix switchToGreeter not available without logind
131 -From: Alexander Miller <alex.miller@×××.de>
132 -
133 -Seats can't be created until SeatManager's signals are
134 -connected to the DisplayManager, or the latter won't see
135 -them and switchToGreeter doesn't work. So split SeatManager
136 -initialization from its constructor and call initialize it
137 -only after all connections have been set up in DaemonApp's
138 -constructor.
139 -
140 -With logind there may have been enough delay before seats
141 -got actually added so things would work, but it's still
142 -cleaner to fix the order.
143 -
144 -Fixes: https://bugs.gentoo.org/644718
145 -Fixes: https://github.com/sddm/sddm/issues/824
146 -
147 ---- a/src/daemon/SeatManager.h
148 -+++ b/src/daemon/SeatManager.h
149 -@@ -31,8 +31,9 @@ namespace SDDM {
150 - class SeatManager : public QObject {
151 - Q_OBJECT
152 - public:
153 -- explicit SeatManager(QObject *parent = 0);
154 -+ explicit SeatManager(QObject *parent = 0) : QObject(parent) {}
155 -
156 -+ void initialize();
157 - void createSeat(const QString &name);
158 - void removeSeat(const QString &name);
159 - void switchToGreeter(const QString &seat);
160 ---- a/src/daemon/SeatManager.cpp
161 -+++ b/src/daemon/SeatManager.cpp
162 -@@ -93,8 +93,7 @@ namespace SDDM {
163 - }
164 - }
165 -
166 -- SeatManager::SeatManager(QObject *parent) : QObject(parent) {
167 --
168 -+ void SeatManager::initialize() {
169 - if (DaemonApp::instance()->testing() || !Logind::isAvailable()) {
170 - //if we don't have logind/CK2, just create a single seat immediately and don't do any other connections
171 - createSeat(QStringLiteral("seat0"));
172 ---- a/src/daemon/DaemonApp.cpp
173 -+++ b/src/daemon/DaemonApp.cpp
174 -@@ -75,6 +75,9 @@ namespace SDDM {
175 -
176 - // log message
177 - qDebug() << "Starting...";
178 -+
179 -+ // initialize seats only after signals are connected
180 -+ m_seatManager->initialize();
181 - }
182 -
183 - bool DaemonApp::testing() const {
184
185 diff --git a/x11-misc/sddm/sddm-0.17.0-r4.ebuild b/x11-misc/sddm/sddm-0.17.0-r4.ebuild
186 deleted file mode 100644
187 index ba166f9c67f..00000000000
188 --- a/x11-misc/sddm/sddm-0.17.0-r4.ebuild
189 +++ /dev/null
190 @@ -1,84 +0,0 @@
191 -# Copyright 1999-2018 Gentoo Foundation
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=6
195 -
196 -PLOCALES="ar ca cs da de es et fi fr hi_IN hu it ja kk ko lt lv nb nl nn pl pt_BR pt_PT ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
197 -inherit cmake-utils l10n systemd user
198 -
199 -DESCRIPTION="Simple Desktop Display Manager"
200 -HOMEPAGE="https://github.com/sddm/sddm"
201 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
202 -KEYWORDS="amd64 ~arm ~arm64 x86"
203 -
204 -LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
205 -SLOT="0"
206 -IUSE="consolekit elogind +pam systemd test"
207 -
208 -REQUIRED_USE="?? ( elogind systemd )"
209 -
210 -RDEPEND="
211 - >=dev-qt/qtcore-5.6:5
212 - >=dev-qt/qtdbus-5.6:5
213 - >=dev-qt/qtdeclarative-5.6:5
214 - >=dev-qt/qtgui-5.6:5
215 - >=dev-qt/qtnetwork-5.6:5
216 - >=x11-base/xorg-server-1.15.1
217 - x11-libs/libxcb[xkb]
218 - consolekit? ( >=sys-auth/consolekit-0.9.4 )
219 - elogind? ( sys-auth/elogind )
220 - pam? ( sys-libs/pam )
221 - systemd? ( sys-apps/systemd:= )
222 - !systemd? ( sys-power/upower )"
223 -
224 -DEPEND="${RDEPEND}
225 - dev-python/docutils
226 - >=dev-qt/linguist-tools-5.6:5
227 - kde-frameworks/extra-cmake-modules
228 - virtual/pkgconfig
229 - test? ( >=dev-qt/qttest-5.6:5 )"
230 -
231 -PATCHES=(
232 - "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" # fix for flags handling and bug 563108
233 - "${FILESDIR}/${PN}-0.16.0-Xsession.patch" # bug 611210
234 - "${FILESDIR}/${PN}-0.16.0-ck2-revert.patch" # bug 633920
235 - "${FILESDIR}/${P}-consolekit.patch" # bug 647254
236 - "${FILESDIR}/${P}-logind-race.patch" # bug 656286
237 - # TODO: pending upstream
238 - "${FILESDIR}/${P}-switchtogreeter-r1.patch" # bugs 644718, 649888, 655912
239 -)
240 -
241 -src_prepare() {
242 - cmake-utils_src_prepare
243 -
244 - disable_locale() {
245 - sed -e "/${1}\.ts/d" -i data/translations/CMakeLists.txt || die
246 - }
247 - l10n_find_plocales_changes "data/translations" "" ".ts"
248 - l10n_for_each_disabled_locale_do disable_locale
249 -
250 - use test || cmake_comment_add_subdirectory test
251 -}
252 -
253 -src_configure() {
254 - local mycmakeargs=(
255 - -DENABLE_PAM=$(usex pam)
256 - -DNO_SYSTEMD=$(usex '!systemd')
257 - -DUSE_ELOGIND=$(usex 'elogind')
258 - -DBUILD_MAN_PAGES=ON
259 - -DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf"
260 - )
261 - cmake-utils_src_configure
262 -}
263 -
264 -src_install() {
265 - cmake-utils_src_install
266 - sed -i -e "/^InputMethod/s/qtvirtualkeyboard//" "${D}"/etc/sddm.conf || die
267 -}
268 -
269 -pkg_postinst() {
270 - enewgroup ${PN}
271 - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video
272 -
273 - systemd_reenable sddm.service
274 -}