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
+5 -9
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 \
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-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")
pisitools.dodoc("README.md")
+1 -1
View File
@@ -92,4 +92,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">KDE5 Frameworks API dokümantasyon araçları.</Summary>
<Description xml:lang="tr">KDE5 Frameworks API dokümantasyon araçları.</Description>
</Source>
</PISI>
</PISI>