diff --git a/office/zim/actions.py b/office/zim/actions.py new file mode 100644 index 0000000000..255e9cbaaf --- /dev/null +++ b/office/zim/actions.py @@ -0,0 +1,17 @@ +#!/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 pythonmodules + +def setup(): + pass + +def build(): + pythonmodules.compile(pyVer = "3") + +def install(): + pythonmodules.install(pyVer = "3") + diff --git a/office/zim/pspec.xml b/office/zim/pspec.xml new file mode 100644 index 0000000000..81b53b1dd7 --- /dev/null +++ b/office/zim/pspec.xml @@ -0,0 +1,57 @@ + + + + + zim + https://zim-wiki.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + office + A Desktop Wiki. + Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control. + + https://zim-wiki.org/downloads/zim-0.74.3.tar.gz + + + python3 + xdg-utils + gtk3-devel + python3-xdg + python3-pygobject3-devel + + + + + zim + + gtk3 + python3 + xdg-utils + python3-xdg + python3-pygobject3 + gobject-introspection + + + /usr/bin + /usr/lib + /usr/share + /usr/share/zim + /usr/share/locale + /usr/share/man/man1 + + + + + + 2021-12-14 + 0.74.3 + First build. + fury + uglyside@yandex.ru + + +