version bump kde-framework
This commit is contained in:
@@ -5,56 +5,35 @@
|
||||
<Name>extra-cmake-modules</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extra cmake modules for KDE5</Summary>
|
||||
<Description>Extra cmake modules KDE5</Description>
|
||||
<Archive sha1sum="3ad6dd4cbf92d6b2285a2cf5f42d60b41a270729" type="tarxz">http://download.kde.org/stable/frameworks/5.10/extra-cmake-modules-5.10.0.tar.xz</Archive>
|
||||
<Archive sha1sum="5c541b28d59de6ef29522282c23a0afc7356d3c7" type="tarxz">http://download.kde.org/stable/frameworks/5.11/extra-cmake-modules-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-sphinx</Dependency>
|
||||
<Dependency>python-sphinx</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>extra-cmake-modules</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man/man7</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-05-29</Date>
|
||||
<Version>5.10.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2015-05-20</Date>
|
||||
<Version>5.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-02-23</Date>
|
||||
<Version>1.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-09-20</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Executable → Regular
+5
-9
@@ -4,20 +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 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-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", "AUTHORS", "ChangeLog")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Open Collaboration Service client library, based on Qt 5</Summary>
|
||||
<Description>Attica is a library to access Open Collaboration Service servers, based on Qt 5.</Description>
|
||||
<Archive sha1sum="0931f3484fdb41c5322ed80dac7f56dd1854073c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/attica-5.10.0.tar.xz</Archive>
|
||||
<Archive sha1sum="4163f0b581c16202ca4e134dec6e2069e832ebfd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/attica-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -47,19 +47,19 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>5.10.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-09-20</Date>
|
||||
<Version>5.2.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user