qpdfview is a tabbed document viewer
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
WorkDir="qpdfview-0.4.14"
|
||||
|
||||
|
||||
def setup():
|
||||
qt5.configure("qpdfview.pro")
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("CONTRIBUTORS", "COPYING", "README")
|
||||
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qpdfview</Name>
|
||||
<Homepage>https://launchpad.net/qpdfview</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GNU GPL v2</License>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary>qpdfview is a tabbed document viewer.</Summary>
|
||||
<Description>It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>djvu-devel</Dependency>
|
||||
<Dependency>cups-devel</Dependency>
|
||||
<Dependency>poppler-qt5-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency>libspectre-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="0730b34b333bbe1d66713d3689c4e971638df72c" type="targz">https://launchpad.net/qpdfview/trunk/0.4.14/+download/qpdfview-0.4.14.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>qpdfview</Name>
|
||||
<Summary>qpdfview is a tabbed document viewer.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>djvu</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libspectre</Dependency>
|
||||
<Dependency>poppler-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-04</Date>
|
||||
<Version>0.4.14</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qpdfview</Name>
|
||||
<Summary xml:lang="en">qpdfview is a tabbed document viewer</Summary>
|
||||
<Description xml:lang="en">It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user