zeitgeist rebuild.

This commit is contained in:
4fury-c3440d8
2022-12-29 01:42:05 +03:00
parent daa7f83262
commit ba69c48cb6
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
autotools.configure("--enable-fts")
def build():
autotools.make()
+11
View File
@@ -28,6 +28,7 @@
<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>
@@ -42,14 +43,17 @@
<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>
@@ -69,6 +73,13 @@
</Package>
<History>
<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>