sddm: fixed + translations.xml add

This commit is contained in:
namso-01
2016-02-13 18:29:54 +02:00
parent 91d44d5a12
commit a1b952dab7
2 changed files with 15 additions and 1 deletions
+6 -1
View File
@@ -9,8 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -e '/UPOWER_SERVICE)/ s:^://:' \
-i src/daemon/PowerManager.cpp")
shelltools.system("sed -e 's/eval exec/& ck-launch-session /' \
-i data/scripts/Xsession")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>sddm</Name>
<Summary xml:lang="en">QML based X11 display manager</Summary>
<Summary xml:lang="tr">QML tabanlı X11 görüntü yöneticisi.</Summary>
<Description xml:lang="en">KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings</Description>
</Source>
</PISI>