@@ -9,12 +9,15 @@ 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()
|
||||||
|
|
||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user