kozmetik
This commit is contained in:
@@ -4,23 +4,16 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DQML_INSTALL_DIR=lib/qt5/qml \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||
@@ -16,7 +16,6 @@
|
||||
<Archive sha1sum="9eb6be83b9209f17e1479189dc1ca04999632c6e" type="tarxz">mirrors://kde/stable/frameworks/5.18/plasma-framework-5.18.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<!--<Dependency>qt5-tools-devel</Dependency>-->
|
||||
<Dependency>qt5-quickcontrols</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kdoctools-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
@@ -201,4 +200,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user