zeitgeist.

This commit is contained in:
4fury-c3440d8
2022-01-18 06:48:12 +03:00
parent 230a60bcf7
commit d136c365ec
2 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools, autotools, get
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
@@ -16,4 +16,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("AUTHORS", "NEWS")
pisitools.removeDir("/usr/lib/systemd")
+10 -3
View File
@@ -13,8 +13,8 @@
<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="c54ca4b03f69426ffca7ffde73a571b261c403de" type="tarbz2">
https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/archive/v1.0.3/zeitgeist-v1.0.3.tar.bz2
<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>
@@ -32,7 +32,7 @@
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level='1'>Use_GenericArray_API_only.patch</Patch>
<!-- <Patch level='1'>Use_GenericArray_API_only.patch</Patch> -->
</Patches>
</Source>
@@ -69,6 +69,13 @@
</Package>
<History>
<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>