mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update geoclue to 2.4.3.
* Add license. Obtained from: gnome devel repo
This commit is contained in:
parent
8d08cb683d
commit
cbecb6ee73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440652
3 changed files with 28 additions and 7 deletions
|
@ -2,25 +2,28 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= geoclue
|
||||
PORTVERSION= 2.3.0
|
||||
PORTVERSION= 2.4.3
|
||||
CATEGORIES= net devel gnome
|
||||
MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/${PORTVERSION:R}/
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= D-Bus service that provides location information
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
USES= gettext gmake gnome pathfix pkgconfig tar:xz
|
||||
USE_GNOME= glib20 intlhack
|
||||
USES= gettext gmake gnome libtool localbase pathfix \
|
||||
pkgconfig tar:xz
|
||||
USE_GNOME= glib20 intlhack introspection:build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --disable-3g-source \
|
||||
--disable-cdma-source \
|
||||
--disable-nmea-source \
|
||||
--disable-modem-gps-source
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (geoclue-2.3.0.tar.xz) = 5d17a3fc275c1437b75f937643eca64857b98b9275e7581c9379eb37f2c7bc26
|
||||
SIZE (geoclue-2.3.0.tar.xz) = 338560
|
||||
TIMESTAMP = 1494534086
|
||||
SHA256 (geoclue-2.4.3.tar.xz) = ada9dba870dd79e1b21923aeda4d82b66cbda39e57978fbe3d83d356cc3c605e
|
||||
SIZE (geoclue-2.4.3.tar.xz) = 389260
|
||||
|
|
|
@ -1,11 +1,28 @@
|
|||
etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
|
||||
etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
||||
%%ETCDIR%%/geoclue.conf
|
||||
include/libgeoclue-2.0/gclue-client.h
|
||||
include/libgeoclue-2.0/gclue-enum-types.h
|
||||
include/libgeoclue-2.0/gclue-enums.h
|
||||
include/libgeoclue-2.0/gclue-helpers.h
|
||||
include/libgeoclue-2.0/gclue-location.h
|
||||
include/libgeoclue-2.0/gclue-manager.h
|
||||
include/libgeoclue-2.0/gclue-simple.h
|
||||
include/libgeoclue-2.0/geoclue.h
|
||||
lib/girepository-1.0/Geoclue-2.0.typelib
|
||||
lib/libgeoclue-2.so
|
||||
lib/libgeoclue-2.so.0
|
||||
lib/libgeoclue-2.so.0.0.0
|
||||
libdata/pkgconfig/geoclue-2.0.pc
|
||||
libdata/pkgconfig/libgeoclue-2.0.pc
|
||||
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.Client.xml
|
||||
share/dbus-1/interfaces/org.freedesktop.GeoClue2.Location.xml
|
||||
share/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml
|
||||
share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
|
||||
share/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
||||
share/gir-1.0/Geoclue-2.0.gir
|
||||
|
|
Loading…
Add table
Reference in a new issue