new applications: add zathura.

This commit is contained in:
4fury-c3440d8
2022-06-11 09:52:47 +03:00
parent abca362315
commit 6a8344d53d
8 changed files with 297 additions and 0 deletions
+18
View File
@@ -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")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zathura-comicbook</Name>
<Homepage>https://git.pwmt.org/pwmt/zathura-cb</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>ZLib</License>
<IsA>library</IsA>
<PartOf>office.misc</PartOf>
<Summary>Comic book support for zathura.</Summary>
<Description>The zathura-comicbook plugin adds comic book support to zathura.</Description>
<Archive sha1sum="947300026b2e400fa973fa816a683532746b8803" type="tarbz2">
https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>zathura-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>zathura-comicbook</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>zathura</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libarchive</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.1.10</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -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")
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zathura-djvu</Name>
<Homepage>https://git.pwmt.org/pwmt/zathura-djvu</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>ZLib</License>
<IsA>library</IsA>
<PartOf>office.misc</PartOf>
<Summary>DjVu support for zathura.</Summary>
<Description>pass</Description>
<Archive sha1sum="3a48617a2b735228246804ea5432446fa713753f" type="tarbz2">
https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>djvu-devel</Dependency>
<Dependency>zathura-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>zathura-djvu</Name>
<RuntimeDependencies>
<Dependency>djvu</Dependency>
<Dependency>cairo</Dependency>
<Dependency>zathura</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.9</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -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")
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zathura-pdf-poppler</Name>
<Homepage>https://git.pwmt.org/pwmt/zathura-cb</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>ZLib</License>
<IsA>library</IsA>
<PartOf>office.misc</PartOf>
<Summary>PDF support (poppler backend) for zathura.</Summary>
<Description>The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler rendering library.</Description>
<Archive sha1sum="fa2b953f4f1dbeef1c4af9079710f0ee058a6a5e" type="tarbz2">
https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>zathura-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>zathura-pdf-poppler</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>zathura</Dependency>
<Dependency>poppler-glib</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.3.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -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("-Dmagic=enabled -Dmanpages=enabled")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS")
+79
View File
@@ -0,0 +1,79 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zathura</Name>
<Homepage>https://pwmt.org/projects/zathura/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>ZLib</License>
<IsA>app:gui</IsA>
<PartOf>office.misc</PartOf>
<Summary>A document viewer.</Summary>
<Description>zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction.</Description>
<Archive sha1sum="d3709132ed0878c6a7103acd5484c19bf343a55b" type="tarxz">
https://pwmt.org/projects/zathura/download/zathura-0.4.9.tar.xz
</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>file</Dependency>
<Dependency>meson</Dependency>
<Dependency>cmake</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>libseccomp-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>zathura</Name>
<RuntimeDependencies>
<Dependency>file</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libseccomp</Dependency>
<Dependency>zathura-djvu</Dependency>
<Dependency>zathura-comicbook</Dependency>
<Dependency>zathura-pdf-poppler</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/zathura</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>zathura-devel</Name>
<RuntimeDependencies>
<Dependency release='current'>zathura</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/girara</Path>
<Path fileType="header">/usr/include/zathura</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-11</Date>
<Version>0.4.9</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>