diff --git a/office/misc/zathura-comicbook/actions.py b/office/misc/zathura-comicbook/actions.py
new file mode 100644
index 0000000000..cf8b59a015
--- /dev/null
+++ b/office/misc/zathura-comicbook/actions.py
@@ -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")
diff --git a/office/misc/zathura-comicbook/pspec.xml b/office/misc/zathura-comicbook/pspec.xml
new file mode 100644
index 0000000000..cbac3b37f1
--- /dev/null
+++ b/office/misc/zathura-comicbook/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ zathura-comicbook
+ https://git.pwmt.org/pwmt/zathura-cb
+
+ fury
+ uglyside@yandex.ru
+
+ ZLib
+ library
+ office.misc
+ Comic book support for zathura.
+ The zathura-comicbook plugin adds comic book support to zathura.
+
+ https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.bz2
+
+
+ meson
+ zathura-devel
+ libarchive-devel
+
+
+
+
+ zathura-comicbook
+
+ gtk3
+ cairo
+ zathura
+ gdk-pixbuf
+ libarchive
+
+
+ /usr/lib/zathura
+ /usr/share
+
+
+
+
+
+ 2022-06-11
+ 0.1.10
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
diff --git a/office/misc/zathura-djvu/actions.py b/office/misc/zathura-djvu/actions.py
new file mode 100644
index 0000000000..cf8b59a015
--- /dev/null
+++ b/office/misc/zathura-djvu/actions.py
@@ -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")
diff --git a/office/misc/zathura-djvu/pspec.xml b/office/misc/zathura-djvu/pspec.xml
new file mode 100644
index 0000000000..6dce2b97b6
--- /dev/null
+++ b/office/misc/zathura-djvu/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ zathura-djvu
+ https://git.pwmt.org/pwmt/zathura-djvu
+
+ fury
+ uglyside@yandex.ru
+
+ ZLib
+ library
+ office.misc
+ DjVu support for zathura.
+ pass
+
+ https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.bz2
+
+
+ meson
+ djvu-devel
+ zathura-devel
+
+
+
+
+ zathura-djvu
+
+ djvu
+ cairo
+ zathura
+
+
+ /usr/lib/zathura
+ /usr/share
+
+
+
+
+
+ 2022-06-11
+ 0.2.9
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
diff --git a/office/misc/zathura-pdf-poppler/actions.py b/office/misc/zathura-pdf-poppler/actions.py
new file mode 100644
index 0000000000..cf8b59a015
--- /dev/null
+++ b/office/misc/zathura-pdf-poppler/actions.py
@@ -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")
diff --git a/office/misc/zathura-pdf-poppler/pspec.xml b/office/misc/zathura-pdf-poppler/pspec.xml
new file mode 100644
index 0000000000..f5c90d85f8
--- /dev/null
+++ b/office/misc/zathura-pdf-poppler/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ zathura-pdf-poppler
+ https://git.pwmt.org/pwmt/zathura-cb
+
+ fury
+ uglyside@yandex.ru
+
+ ZLib
+ library
+ office.misc
+ PDF support (poppler backend) for zathura.
+ The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler rendering library.
+
+ https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.bz2
+
+
+ meson
+ zathura-devel
+ poppler-glib-devel
+
+
+
+
+ zathura-pdf-poppler
+
+ cairo
+ zathura
+ poppler-glib
+
+
+ /usr/lib/zathura
+ /usr/share
+
+
+
+
+
+ 2022-06-11
+ 0.3.0
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
diff --git a/office/misc/zathura/actions.py b/office/misc/zathura/actions.py
new file mode 100644
index 0000000000..2b06f8d209
--- /dev/null
+++ b/office/misc/zathura/actions.py
@@ -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")
diff --git a/office/misc/zathura/pspec.xml b/office/misc/zathura/pspec.xml
new file mode 100644
index 0000000000..1d234a1f7b
--- /dev/null
+++ b/office/misc/zathura/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ zathura
+ https://pwmt.org/projects/zathura/
+
+ fury
+ uglyside@yandex.ru
+
+ ZLib
+ app:gui
+ office.misc
+ A document viewer.
+ 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.
+
+ https://pwmt.org/projects/zathura/download/zathura-0.4.9.tar.xz
+
+
+ git
+ file
+ meson
+ cmake
+ gtk3-devel
+ glib2-devel
+ sqlite-devel
+ python3-sphinx
+ libseccomp-devel
+
+
+
+
+ zathura
+
+ file
+ gtk3
+ cairo
+ glib2
+ pango
+ sqlite
+ libseccomp
+ zathura-djvu
+ zathura-comicbook
+ zathura-pdf-poppler
+
+
+ /usr/bin/zathura
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+
+
+
+
+ zathura-devel
+
+ zathura
+ gtk3-devel
+ glib2-devel
+ cairo-devel
+ pango-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include/girara
+ /usr/include/zathura
+
+
+
+
+
+ 2022-06-11
+ 0.4.9
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+