sddm ver. bump

This commit is contained in:
Rmys
2020-12-07 22:30:08 +03:00
committed by GitHub
parent 4c8648e144
commit cf35aeaafc
3 changed files with 16 additions and 6 deletions
+6 -3
View File
@@ -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"')
+1 -1
View File
@@ -28,7 +28,7 @@ InputMethod=
[Theme]
# Current theme name
#Current=maia
Current=pisi-linux-gray
Current=Sweet-Cat
# Cursor theme
CursorTheme=breeze
+9 -2
View File
@@ -13,8 +13,8 @@
<IsA>app:console</IsA>
<Summary>QML based X11 display manager</Summary>
<Description>KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings</Description>
<Archive sha1sum="ca4f453fd32e68faca437d66d9fbad59258c505c" type="tarxz">https://github.com/sddm/sddm/releases/download/v0.18.1/sddm-0.18.1.tar.xz</Archive>
<Archive sha1sum="861ee07cabdef1854a7f9479847e3161e7ab6b9c" type="targz" target="sddm-0.18.1">https://github.com/sebo28/pisi-linux-gray/archive/v0.1.tar.gz</Archive>
<Archive sha1sum="cdb5c9cc7679bb5620bdfb9f56e4f2d5cea7edca" type="tarxz">https://github.com/sddm/sddm/releases/download/v0.19.0/sddm-0.19.0.tar.xz</Archive>
<Archive sha1sum="43bf1ad7b34ba5402d43efb99cbae05d90b1564c" type="targz" target="sddm-0.19.0">https://github.com/sebo28/Sweet-Cat/archive/v0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
@@ -71,6 +71,13 @@
</Package>
<History>
<Update release="14">
<Date>2020-12-07</Date>
<Version>0.19.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2020-02-02</Date>
<Version>0.18.1</Version>