plasma-5.14.0:ver.bump

This commit is contained in:
Rmys
2018-10-12 20:00:37 +03:00
parent 279693ff26
commit 1dec55bada
4 changed files with 23 additions and 5 deletions
+4 -2
View File
@@ -1,13 +1,15 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>The KDE crash handler</Summary>
<Description>The KDE crash handler</Description>
<Archive sha1sum="43071dcc5b85b71d0e4df9995f2dc79a6dab3c7c" type="tarxz">https://download.kde.org/stable/plasma/5.12.5/drkonqi-5.12.5.tar.xz</Archive>
<Archive sha1sum="60aaa3ed4f02cd8cf58dfb828fdb432d396a74fa" type="tarxz">https://download.kde.org/stable/plasma/5.14.0/drkonqi-5.14.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.0">qt5-base-devel</Dependency>
@@ -67,6 +67,13 @@
</Files>
</Package>
<History>
<Update release="25">
<Date>2018-10-10</Date>
<Version>5.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2018-08-11</Date>
<Version>5.12.5</Version>
@@ -4,10 +4,12 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
kde5.configure()
def build():
@@ -14,7 +14,7 @@
<IsA>app:gui</IsA>
<Summary>The KDE5 Plasma Workspace Components</Summary>
<Description>The KDE5 Plasma Workspace Components</Description>
<Archive sha1sum="9f0b1e188135893bd93f092f249e52f3a0cb6201" type="tarxz">mirrors://kde/stable/plasma/5.12.5/plasma-workspace-5.12.5.tar.xz</Archive>
<Archive sha1sum="84853aa0f4a543a36a8cd398a7b5c30799f192e1" type="tarxz">mirrors://kde/stable/plasma/5.14.0/plasma-workspace-5.14.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>iso-codes</Dependency>
<Dependency>baloo-devel</Dependency>
@@ -290,6 +290,13 @@
</Package-->
<History>
<Update release="25">
<Date>2018-10-10</Date>
<Version>5.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2018-08-11</Date>
<Version>5.12.5</Version>