kde5-solid version bump

This commit is contained in:
groni
2015-06-23 20:51:29 +02:00
parent fa970aa154
commit 980ffe0ed2
3 changed files with 41 additions and 14 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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 cmaketools
def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DQML_INSTALL_DIR=lib/qt5/qml \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("README.md","COPYING.LIB", "TODO")
+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 \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
-DQML_INSTALL_DIR=lib/qt5/qml \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-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","COPYING.LIB", "TODO")
@@ -13,10 +13,12 @@
<IsA>app:console</IsA>
<Summary>KDE5 hardware integration framework</Summary>
<Description>Solid is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system.</Description>
<Archive sha1sum="42136192e1c34aca23baa9c6c2b50edb2259205b" type="tarxz">http://download.kde.org/stable/frameworks/5.10/solid-5.10.0.tar.xz</Archive>
<Archive sha1sum="9236a4e999f5e64b2bb3a2b3ec81be057ce278e3" type="tarxz">http://download.kde.org/stable/frameworks/5.11/solid-5.11.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
<Dependency>libudev-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
@@ -24,8 +26,7 @@
<Package>
<Name>kde5-solid</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
@@ -52,6 +53,13 @@
</Package>
<History>
<Update release="2">
<Date>2015-06-23</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-31</Date>
<Version>5.10.0</Version>