kde5-kconfig version bump

This commit is contained in:
groni
2015-06-21 16:00:36 +02:00
parent cc94390abe
commit 30e2b22469
2 changed files with 15 additions and 13 deletions
+5 -10
View File
@@ -4,21 +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 \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF")
kde5.configure()
def build():
cmaketools.make()
kde5.make()
def install():
cmaketools.install()
kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB", "DESIGN", "TODO")
@@ -14,15 +14,15 @@
<IsA>app:gui</IsA>
<Summary>Advanced configuration system for KDE Frameworks 5</Summary>
<Description>Kconfig provides advanced libraries and tools for accessing configuration files.</Description>
<Archive sha1sum="d949466ac50c290e4425cc17f7841d753ba4bc60" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kconfig-5.10.0.tar.xz</Archive>
<Archive sha1sum="270e5e006816d59ca3f742bc2392c95a21c2f221" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kconfig-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
<Patch level="1">session-restore.patch</Patch>
<!--<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
<Patch level="1">session-restore.patch</Patch> -->
</Patches>
</Source>
@@ -56,6 +56,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>