Merge pull request #3176 from groni/master

change actions.py
This commit is contained in:
groni
2017-03-10 12:16:06 +01:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import cmaketools
from pisi.actionsapi import kde5 from pisi.actionsapi import kde5
def setup(): def setup():
cmaketools.configure() cmaketools.configure("-DKDE_INSTALL_LIBDIR=lib")
def build(): def build():
cmaketools.make() cmaketools.make()
@@ -17,4 +17,7 @@ def build():
def install(): def install():
cmaketools.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> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path> <Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>