diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-05-19 14:42:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 08:35:08 +0700 |
commit | 05fcce5c8ec73247cf92d43636a6cf450edc11da (patch) | |
tree | eab8cbeaa5973fef95f5783d152386ef3f094b95 | |
parent | 3cea8474169a846320293049668e5f30495aff40 (diff) | |
download | slackbuilds-05fcce5c8ec73247cf92d43636a6cf450edc11da.tar.gz |
system/geoclue2: Updated for version 2.4.7.
Reverted from version 2.4.10, which requires a newer version of
ModemManager than is available in Slackware 14.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/geoclue2/README | 5 | ||||
-rw-r--r-- | system/geoclue2/README.Slackware | 3 | ||||
-rw-r--r-- | system/geoclue2/geoclue2.SlackBuild | 2 | ||||
-rw-r--r-- | system/geoclue2/geoclue2.info | 6 |
4 files changed, 9 insertions, 7 deletions
diff --git a/system/geoclue2/README b/system/geoclue2/README index 2ef7b67a4f..f44876b2cd 100644 --- a/system/geoclue2/README +++ b/system/geoclue2/README @@ -7,3 +7,8 @@ without explicit permission from user. geoclue2 is a rewrite of the original geoclue. You can safely install both geoclue and geoclue2 at the same time. + +avahi is an optional dependency, used for location sharing (by redshift, +for example). To disable it, use the option AVAHI=no + + AVAHI=no ./geoclue2.Slackbuild diff --git a/system/geoclue2/README.Slackware b/system/geoclue2/README.Slackware deleted file mode 100644 index 942d49460a..0000000000 --- a/system/geoclue2/README.Slackware +++ /dev/null @@ -1,3 +0,0 @@ -avahi is an optional dependency, used for location sharing (by redshift, for example). - -To disable it, AVAHI=no ./geoclue2.Slackbuild can be used. diff --git a/system/geoclue2/geoclue2.SlackBuild b/system/geoclue2/geoclue2.SlackBuild index 2f0418bd49..e57d409a5b 100644 --- a/system/geoclue2/geoclue2.SlackBuild +++ b/system/geoclue2/geoclue2.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geoclue2 -VERSION=${VERSION:-2.4.10} +VERSION=${VERSION:-2.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/geoclue2/geoclue2.info b/system/geoclue2/geoclue2.info index b8ce33f161..987772111c 100644 --- a/system/geoclue2/geoclue2.info +++ b/system/geoclue2/geoclue2.info @@ -1,8 +1,8 @@ PRGNAM="geoclue2" -VERSION="2.4.10" +VERSION="2.4.7" HOMEPAGE="https://www.freedesktop.org/wiki/Software/GeoClue" -DOWNLOAD="https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-2.4.10.tar.xz" -MD5SUM="9c3a02f554cbdfd3a4aafea00ef0ad55" +DOWNLOAD="https://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-2.4.7.tar.xz" +MD5SUM="e50086e742740413669ab72d8572db05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="json-glib avahi" |