diff --git a/desktop/misc/sddm/actions.py b/desktop/misc/sddm/actions.py
index da998d2ac2..1e34f75e8f 100644
--- a/desktop/misc/sddm/actions.py
+++ b/desktop/misc/sddm/actions.py
@@ -10,13 +10,16 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+ #shelltools.export("PYTHON", "/usr/bin/python3")
shelltools.makedirs("build")
shelltools.cd("build")
-
+
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_QT5=ON \
+ -DNO_SYSTEMD=ON \
+ -DDBUS_CONFIG_DIR=/usr/share/dbus-1/system.d \
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
-DUSE_WAYLAND=ON \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
@@ -34,9 +37,9 @@ def install():
cmaketools.install()
- pisitools.insinto("/usr/share/sddm/themes/pisi-linux-gray", "../pisi-linux-gray-0.1/*")
+ pisitools.insinto("/usr/share/sddm/themes/Sweet-Cat", "../Sweet-Cat-0.1/*")
pisitools.dodoc("../LICENSE")
## If you don't like to see any character at all not even while being entered set this to true.
- pisitools.dosed("%s/usr/share/sddm/themes/pisi-linux-gray/theme.conf" % get.installDIR(), 'ForceHideCompletePassword="false"', 'ForceHideCompletePassword="true"')
+ pisitools.dosed("%s/usr/share/sddm/themes/Sweet-Cat/theme.conf" % get.installDIR(), 'ForceHideCompletePassword="false"', 'ForceHideCompletePassword="true"')
diff --git a/desktop/misc/sddm/files/sddm.conf b/desktop/misc/sddm/files/sddm.conf
index 8b38c4022c..40b9ab4b2c 100644
--- a/desktop/misc/sddm/files/sddm.conf
+++ b/desktop/misc/sddm/files/sddm.conf
@@ -28,7 +28,7 @@ InputMethod=
[Theme]
# Current theme name
#Current=maia
-Current=pisi-linux-gray
+Current=Sweet-Cat
# Cursor theme
CursorTheme=breeze
diff --git a/desktop/misc/sddm/pspec.xml b/desktop/misc/sddm/pspec.xml
index 73b5aa438e..f8fc0f096f 100644
--- a/desktop/misc/sddm/pspec.xml
+++ b/desktop/misc/sddm/pspec.xml
@@ -13,8 +13,8 @@
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.18.1/sddm-0.18.1.tar.xz
- https://github.com/sebo28/pisi-linux-gray/archive/v0.1.tar.gz
+ https://github.com/sddm/sddm/releases/download/v0.19.0/sddm-0.19.0.tar.xz
+ https://github.com/sebo28/Sweet-Cat/archive/v0.1.tar.gz
qt5-base-devel
qt5-linguist
@@ -71,6 +71,13 @@
+
+ 2020-12-07
+ 0.19.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-02-02
0.18.1