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. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
def setup(): def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ kde5.configure()
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF")
def build(): def build():
cmaketools.make() kde5.make()
def install(): def install():
cmaketools.install() kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO") pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
@@ -13,11 +13,13 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>KDE5 document generator</Summary> <Summary>KDE5 document generator</Summary>
<Description>kdoctools is an application aims to generate documents from DocBook.</Description> <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> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>perl-URI</Dependency> <Dependency>perl-URI</Dependency>
<Dependency>python</Dependency> <Dependency>python</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>kde5-ki18n-devel</Dependency> <Dependency>kde5-ki18n-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -27,9 +29,7 @@
<Name>kde5-kdoctools</Name> <Name>kde5-kdoctools</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>qt5-base</Dependency> <Dependency>qt5-base</Dependency>
<Dependency>libxslt</Dependency> <Dependency>libxslt</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>kde5-karchive</Dependency> <Dependency>kde5-karchive</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -59,6 +59,13 @@
</Package> </Package>
<History> <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"> <Update release="1">
<Date>2015-05-30</Date> <Date>2015-05-30</Date>
<Version>5.10.0</Version> <Version>5.10.0</Version>