Merge pull request #1476 from alihanozturk/master

telepathy-logger:add dep
This commit is contained in:
Ertuğrul Erata
2016-03-30 21:48:20 +03:00
3 changed files with 7 additions and 7 deletions
@@ -57,6 +57,7 @@
<Summary>Development files for kaccounts-integration</Summary>
<RuntimeDependencies>
<Dependency release="current">kaccounts-integration</Dependency>
<Dependency>libaccounts-qt5-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
+4 -6
View File
@@ -11,11 +11,9 @@ from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--libexecdir=/usr/lib \
--enable-call \
--enable-shared \
--with-gconf-schema-file-dir=/etc/gconf/schemas")
autotools.configure("--prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--disable-static")
def build():
autotools.make("-j1")
@@ -23,4 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
+2 -1
View File
@@ -57,6 +57,7 @@
<RuntimeDependencies>
<Dependency release="current">telepathy-logger</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -66,7 +67,7 @@
<History>
<Update release="1">
<Date>2015-11-22</Date>
<Date>2016-03-30</Date>
<Version>0.8.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>