This commit is contained in:
aydemir
2016-01-12 19:11:25 +02:00
parent 20dd32efb5
commit 77e5156cf8
120 changed files with 464 additions and 760 deletions
+6 -10
View File
@@ -4,20 +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 \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF")
kde5.configure()
def build():
cmaketools.make()
kde5.make()
def install():
cmaketools.install()
pisitools.dodoc("README.md", "COPYING.LIB")
kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB")
+4 -4
View File
@@ -31,12 +31,12 @@
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kplotting-devel</Name>
<Summary>Development files for kplotting</Summary>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency release="current">kplotting</Dependency>
</RuntimeDependencies>
<Files>
@@ -102,6 +102,6 @@
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</Update>
</History>
</PISI>
</PISI>