Remove libgweather, geocode-glib - newer versions imported

This commit is contained in:
nia 2020-11-04 17:09:33 +01:00
parent 864467166b
commit aa83c6d5d8
11 changed files with 0 additions and 393 deletions

View File

@ -1049,7 +1049,6 @@ SUBDIR+= gemma
SUBDIR+= geners
SUBDIR+= genus2reduction
SUBDIR+= geoclue
SUBDIR+= geocode-glib
SUBDIR+= geoloc
SUBDIR+= gerbera
SUBDIR+= gerris
@ -1877,7 +1876,6 @@ SUBDIR+= libgtkstylus
SUBDIR+= libgtop
SUBDIR+= libguestfs-appliance
SUBDIR+= libgusb
SUBDIR+= libgweather
SUBDIR+= libgxim
SUBDIR+= libgzstream
SUBDIR+= libharu

View File

@ -1,5 +0,0 @@
geocode-glib is a convenience library for the geocoding (finding longitude,
and latitude from an address) and reverse geocoding (finding an address from
coordinates). It uses Nominatim service to achieve that. It also caches
(reverse-)geocoding requests for faster results and to avoid unnecessary server
load.

View File

@ -1,31 +0,0 @@
# $NetBSD: Makefile,v 1.67 2015/12/05 21:26:08 adam Exp $
DISTNAME= geocode-glib-3.18.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/geocode-glib/3.18/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnome.org/
COMMENT= Geocoding library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
BUILDLINK_API_DEPENDS.json-glib= json-glib>=0.99.2
.include "../../textproc/json-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.34.0
.include "../../net/libsoup/buildlink3.mk"
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.31.3
.include "../../devel/GConf/schemas.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.35.1
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.5
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,39 +0,0 @@
@comment $NetBSD$
include/geocode-glib-1.0/geocode-glib/geocode-bounding-box.h
include/geocode-glib-1.0/geocode-glib/geocode-enum-types.h
include/geocode-glib-1.0/geocode-glib/geocode-error.h
include/geocode-glib-1.0/geocode-glib/geocode-forward.h
include/geocode-glib-1.0/geocode-glib/geocode-glib.h
include/geocode-glib-1.0/geocode-glib/geocode-location.h
include/geocode-glib-1.0/geocode-glib/geocode-place.h
include/geocode-glib-1.0/geocode-glib/geocode-reverse.h
lib/libgeocode-glib.la
lib/pkgconfig/geocode-glib-1.0.pc
share/gtk-doc/html/geocode-glib-1.0/GeocodeBoundingBox.html
share/gtk-doc/html/geocode-glib-1.0/GeocodeForward.html
share/gtk-doc/html/geocode-glib-1.0/GeocodeLocation.html
share/gtk-doc/html/geocode-glib-1.0/GeocodePlace.html
share/gtk-doc/html/geocode-glib-1.0/GeocodeReverse.html
share/gtk-doc/html/geocode-glib-1.0/annotation-glossary.html
share/gtk-doc/html/geocode-glib-1.0/api-index-full.html
share/gtk-doc/html/geocode-glib-1.0/ch01.html
share/gtk-doc/html/geocode-glib-1.0/geocode-glib-1.0.devhelp2
share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-enum-types.html
share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-error.html
share/gtk-doc/html/geocode-glib-1.0/home.png
share/gtk-doc/html/geocode-glib-1.0/index.html
share/gtk-doc/html/geocode-glib-1.0/index.sgml
share/gtk-doc/html/geocode-glib-1.0/left-insensitive.png
share/gtk-doc/html/geocode-glib-1.0/left.png
share/gtk-doc/html/geocode-glib-1.0/right-insensitive.png
share/gtk-doc/html/geocode-glib-1.0/right.png
share/gtk-doc/html/geocode-glib-1.0/style.css
share/gtk-doc/html/geocode-glib-1.0/up-insensitive.png
share/gtk-doc/html/geocode-glib-1.0/up.png
share/icons/gnome/scalable/places/poi-airport.svg
share/icons/gnome/scalable/places/poi-building.svg
share/icons/gnome/scalable/places/poi-bus-stop.svg
share/icons/gnome/scalable/places/poi-car.svg
share/icons/gnome/scalable/places/poi-marker.svg
share/icons/gnome/scalable/places/poi-railway-station.svg
share/icons/gnome/scalable/places/poi-town.svg

View File

@ -1,34 +0,0 @@
# $NetBSD$
# XXX
# XXX This file was created automatically using createbuildlink-3.17.
# XXX After this file has been verified as correct, the comment lines
# XXX beginning with "XXX" should be removed. Please do not commit
# XXX unverified buildlink3.mk files.
# XXX
# XXX Packages that only install static libraries or headers should
# XXX include the following line:
# XXX
# XXX BUILDLINK_DEPMETHOD.geocode-glib?= build
BUILDLINK_TREE+= geocode-glib
.if !defined(GEOCODE_GLIB_BUILDLINK3_MK)
GEOCODE_GLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.geocode-glib+= geocode-glib>=3.18.0
BUILDLINK_PKGSRCDIR.geocode-glib?= ../../wip/geocode-glib
# XXX
# XXX Uncomment and keep only the buildlink3 lines below which are directly
# XXX needed for dependencies to compile, link, and run. If this package
# XXX provides a wrappered API or otherwise does not expose the APIs of the
# XXX buildlink3 lines below to dependencies, remove them.
# XXX
#.include "../../textproc/json-glib/buildlink3.mk"
#.include "../../textproc/libxml2/buildlink3.mk"
#.include "../../net/libsoup/buildlink3.mk"
#.include "../../devel/glib2/buildlink3.mk"
#.include "../../x11/gtk3/buildlink3.mk"
.endif # GEOCODE_GLIB_BUILDLINK3_MK
BUILDLINK_TREE+= -geocode-glib

View File

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.21 2015/11/04 03:28:30 agc Exp $
SHA1 (geocode-glib-3.18.0.tar.xz) = 2eb395a362c1bf5c95d95fa63a78558fc0c4979f
RMD160 (geocode-glib-3.18.0.tar.xz) = e914c7fd179f4f34e7b1b6a1efea682d1567b202
SHA512 (geocode-glib-3.18.0.tar.xz) = fed8eacc3a347f998466faba0f45e99182c1fe1201caff963846db74daa1106360419e46a5b196207de97ffbc7397d751a6109d1d28b32211ddc7ccfe268b2ea
Size (geocode-glib-3.18.0.tar.xz) = 357560 bytes

View File

@ -1,2 +0,0 @@
libgweather is a library to access weather information from online
services for numerous locations.

View File

@ -1,31 +0,0 @@
# $NetBSD: Makefile,v 1.55 2015/10/10 01:57:52 ryoon Exp $
#
DISTNAME= libgweather-3.36.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/3.36/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnome.org/
COMMENT= Weather information access library
LICENSE= gnu-gpl-v2
USE_TOOLS+= pkg-config msgfmt
GCONF_SCHEMAS+= gweather.schemas
PKGCONFIG_OVERRIDE+= data/gweather-3.0.pc.in
REPLACE_PYTHON= meson/*.py
.include "../../lang/python/application.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../wip/geocode-glib/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.5
.include "../../x11/gtk3/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,222 +0,0 @@
@comment $NetBSD$
include/libgweather-3.0/libgweather/gweather-enum-types.h
include/libgweather-3.0/libgweather/gweather-enums.h
include/libgweather-3.0/libgweather/gweather-location-entry.h
include/libgweather-3.0/libgweather/gweather-location.h
include/libgweather-3.0/libgweather/gweather-timezone-menu.h
include/libgweather-3.0/libgweather/gweather-timezone.h
include/libgweather-3.0/libgweather/gweather-version.h
include/libgweather-3.0/libgweather/gweather-weather.h
include/libgweather-3.0/libgweather/gweather.h
lib/girepository-1.0/GWeather-3.0.typelib
lib/libgweather-3.so
lib/libgweather-3.so.16
lib/libgweather-3.so.16.0.0
lib/pkgconfig/gweather-3.0.pc
share/gir-1.0/GWeather-3.0.gir
share/glib-2.0/schemas/org.gnome.GWeather.enums.xml
share/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
share/libgweather/Locations.xml
share/libgweather/locations.dtd
share/locale/af/LC_MESSAGES/libgweather-3.0.mo
share/locale/am/LC_MESSAGES/libgweather-3.0.mo
share/locale/ang/LC_MESSAGES/libgweather-locations.mo
share/locale/ar/LC_MESSAGES/libgweather-3.0.mo
share/locale/ar/LC_MESSAGES/libgweather-locations.mo
share/locale/as/LC_MESSAGES/libgweather-3.0.mo
share/locale/as/LC_MESSAGES/libgweather-locations.mo
share/locale/ast/LC_MESSAGES/libgweather-3.0.mo
share/locale/ast/LC_MESSAGES/libgweather-locations.mo
share/locale/az/LC_MESSAGES/libgweather-3.0.mo
share/locale/az/LC_MESSAGES/libgweather-locations.mo
share/locale/be/LC_MESSAGES/libgweather-3.0.mo
share/locale/be/LC_MESSAGES/libgweather-locations.mo
share/locale/be@latin/LC_MESSAGES/libgweather-3.0.mo
share/locale/be@latin/LC_MESSAGES/libgweather-locations.mo
share/locale/bg/LC_MESSAGES/libgweather-3.0.mo
share/locale/bg/LC_MESSAGES/libgweather-locations.mo
share/locale/bn/LC_MESSAGES/libgweather-3.0.mo
share/locale/bn/LC_MESSAGES/libgweather-locations.mo
share/locale/bn_IN/LC_MESSAGES/libgweather-3.0.mo
share/locale/bn_IN/LC_MESSAGES/libgweather-locations.mo
share/locale/br/LC_MESSAGES/libgweather-3.0.mo
share/locale/br/LC_MESSAGES/libgweather-locations.mo
share/locale/bs/LC_MESSAGES/libgweather-3.0.mo
share/locale/bs/LC_MESSAGES/libgweather-locations.mo
share/locale/ca/LC_MESSAGES/libgweather-3.0.mo
share/locale/ca/LC_MESSAGES/libgweather-locations.mo
share/locale/ca@valencia/LC_MESSAGES/libgweather-3.0.mo
share/locale/ca@valencia/LC_MESSAGES/libgweather-locations.mo
share/locale/crh/LC_MESSAGES/libgweather-3.0.mo
share/locale/crh/LC_MESSAGES/libgweather-locations.mo
share/locale/cs/LC_MESSAGES/libgweather-3.0.mo
share/locale/cs/LC_MESSAGES/libgweather-locations.mo
share/locale/cy/LC_MESSAGES/libgweather-3.0.mo
share/locale/cy/LC_MESSAGES/libgweather-locations.mo
share/locale/da/LC_MESSAGES/libgweather-3.0.mo
share/locale/da/LC_MESSAGES/libgweather-locations.mo
share/locale/de/LC_MESSAGES/libgweather-3.0.mo
share/locale/de/LC_MESSAGES/libgweather-locations.mo
share/locale/dz/LC_MESSAGES/libgweather-3.0.mo
share/locale/dz/LC_MESSAGES/libgweather-locations.mo
share/locale/el/LC_MESSAGES/libgweather-3.0.mo
share/locale/el/LC_MESSAGES/libgweather-locations.mo
share/locale/en@shaw/LC_MESSAGES/libgweather-3.0.mo
share/locale/en@shaw/LC_MESSAGES/libgweather-locations.mo
share/locale/en_CA/LC_MESSAGES/libgweather-3.0.mo
share/locale/en_CA/LC_MESSAGES/libgweather-locations.mo
share/locale/en_GB/LC_MESSAGES/libgweather-3.0.mo
share/locale/en_GB/LC_MESSAGES/libgweather-locations.mo
share/locale/eo/LC_MESSAGES/libgweather-3.0.mo
share/locale/eo/LC_MESSAGES/libgweather-locations.mo
share/locale/es/LC_MESSAGES/libgweather-3.0.mo
share/locale/es/LC_MESSAGES/libgweather-locations.mo
share/locale/es_AR/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_CL/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_CO/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_CR/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_DO/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_EC/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_ES/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_GT/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_HN/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_MX/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_NI/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_PA/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_PE/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_PR/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_SV/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_UY/LC_MESSAGES/libgweather-3.0.mo
share/locale/es_VE/LC_MESSAGES/libgweather-3.0.mo
share/locale/et/LC_MESSAGES/libgweather-3.0.mo
share/locale/et/LC_MESSAGES/libgweather-locations.mo
share/locale/eu/LC_MESSAGES/libgweather-3.0.mo
share/locale/eu/LC_MESSAGES/libgweather-locations.mo
share/locale/fa/LC_MESSAGES/libgweather-3.0.mo
share/locale/fa/LC_MESSAGES/libgweather-locations.mo
share/locale/fi/LC_MESSAGES/libgweather-3.0.mo
share/locale/fi/LC_MESSAGES/libgweather-locations.mo
share/locale/fr/LC_MESSAGES/libgweather-3.0.mo
share/locale/fr/LC_MESSAGES/libgweather-locations.mo
share/locale/fur/LC_MESSAGES/libgweather-3.0.mo
share/locale/fur/LC_MESSAGES/libgweather-locations.mo
share/locale/ga/LC_MESSAGES/libgweather-3.0.mo
share/locale/ga/LC_MESSAGES/libgweather-locations.mo
share/locale/gd/LC_MESSAGES/libgweather-3.0.mo
share/locale/gd/LC_MESSAGES/libgweather-locations.mo
share/locale/gl/LC_MESSAGES/libgweather-3.0.mo
share/locale/gl/LC_MESSAGES/libgweather-locations.mo
share/locale/gu/LC_MESSAGES/libgweather-3.0.mo
share/locale/gu/LC_MESSAGES/libgweather-locations.mo
share/locale/he/LC_MESSAGES/libgweather-3.0.mo
share/locale/he/LC_MESSAGES/libgweather-locations.mo
share/locale/hi/LC_MESSAGES/libgweather-3.0.mo
share/locale/hi/LC_MESSAGES/libgweather-locations.mo
share/locale/hr/LC_MESSAGES/libgweather-3.0.mo
share/locale/hr/LC_MESSAGES/libgweather-locations.mo
share/locale/hu/LC_MESSAGES/libgweather-3.0.mo
share/locale/hu/LC_MESSAGES/libgweather-locations.mo
share/locale/hy/LC_MESSAGES/libgweather-3.0.mo
share/locale/id/LC_MESSAGES/libgweather-3.0.mo
share/locale/id/LC_MESSAGES/libgweather-locations.mo
share/locale/is/LC_MESSAGES/libgweather-3.0.mo
share/locale/is/LC_MESSAGES/libgweather-locations.mo
share/locale/it/LC_MESSAGES/libgweather-3.0.mo
share/locale/it/LC_MESSAGES/libgweather-locations.mo
share/locale/ja/LC_MESSAGES/libgweather-3.0.mo
share/locale/ja/LC_MESSAGES/libgweather-locations.mo
share/locale/ka/LC_MESSAGES/libgweather-3.0.mo
share/locale/ka/LC_MESSAGES/libgweather-locations.mo
share/locale/kk/LC_MESSAGES/libgweather-3.0.mo
share/locale/kk/LC_MESSAGES/libgweather-locations.mo
share/locale/kn/LC_MESSAGES/libgweather-3.0.mo
share/locale/kn/LC_MESSAGES/libgweather-locations.mo
share/locale/ko/LC_MESSAGES/libgweather-3.0.mo
share/locale/ko/LC_MESSAGES/libgweather-locations.mo
share/locale/ku/LC_MESSAGES/libgweather-3.0.mo
share/locale/ku/LC_MESSAGES/libgweather-locations.mo
share/locale/ky/LC_MESSAGES/libgweather-3.0.mo
share/locale/ky/LC_MESSAGES/libgweather-locations.mo
share/locale/lt/LC_MESSAGES/libgweather-3.0.mo
share/locale/lt/LC_MESSAGES/libgweather-locations.mo
share/locale/lv/LC_MESSAGES/libgweather-3.0.mo
share/locale/lv/LC_MESSAGES/libgweather-locations.mo
share/locale/mai/LC_MESSAGES/libgweather-3.0.mo
share/locale/mai/LC_MESSAGES/libgweather-locations.mo
share/locale/mg/LC_MESSAGES/libgweather-3.0.mo
share/locale/mg/LC_MESSAGES/libgweather-locations.mo
share/locale/mk/LC_MESSAGES/libgweather-3.0.mo
share/locale/mk/LC_MESSAGES/libgweather-locations.mo
share/locale/ml/LC_MESSAGES/libgweather-3.0.mo
share/locale/ml/LC_MESSAGES/libgweather-locations.mo
share/locale/mn/LC_MESSAGES/libgweather-3.0.mo
share/locale/mn/LC_MESSAGES/libgweather-locations.mo
share/locale/mr/LC_MESSAGES/libgweather-3.0.mo
share/locale/mr/LC_MESSAGES/libgweather-locations.mo
share/locale/ms/LC_MESSAGES/libgweather-3.0.mo
share/locale/ms/LC_MESSAGES/libgweather-locations.mo
share/locale/nb/LC_MESSAGES/libgweather-3.0.mo
share/locale/nb/LC_MESSAGES/libgweather-locations.mo
share/locale/nds/LC_MESSAGES/libgweather-locations.mo
share/locale/ne/LC_MESSAGES/libgweather-3.0.mo
share/locale/ne/LC_MESSAGES/libgweather-locations.mo
share/locale/nl/LC_MESSAGES/libgweather-3.0.mo
share/locale/nl/LC_MESSAGES/libgweather-locations.mo
share/locale/nn/LC_MESSAGES/libgweather-3.0.mo
share/locale/nn/LC_MESSAGES/libgweather-locations.mo
share/locale/oc/LC_MESSAGES/libgweather-3.0.mo
share/locale/oc/LC_MESSAGES/libgweather-locations.mo
share/locale/or/LC_MESSAGES/libgweather-3.0.mo
share/locale/or/LC_MESSAGES/libgweather-locations.mo
share/locale/pa/LC_MESSAGES/libgweather-3.0.mo
share/locale/pa/LC_MESSAGES/libgweather-locations.mo
share/locale/pl/LC_MESSAGES/libgweather-3.0.mo
share/locale/pl/LC_MESSAGES/libgweather-locations.mo
share/locale/pt/LC_MESSAGES/libgweather-3.0.mo
share/locale/pt/LC_MESSAGES/libgweather-locations.mo
share/locale/pt_BR/LC_MESSAGES/libgweather-3.0.mo
share/locale/pt_BR/LC_MESSAGES/libgweather-locations.mo
share/locale/ro/LC_MESSAGES/libgweather-3.0.mo
share/locale/ro/LC_MESSAGES/libgweather-locations.mo
share/locale/ru/LC_MESSAGES/libgweather-3.0.mo
share/locale/ru/LC_MESSAGES/libgweather-locations.mo
share/locale/rw/LC_MESSAGES/libgweather-3.0.mo
share/locale/rw/LC_MESSAGES/libgweather-locations.mo
share/locale/si/LC_MESSAGES/libgweather-3.0.mo
share/locale/si/LC_MESSAGES/libgweather-locations.mo
share/locale/sk/LC_MESSAGES/libgweather-3.0.mo
share/locale/sk/LC_MESSAGES/libgweather-locations.mo
share/locale/sl/LC_MESSAGES/libgweather-3.0.mo
share/locale/sl/LC_MESSAGES/libgweather-locations.mo
share/locale/sq/LC_MESSAGES/libgweather-3.0.mo
share/locale/sq/LC_MESSAGES/libgweather-locations.mo
share/locale/sr/LC_MESSAGES/libgweather-3.0.mo
share/locale/sr/LC_MESSAGES/libgweather-locations.mo
share/locale/sr@latin/LC_MESSAGES/libgweather-3.0.mo
share/locale/sr@latin/LC_MESSAGES/libgweather-locations.mo
share/locale/sv/LC_MESSAGES/libgweather-3.0.mo
share/locale/sv/LC_MESSAGES/libgweather-locations.mo
share/locale/ta/LC_MESSAGES/libgweather-3.0.mo
share/locale/ta/LC_MESSAGES/libgweather-locations.mo
share/locale/te/LC_MESSAGES/libgweather-3.0.mo
share/locale/te/LC_MESSAGES/libgweather-locations.mo
share/locale/th/LC_MESSAGES/libgweather-3.0.mo
share/locale/th/LC_MESSAGES/libgweather-locations.mo
share/locale/tr/LC_MESSAGES/libgweather-3.0.mo
share/locale/tr/LC_MESSAGES/libgweather-locations.mo
share/locale/ug/LC_MESSAGES/libgweather-3.0.mo
share/locale/ug/LC_MESSAGES/libgweather-locations.mo
share/locale/uk/LC_MESSAGES/libgweather-3.0.mo
share/locale/uk/LC_MESSAGES/libgweather-locations.mo
share/locale/vi/LC_MESSAGES/libgweather-3.0.mo
share/locale/vi/LC_MESSAGES/libgweather-locations.mo
share/locale/wa/LC_MESSAGES/libgweather-3.0.mo
share/locale/xh/LC_MESSAGES/libgweather-3.0.mo
share/locale/zh_CN/LC_MESSAGES/libgweather-3.0.mo
share/locale/zh_CN/LC_MESSAGES/libgweather-locations.mo
share/locale/zh_HK/LC_MESSAGES/libgweather-3.0.mo
share/locale/zh_HK/LC_MESSAGES/libgweather-locations.mo
share/locale/zh_TW/LC_MESSAGES/libgweather-3.0.mo
share/locale/zh_TW/LC_MESSAGES/libgweather-locations.mo
share/vala/vapi/gweather-3.0.deps
share/vala/vapi/gweather-3.0.vapi

View File

@ -1,15 +0,0 @@
# $NetBSD$
BUILDLINK_TREE+= libgweather
.if !defined(LIBGWEATHER_BUILDLINK3_MK)
LIBGWEATHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgweather+= libgweather>=3.16.1
BUILDLINK_PKGSRCDIR.libgweather?= ../../wip/libgweather
.include "../../net/libsoup/buildlink3.mk"
.endif # LIBGWEATHER_BUILDLINK3_MK
BUILDLINK_TREE+= -libgweather

View File

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.15 2015/11/03 03:27:41 agc Exp $
SHA1 (libgweather-3.36.0.tar.xz) = 736b987be6afa9dde19410c60e711e179d18301a
RMD160 (libgweather-3.36.0.tar.xz) = a14fe933165a181d5bb6cc6ff59e3107abfa0001
SHA512 (libgweather-3.36.0.tar.xz) = 0f89d4f7faa9582b4b717b29ca60f6dbaa43614ac1e6aa7da8542595f2db2b4c2a1c5f77ed0d2822e6e358665873db03383846b11e797d78cc993f20fd4472a2
Size (libgweather-3.36.0.tar.xz) = 2702424 bytes