12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>zim</Name>
- <Homepage>https://zim-wiki.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <PartOf>office</PartOf>
- <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>
- <Archive sha1sum="b628872834b486d320e62d72ffd5a38657b4708d" type="targz">https://zim-wiki.org/downloads/zim-0.75.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>xdg-utils</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3-xdg</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>zim</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>xdg-utils</Dependency>
- <Dependency>python3-xdg</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- <Dependency>gobject-introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/zim</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2023-11-04</Date>
- <Version>0.75.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-11-14</Date>
- <Version>0.75.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-12-14</Date>
- <Version>0.74.3</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|