sddm minor fix

This commit is contained in:
Ertuğrul Erata
2015-11-13 10:47:45 +02:00
parent 0e52e74ba3
commit 3458448dcc
2 changed files with 13 additions and 5 deletions
+12 -3
View File
@@ -8,16 +8,25 @@ from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
-DBUILD_MAN_PAGES=ON")
-DBUILD_MAN_PAGES=ON", sourceDir=".." )
def build():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.install()
pisitools.dodoc("COPYING")
pisitools.dodoc("../COPYING")
+1 -2
View File
@@ -10,7 +10,7 @@
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<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="be2f61bda15c8b7210a660ebd4434c274dbf8e46" type="targz">https://github.com/sddm/sddm/archive/v0.12.0.tar.gz</Archive>
@@ -20,7 +20,6 @@
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libxkbfile-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>docutils</Dependency>
</BuildDependencies>