zathura-postscript.
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import mesontools, pisitools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("AUTHORS")
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>zathura-postscript</Name>
|
||||||
|
<Homepage>https://git.pwmt.org/pwmt/zathura-ps</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>ZLib</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>office.misc</PartOf>
|
||||||
|
<Summary>PostScript support for zathura.</Summary>
|
||||||
|
<Description>pass</Description>
|
||||||
|
<Archive sha1sum="1f076f3ec19d5e9242a7c975f47755ec489b721d" type="tarbz2">
|
||||||
|
https://git.pwmt.org/pwmt/zathura-ps/-/archive/0.2.7/zathura-ps-0.2.7.tar.bz2
|
||||||
|
</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>zathura-devel</Dependency>
|
||||||
|
<Dependency>libspectre-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>zathura-postscript</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>djvu</Dependency>
|
||||||
|
<Dependency>zathura</Dependency>
|
||||||
|
<Dependency>libspectre</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib/zathura</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-06-11</Date>
|
||||||
|
<Version>0.2.7</Version>
|
||||||
|
<Comment>First build.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user