pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zim</Name>
  6. <Homepage>https://zim-wiki.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>office</PartOf>
  14. <Summary>A Desktop Wiki.</Summary>
  15. <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>
  16. <Archive sha1sum="b628872834b486d320e62d72ffd5a38657b4708d" type="targz">https://zim-wiki.org/downloads/zim-0.75.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>xdg-utils</Dependency>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>python3-xdg</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-pygobject3-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>zim</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>python3</Dependency>
  30. <Dependency>xdg-utils</Dependency>
  31. <Dependency>python3-xdg</Dependency>
  32. <Dependency>python3-pygobject3</Dependency>
  33. <Dependency>gobject-introspection</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share</Path>
  39. <Path fileType="data">/usr/share/zim</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="man">/usr/share/man/man1</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2023-11-04</Date>
  47. <Version>0.75.2</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2022-11-14</Date>
  54. <Version>0.75.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2021-12-14</Date>
  61. <Version>0.74.3</Version>
  62. <Comment>First build.</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. </History>
  67. </PISI>