zim wiki v0.76.3

This commit is contained in:
uglyside
2025-06-21 16:51:26 +03:00
parent 42d08d1b80
commit b3fbef07e7
2 changed files with 64 additions and 61 deletions
+2 -5
View File
@@ -6,12 +6,9 @@
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
def setup():
pass
def build(): def build():
pythonmodules.compile(pyVer = "3") pythonmodules.compile(pyVer = "3")
def install(): def install():
pythonmodules.install(pyVer = "3") pythonmodules.install(pyVer = "3")
+62 -56
View File
@@ -1,69 +1,75 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>zim</Name> <Name>zim</Name>
<Homepage>https://zim-wiki.org/</Homepage> <Homepage>https://zim-wiki.org/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPL-2</License> <License>GPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>office</PartOf> <PartOf>office</PartOf>
<Summary>A Desktop Wiki.</Summary> <Summary>A Desktop Wiki.</Summary>
<Description>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.</Description> <Description>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.</Description>
<Archive sha1sum="b628872834b486d320e62d72ffd5a38657b4708d" type="targz">https://zim-wiki.org/downloads/zim-0.75.2.tar.gz</Archive> <Archive sha1sum="c9a7313717ecd427d008f24d2beb5417572a7a8c" type="targz">https://zim-wiki.org/downloads/zim-0.76.3.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>xdg-utils</Dependency> <Dependency>xdg-utils</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>python3-xdg</Dependency> <Dependency>python3-xdg</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency> <Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>zim</Name> <Name>zim</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk3</Dependency> <Dependency>gtk3</Dependency>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
<Dependency>xdg-utils</Dependency> <Dependency>xdg-utils</Dependency>
<Dependency>python3-xdg</Dependency> <Dependency>python3-xdg</Dependency>
<Dependency>python3-pygobject3</Dependency> <Dependency>python3-pygobject3</Dependency>
<Dependency>gobject-introspection</Dependency> <Dependency>gobject-introspection</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/zim</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="man">/usr/share/man/man1</Path> </Files>
</Files> </Package>
</Package>
<History> <History>
<Update release="3"> <Update release="4">
<Date>2025-06-21</Date>
<Version>0.76.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-11-04</Date> <Date>2023-11-04</Date>
<Version>0.75.2</Version> <Version>0.75.2</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>
<Update release="2"> <Update release="2">
<Date>2022-11-14</Date> <Date>2022-11-14</Date>
<Version>0.75.1</Version> <Version>0.75.1</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
<Update release="1"> <Update release="1">
<Date>2021-12-14</Date> <Date>2021-12-14</Date>
<Version>0.74.3</Version> <Version>0.74.3</Version>
<Comment>First build.</Comment> <Comment>First build.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>