diff --git a/network/misc/geoclue/actions.py b/network/misc/geoclue/actions.py
index 6266341387..565d50285a 100644
--- a/network/misc/geoclue/actions.py
+++ b/network/misc/geoclue/actions.py
@@ -9,6 +9,9 @@ from pisi.actionsapi import pisitools
def setup():
autotools.configure()
+
+ # for remove unused
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
diff --git a/network/misc/geoclue/pspec.xml b/network/misc/geoclue/pspec.xml
index 84db589630..982fa3384c 100644
--- a/network/misc/geoclue/pspec.xml
+++ b/network/misc/geoclue/pspec.xml
@@ -14,8 +14,13 @@
The Geoinformation Service.
Geoclue is a modular geoinformation service built on top of the D-Bus messaging system.
- gpsd-devel
- gtk2-devel
+
+ dbus-devel
+ glib2-devel
+ dbus-glib-devel
+ libxml2-devel
+ libxslt
+ NetworkManager-devel
http://people.freedesktop.org/~hadess/geoclue-0.12.99.tar.gz
@@ -24,9 +29,11 @@
geoclue
- gpsd
- gtk2
- libsoup
+
+ glib2
+ libxml2
+ dbus-glib
+
NetworkManager
@@ -50,7 +57,7 @@
- 2015-02-12
+ 2015-07-18
0.12.99
Rebuild
Stefan Gronewold(groni)