kde-thumbnailer-epub move addon

This commit is contained in:
aydemir
2016-10-26 10:10:10 +03:00
parent d82712e39c
commit 2bc8c09f53
3 changed files with 90 additions and 0 deletions
@@ -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 cmaketools
def setup():
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("TODO", "CHANGELOG", "COPYING", "README.md")
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kde-thumbnailer-epub</Name>
<Homepage>http://kde-apps.org/content/show.php/KDE+ePub+Thumbnailer?content=151210</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>A KDE thumbnail generator for the ePub file format.</Summary>
<Description>A KDE thumbnail generator for the ePub file format.</Description>
<Archive sha1sum="df73155616235d5e5e6083abd709685de9c77f7c" type="targz">https://sourceforge.net/projects/pisilinux/files/source/kde-thumbnailer-epub-1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kde-thumbnailer-epub</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kio</Dependency>
<Dependency>karchive</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-08-04</Date>
<Version>1.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-23</Date>
<Version>1.0</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-14</Date>
<Version>1.0</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kde-thumbnailer-epub</Name>
<Summary xml:lang="en">A KDE thumbnail generator for the ePub file format.</Summary>
<Description xml:lang="en">A KDE thumbnail generator for the ePub file format.</Description>
</Source>
</PISI>