geoclue fix deps
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -14,8 +14,13 @@
|
||||
<Summary>The Geoinformation Service.</Summary>
|
||||
<Description>Geoclue is a modular geoinformation service built on top of the D-Bus messaging system.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>gpsd-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<!--Dependency>gpsd-devel</Dependency-->
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="32958b36e679c9fb9b35b25d29c43d5ae6a0be27" type="targz">http://people.freedesktop.org/~hadess/geoclue-0.12.99.tar.gz</Archive>
|
||||
<Patches/>
|
||||
@@ -24,9 +29,11 @@
|
||||
<Package>
|
||||
<Name>geoclue</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gpsd</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<!--Dependency>gpsd</Dependency-->
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>dbus-glib</Dependency>
|
||||
<!--Dependency>libsoup</Dependency-->
|
||||
<Dependency>NetworkManager</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -50,7 +57,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-02-12</Date>
|
||||
<Date>2015-07-18</Date>
|
||||
<Version>0.12.99</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
|
||||
Reference in New Issue
Block a user