kde5-kauth version bump

This commit is contained in:
groni
2015-06-21 18:03:13 +02:00
parent a5319bb04d
commit c41b9f260d
2 changed files with 14 additions and 13 deletions
+5 -11
View File
@@ -4,22 +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 \
-DLIBEXEC_INSTALL_DIR=lib \
-DSYSCONF_INSTALL_DIR=/etc \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DBUILD_TESTING=OFF")
kde5.configure()
def build():
cmaketools.make()
kde5.make()
def install():
cmaketools.install()
kde5.install()
pisitools.dodoc("README.md", "COPYING.LIB")
@@ -10,9 +10,9 @@
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Framework which lets applications perform actions as a privileged user</Summary>
<Summary>Abstraction to system policy and authentication features</Summary>
<Description>Framework which lets applications perform actions as a privileged user</Description>
<Archive sha1sum="6e8645a32b80e8cdf52cbfae126d8cef35feb67c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kauth-5.10.0.tar.xz</Archive>
<Archive sha1sum="9740d238ca209eb43e48aaa0bf375a8c9a3e3100" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kauth-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
@@ -51,6 +51,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>