diff --git a/desktop/toolkit/qt5/qt5-location/pspec.xml b/desktop/toolkit/qt5/qt5-location/pspec.xml index 48a158ad48..e2b1a4a121 100644 --- a/desktop/toolkit/qt5/qt5-location/pspec.xml +++ b/desktop/toolkit/qt5/qt5-location/pspec.xml @@ -13,6 +13,8 @@ LGPLv2.1-linking-exception http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtlocation-opensource-src-5.4.2.tar.xz + geoclue-devel + glib2-devel qt5-base-devel qt5-declarative-devel @@ -20,16 +22,18 @@ qt5-location - + + qt5-base + glib2 + libgcc + geoclue + qt5-declarative + + /usr/lib /usr/lib/qt5 /usr/share/licenses - - qt5-base - geoclue - qt5-declarative - 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..e42a5678c4 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 @@ -41,6 +48,8 @@ geoclue için geliştirme dosyaları geoclue + dbus-glib-devel + libxml2-devel /usr/include/geoclue @@ -50,7 +59,7 @@ - 2015-02-12 + 2015-07-18 0.12.99 Rebuild Stefan Gronewold(groni)