123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>zeitgeist</Name>
- <Homepage>https://zeitgeist.freedesktop.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-2.1</License>
- <IsA>library</IsA>
- <PartOf>util.admin</PartOf>
- <Summary>Activity logging framework.</Summary>
- <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>
- <Archive sha1sum="15def247e8aa94d5259ed4dacd596e3645be225b" type="tarbz2">
- https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/archive/v1.0.4/zeitgeist-v1.0.4.tar.bz2
- </Archive>
- <BuildDependencies>
- <Dependency>dbus-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency>python3-six</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-rdflib</Dependency>
- <Dependency>python3-isodate</Dependency>
- <Dependency>json-glib-devel</Dependency>
- <Dependency>python3-pyparsing</Dependency>
- <Dependency>xapian-core-devel</Dependency>
- <Dependency>telepathy-glib-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'>Use_GenericArray_API_only.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>zeitgeist</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>sqlite</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>json-glib</Dependency>
- <Dependency>xapian-core</Dependency>
- <Dependency>dbus-python3</Dependency>
- <Dependency>telepathy-glib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/xdg</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/libexec/zeitgeist/zeitgeist-fts</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>zeitgeist-devel</Name>
- <RuntimeDependencies>
- <Dependency release='current'>zeitgeist</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-11-04</Date>
- <Version>1.0.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-12-28</Date>
- <Version>1.0.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-01-18</Date>
- <Version>1.0.4</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-10-13</Date>
- <Version>1.0.3</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|