Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055104
D2935.id7187.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D2935.id7187.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -2,12 +2,12 @@
libavahi-common.so.3
libavahi-glib.so.1
libc.so.6
-libgcc_s.so.1
libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
libjson-glib-1.0.so.0
libm.so.6
libmm-glib.so.0
+libnotify.so.4
libpthread.so.0
libsoup-2.4.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : geoclue
-version : 2.4.8
-release : 12
+version : 2.4.10
+release : 13
source :
- - https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-2.4.8.tar.xz : 12175167a97f30cb9d739225b339a69a2237ebc4c91ccfb6e73059504f0ecf23
-license : GPL-2.0
+ - https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-2.4.10.tar.xz : 8412d1995eb60cfb8b6fafa19e655164138b9c9ff0c1e6e8d3a7107e9c449640
+license : GPL-2.0-or-later
component : programming
summary : GeoInformation service
description: |
@@ -11,6 +11,7 @@
builddeps :
- pkgconfig(avahi-glib)
- pkgconfig(json-glib-1.0)
+ - pkgconfig(libnotify)
- pkgconfig(libsoup-2.4)
- pkgconfig(mm-glib)
replaces :
@@ -18,7 +19,10 @@
- libgeoclue
setup : |
%patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration.patch
- %reconfigure --disable-static --libexecdir=/usr/lib/geoclue
+ %reconfigure --disable-static \
+ --libexecdir=/usr/lib/geoclue \
+ --sysconfdir=/usr/share \
+ --with-systemdsystemunitdir=%libdir%/systemd/system
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>geoclue</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">GeoInformation service</Summary>
<Description xml:lang="en">GeoClue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the GeoClue project is to make creating location-aware applications as simple as possible.
@@ -19,13 +19,12 @@
</Description>
<PartOf>programming</PartOf>
<Files>
- <Path fileType="config">/etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf</Path>
- <Path fileType="config">/etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf</Path>
<Path fileType="library">/usr/lib/geoclue/geoclue</Path>
+ <Path fileType="library">/usr/lib/geoclue/geoclue-2.0/demos/agent</Path>
<Path fileType="library">/usr/lib/geoclue/geoclue-2.0/demos/where-am-i</Path>
- <Path fileType="library">/usr/lib/systemd/system/geoclue.service</Path>
<Path fileType="library">/usr/lib64/girepository-1.0/Geoclue-2.0.typelib</Path>
<Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/geoclue.service</Path>
<Path fileType="data">/usr/share/applications/geoclue-demo-agent.desktop</Path>
<Path fileType="data">/usr/share/applications/geoclue-where-am-i.desktop</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml</Path>
@@ -34,8 +33,11 @@
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml</Path>
<Path fileType="data">/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service</Path>
+ <Path fileType="data">/usr/share/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf</Path>
+ <Path fileType="data">/usr/share/dbus-1/system.d/org.freedesktop.GeoClue2.conf</Path>
<Path fileType="data">/usr/share/defaults/geoclue/geoclue.conf</Path>
<Path fileType="data">/usr/share/gir-1.0/Geoclue-2.0.gir</Path>
+ <Path fileType="data">/usr/share/xdg/autostart/geoclue-demo-agent.desktop</Path>
</Files>
<Replaces>
<Package>libgeoclue</Package>
@@ -48,7 +50,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="12">geoclue</Dependency>
+ <Dependency release="13">geoclue</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -60,12 +62,12 @@
</Replaces>
</Package>
<History>
- <Update release="12">
- <Date>2018-04-21</Date>
- <Version>2.4.8</Version>
+ <Update release="13">
+ <Date>2018-05-14</Date>
+ <Version>2.4.10</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:27 AM (3 h, 14 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5821331
Default Alt Text
D2935.id7187.diff (5 KB)
Attached To
Mode
D2935: Update geoclue to 2.4.10
Attached
Detach File
Event Timeline
Log In to Comment