kmime build and check

This commit is contained in:
groni
2015-08-22 00:25:08 +02:00
parent 61c2ffd7f3
commit f43bba148b
2 changed files with 88 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("TODO", "COPYING.LIB")
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kmime</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>KDE library for handling mail messages and newsgroup articles.</Summary>
<Description>Kmime library for handling mail messages and newsgroup articles.</Description>
<Archive sha1sum="12fccaef4defb9bfe5fe3140789323d05009a012" type="tarxz">http://download.kde.org/stable/applications/15.08.0/src/kmime-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kmime</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>boost</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kmime-devel</Name>
<Summary>Development files for kmime</Summary>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency release="current">kmime</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-20</Date>
<Version>15.08.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>