change actions.py

This commit is contained in:
groni
2017-03-10 12:15:21 +01:00
parent 05ecb13427
commit 884a6e23fd
2 changed files with 6 additions and 3 deletions
@@ -9,12 +9,15 @@ from pisi.actionsapi import cmaketools
from pisi.actionsapi import kde5
def setup():
cmaketools.configure()
cmaketools.configure("-DKDE_INSTALL_LIBDIR=lib")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.domove("/usr/lib64/*", "/usr/lib")
pisitools.removeDir("/usr/lib64")
pisitools.dodoc("COPYING", "INSTALL", "README")
pisitools.dodoc("COPYING", "INSTALL", "README")
@@ -64,8 +64,8 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>