pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zeitgeist</Name>
  6. <Homepage>https://zeitgeist.freedesktop.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>util.admin</PartOf>
  14. <Summary>Activity logging framework.</Summary>
  15. <Description>Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications.</Description>
  16. <Archive sha1sum="15def247e8aa94d5259ed4dacd596e3645be225b" type="tarbz2">
  17. https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/archive/v1.0.4/zeitgeist-v1.0.4.tar.bz2
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>dbus-devel</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>vala-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>sqlite-devel</Dependency>
  25. <Dependency>python3-six</Dependency>
  26. <Dependency>python3-devel</Dependency>
  27. <Dependency>python3-rdflib</Dependency>
  28. <Dependency>python3-isodate</Dependency>
  29. <Dependency>json-glib-devel</Dependency>
  30. <Dependency>python3-pyparsing</Dependency>
  31. <Dependency>xapian-core-devel</Dependency>
  32. <Dependency>telepathy-glib-devel</Dependency>
  33. <Dependency>gobject-introspection-devel</Dependency>
  34. </BuildDependencies>
  35. <Patches>
  36. <!-- <Patch level='1'>Use_GenericArray_API_only.patch</Patch> -->
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>zeitgeist</Name>
  41. <RuntimeDependencies>
  42. <Dependency>gtk3</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>sqlite</Dependency>
  45. <Dependency>libgcc</Dependency>
  46. <Dependency>python3</Dependency>
  47. <Dependency>json-glib</Dependency>
  48. <Dependency>xapian-core</Dependency>
  49. <Dependency>dbus-python3</Dependency>
  50. <Dependency>telepathy-glib</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="config">/etc/xdg</Path>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="executable">/usr/libexec/zeitgeist/zeitgeist-fts</Path>
  56. <Path fileType="library">/usr/lib</Path>
  57. <Path fileType="data">/usr/share</Path>
  58. <Path fileType="man">/usr/share/man</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>zeitgeist-devel</Name>
  63. <RuntimeDependencies>
  64. <Dependency release='current'>zeitgeist</Dependency>
  65. <Dependency>glib2-devel</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="library">/usr/lib/pkgconfig</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="4">
  74. <Date>2023-11-04</Date>
  75. <Version>1.0.4</Version>
  76. <Comment>Rebuild.</Comment>
  77. <Name>fury</Name>
  78. <Email>uglyside@yandex.ru</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2022-12-28</Date>
  82. <Version>1.0.4</Version>
  83. <Comment>Rebuild.</Comment>
  84. <Name>fury</Name>
  85. <Email>uglyside@yandex.ru</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2022-01-18</Date>
  89. <Version>1.0.4</Version>
  90. <Comment>Version bump</Comment>
  91. <Name>fury</Name>
  92. <Email>uglyside@yandex.ru</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2021-10-13</Date>
  96. <Version>1.0.3</Version>
  97. <Comment>First build</Comment>
  98. <Name>fury</Name>
  99. <Email>uglyside@yandex.ru</Email>
  100. </Update>
  101. </History>
  102. </PISI>