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
@@ -4,18 +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 \
-DLIB_INSTALL_DIR=lib \
-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")
@@ -28,7 +28,7 @@
<Dependency>qt5-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="2.2.0">openexr-libs</Dependency>
<Dependency>ilmbase</Dependency>
<Dependency>ilmbase</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
@@ -94,6 +94,6 @@
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</Update>
</History>
</PISI>
</PISI>