kde5-kdoctools version bump

This commit is contained in:
groni
2015-06-21 16:41:06 +02:00
parent 89587b0919
commit caae024a7a
2 changed files with 16 additions and 12 deletions
+5 -8
View File
@@ -4,19 +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 \
-DBUILD_TESTING=OFF")
kde5.configure()
def build():
cmaketools.make()
kde5.make()
def install():
cmaketools.install()
kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
@@ -13,11 +13,13 @@
<IsA>app:console</IsA>
<Summary>KDE5 document generator</Summary>
<Description>kdoctools is an application aims to generate documents from DocBook.</Description>
<Archive sha1sum="27d0bf5a8280eb22f48444bda691327e9d71bcdf" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kdoctools-5.10.0.tar.xz</Archive>
<Archive sha1sum="69068070f29374eef12ab5f9ae261c9cc3c705b5" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdoctools-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>python</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>kde5-ki18n-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
@@ -27,9 +29,7 @@
<Name>kde5-kdoctools</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>kde5-karchive</Dependency>
</RuntimeDependencies>
<Files>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="2">
<Date>2015-06-21</Date>
<Version>5.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-05-30</Date>
<Version>5.10.0</Version>