From ab5d9bcc12ecc4993d2bb75c44cd786afc9e9a9d Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 23 Feb 2019 10:58:29 +0300 Subject: [PATCH 1/2] qt5-base:rebuild gtk3 --- desktop/toolkit/qt5/qt5-base/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml index a97883eb19..997c59f017 100755 --- a/desktop/toolkit/qt5/qt5-base/pspec.xml +++ b/desktop/toolkit/qt5/qt5-base/pspec.xml @@ -25,7 +25,7 @@ desktop-file-utils fontconfig-devel gperf - gtk2-devel + gtk3-devel harfbuzz-devel icon-theme-hicolor leveldb-devel @@ -86,7 +86,7 @@ qt5-base - gtk2 + gtk3 pango libpcre libgcc @@ -207,7 +207,7 @@ cups-32bit dbus-32bit - gtk2-32bit + gtk3-32bit mesa-32bit zlib-32bit glib2-32bit @@ -234,7 +234,7 @@ qt5-base-devel cups-32bit dbus-32bit - gtk2-32bit + gtk3-32bit mesa-32bit zlib-32bit glib2-32bit @@ -262,6 +262,13 @@ --> + + 2019-02-23 + 5.12.1 + Rebuild Gtk3. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 5.12.1 From 9eb280abe92083f2ac04c95b5d0dda6f7f5e021c Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 23 Feb 2019 18:30:33 +0300 Subject: [PATCH 2/2] sddm:ver.bump --- .../sddm/files/sddm-0.16.0-ck2-revert.patch | 20 +++++++++++++++++++ desktop/misc/sddm/files/sddm.conf | 3 +++ desktop/misc/sddm/pspec.xml | 11 ++++++++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 desktop/misc/sddm/files/sddm-0.16.0-ck2-revert.patch diff --git a/desktop/misc/sddm/files/sddm-0.16.0-ck2-revert.patch b/desktop/misc/sddm/files/sddm-0.16.0-ck2-revert.patch new file mode 100644 index 0000000000..bbe2a27284 --- /dev/null +++ b/desktop/misc/sddm/files/sddm-0.16.0-ck2-revert.patch @@ -0,0 +1,20 @@ +SDDM 0.16.0 fails to start with consolekit2 because it assumes consolekit2 +has the same interface names as logind. + +This patch forces sddm to use legacy behaviour when consolekit2 is detected. + +Bug: https://bugs.gentoo.org/633920 +Bug: https://github.com/sddm/sddm/issues/903 +Bug: https://github.com/ConsoleKit2/ConsoleKit2/issues/99 + +--- a/src/daemon/LogindDBusTypes.cpp ++++ b/src/daemon/LogindDBusTypes.cpp +@@ -60,7 +60,7 @@ + + if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) { + qDebug() << "Console kit interface found"; +- available = true; ++ available = false; + serviceName = QStringLiteral("org.freedesktop.ConsoleKit"); + managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager"); + managerIfaceName = QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind diff --git a/desktop/misc/sddm/files/sddm.conf b/desktop/misc/sddm/files/sddm.conf index e15d8a2c4f..6572d681dd 100644 --- a/desktop/misc/sddm/files/sddm.conf +++ b/desktop/misc/sddm/files/sddm.conf @@ -21,6 +21,9 @@ Numlock=none # Reboot command RebootCommand=/sbin/shutdown -r now +# Input method module +InputMethod= + [Theme] # Current theme name diff --git a/desktop/misc/sddm/pspec.xml b/desktop/misc/sddm/pspec.xml index 78d236f5ae..1319c0252b 100644 --- a/desktop/misc/sddm/pspec.xml +++ b/desktop/misc/sddm/pspec.xml @@ -14,7 +14,7 @@ app:console QML based X11 display manager KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings - https://github.com/sddm/sddm/releases/download/v0.14.0/sddm-0.14.0.tar.xz + https://github.com/sddm/sddm/releases/download/v0.18.0/sddm-0.18.0.tar.xz qt5-base-devel qt5-linguist @@ -27,8 +27,8 @@ sddm-respect-user-flags.patch - ecb903e4.patch sddm-0.14.0-consolekit.patch + sddm-0.16.0-ck2-revert.patch @@ -70,6 +70,13 @@ + + 2019-02-22 + 0.18.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-18 0.14.0