diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-12 18:45:13 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-12 18:45:13 +0800 |
commit | d16019be57fd8595b021ef3474928d6eb3a5da47 (patch) | |
tree | 1f1bbf7103fe02b93458c0219f760341419cc446 | |
parent | 6f690732b888b3a9fa25bb8eb544da1dc7cbb8a4 (diff) | |
download | marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar.gz marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar.bz2 marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar.lz marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar.xz marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.tar.zst marcuscom-ports-d16019be57fd8595b021ef3474928d6eb3a5da47.zip |
Update geoclue to 2.1.8. Network-manager is enabled by default, we disable
it explicitly.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19624 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/geoclue/Makefile | 3 | ||||
-rw-r--r-- | net/geoclue/distinfo | 4 | ||||
-rw-r--r-- | net/geoclue/pkg-plist | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile index 931fc71d8..04f26a81a 100644 --- a/net/geoclue/Makefile +++ b/net/geoclue/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= geoclue -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.8 CATEGORIES= net devel gnome MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/2.1/ @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-3g-source \ --disable-modem-gps-source \ + --disable-network-manager \ --disable-wifi-source CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/geoclue/distinfo b/net/geoclue/distinfo index ac5b866a0..7fd6e3d66 100644 --- a/net/geoclue/distinfo +++ b/net/geoclue/distinfo @@ -1,2 +1,2 @@ -SHA256 (geoclue-2.1.6.tar.xz) = ae7befcb07b06c89b5d9d7e837f431a0091573070c0a13a5222315ca6e005677 -SIZE (geoclue-2.1.6.tar.xz) = 328704 +SHA256 (geoclue-2.1.8.tar.xz) = d5ccc0898f46fb15efcae5615d56cefcca46cf775a53baebee5d3f1082000116 +SIZE (geoclue-2.1.8.tar.xz) = 321012 diff --git a/net/geoclue/pkg-plist b/net/geoclue/pkg-plist index 026a384b2..58d59ac44 100644 --- a/net/geoclue/pkg-plist +++ b/net/geoclue/pkg-plist @@ -6,10 +6,9 @@ libexec/geoclue libexec/geoclue-2.0/demos/where-am-i share/applications/geoclue-demo-agent.desktop share/applications/geoclue-where-am-i.desktop +share/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml +share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml share/dbus-1/system-services/org.freedesktop.GeoClue2.service -%%DATADIR%%-2.0/geoclue-agent-interface.xml -%%DATADIR%%-2.0/geoclue-interface.xml -@dirrm %%DATADIR%%-2.0 @dirrm libexec/geoclue-2.0/demos @dirrm libexec/geoclue-2.0 @dirrm %%ETCDIR%% |