kde5-kcoreaddons version bump

This commit is contained in:
groni
2015-06-21 17:52:35 +02:00
parent c673f2fd04
commit a5319bb04d
3 changed files with 16 additions and 14 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 \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
-DBUILD_TESTING=OFF")
kde5.configure()
def build():
cmaketools.make()
kde5.make()
def install():
cmaketools.install()
kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB")
@@ -3,6 +3,6 @@
from pisi.version import Version
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
if update-mime-database usr/share/mime > /dev/null
os.system("/usr/bin/update-mime-database /usr/share/mime")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Utilities for core application functionality and accessing the OS</Summary>
<Description>KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
<Archive sha1sum="2df5ef5e710c902d16a860c733b7bdba6c19cae1" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kcoreaddons-5.10.0.tar.xz</Archive>
<Archive sha1sum="4191f62eb1747de24dee1e92898a985fd1c1a94c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcoreaddons-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
@@ -49,12 +49,19 @@
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
<!--<Provides>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides> -->
</Provides>
</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>