kde5-kdbusaddons version bump

This commit is contained in:
groni
2015-06-21 18:12:01 +02:00
parent c41b9f260d
commit f46d6f6927
2 changed files with 13 additions and 10 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 \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DLOCALE_INSTALL_DIR=/usr/share/locale \
-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", "MAINTAINER", "COPYING.LIB")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Extra modules for Qt-DBus</Summary>
<Description>KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.</Description>
<Archive sha1sum="010a7d272f8c8c3b917027677cadc70632372c4c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kdbusaddons-5.10.0.tar.xz</Archive>
<Archive sha1sum="3afe097162ec6beda589a1dc1abf892ad6729ffb" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdbusaddons-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
@@ -52,6 +52,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>