zeitgeist rebuild.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user