From b90024e9d1ce010599b22a755105bfcb35db6e4a Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Wed, 30 Mar 2016 16:11:03 +0300 Subject: [PATCH] telepathy-mission-control:edit --- network/chat/telepathy-mission-control/actions.py | 9 +-------- network/chat/telepathy-mission-control/pspec.xml | 4 +++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py index bda1a3c00c..5607695ab6 100644 --- a/network/chat/telepathy-mission-control/actions.py +++ b/network/chat/telepathy-mission-control/actions.py @@ -10,17 +10,10 @@ from pisi.actionsapi import get def setup(): autotools.configure("--prefix=/usr \ - --disable-static \ - --libexecdir=/usr/lib/telepathy \ - --with-connectivity=nm \ - --with-pic \ --enable-gtk-doc \ --disable-upower \ - --disable-static \ - --disable-schemas-compile") + --disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - def build(): autotools.make() diff --git a/network/chat/telepathy-mission-control/pspec.xml b/network/chat/telepathy-mission-control/pspec.xml index c097359dd6..33986478cd 100644 --- a/network/chat/telepathy-mission-control/pspec.xml +++ b/network/chat/telepathy-mission-control/pspec.xml @@ -23,6 +23,7 @@ gtk-doc NetworkManager-devel docbook-xsl + libaccounts-glib-devel @@ -34,6 +35,7 @@ dbus-glib NetworkManager telepathy-glib + libaccounts-glib /usr/bin @@ -63,7 +65,7 @@ - 2015-11-22 + 2016-03-30 5.16.3 First release Alihan Öztürk