Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6318D1A9246 for ; Wed, 4 Nov 2020 16:08:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 94B2484DE1; Wed, 4 Nov 2020 16:08:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0A6684DDE for ; Wed, 4 Nov 2020 16:08:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fmIScZhdHxJI for ; Wed, 4 Nov 2020 16:08:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 23DBE84DAD for ; Wed, 4 Nov 2020 16:08:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D828FB28; Wed, 4 Nov 2020 16:08:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160450613276170" MIME-Version: 1.0 Date: Wed, 4 Nov 2020 16:08:52 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libgweather To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201104160852.1D828FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160450613276170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Nov 4 16:08:52 UTC 2020 Modified Files: pkgsrc/devel/libgweather: Makefile PLIST buildlink3.mk distinfo Log Message: libgweather: update to 3.36.1 updated to GNOME 3 version. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libgweather/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libgweather/PLIST cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libgweather/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libgweather/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160450613276170 Content-Disposition: inline Content-Length: 46895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libgweather/Makefile diff -u pkgsrc/devel/libgweather/Makefile:1.81 pkgsrc/devel/libgweather/Makefile:1.82 --- pkgsrc/devel/libgweather/Makefile:1.81 Mon Aug 17 20:17:23 2020 +++ pkgsrc/devel/libgweather/Makefile Wed Nov 4 16:08:51 2020 @@ -1,28 +1,28 @@ -# $NetBSD: Makefile,v 1.81 2020/08/17 20:17:23 leot Exp $ -# +# $NetBSD: Makefile,v 1.82 2020/11/04 16:08:51 nia Exp $ -DISTNAME= libgweather-2.30.3 -PKGREVISION= 54 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/} -EXTRACT_SUFX= .tar.bz2 +DISTNAME= libgweather-3.36.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=/sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.gnome.org/ +HOMEPAGE= https://wiki.gnome.org/Projects/LibGWeather COMMENT= Weather information access library LICENSE= gnu-gpl-v2 -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake msgfmt - -GCONF_SCHEMAS+= gweather.schemas -PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in - -CONFLICTS+= gnome-applets<2.22.0 - -.include "../../devel/GConf/schemas.mk" -.include "../../graphics/gnome-icon-theme/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +USE_TOOLS+= pkg-config xgettext + +PYTHON_FOR_BUILD_ONLY= tool + +PKGCONFIG_OVERRIDE_STAGE= pre-install +PKGCONFIG_OVERRIDE+= output/meson-private/gweather-3.0.pc + +.include "../../devel/meson/build.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../geography/geocode-glib/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" +.include "../../lang/python/tool.mk" +.include "../../lang/vala/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/libgweather/PLIST diff -u pkgsrc/devel/libgweather/PLIST:1.8 pkgsrc/devel/libgweather/PLIST:1.9 --- pkgsrc/devel/libgweather/PLIST:1.8 Fri Oct 22 19:36:10 2010 +++ pkgsrc/devel/libgweather/PLIST Wed Nov 4 16:08:51 2020 @@ -1,576 +1,222 @@ -@comment $NetBSD: PLIST,v 1.8 2010/10/22 19:36:10 drochner Exp $ -include/libgweather/gweather-enum-types.h -include/libgweather/gweather-gconf.h -include/libgweather/gweather-location.h -include/libgweather/gweather-prefs.h -include/libgweather/gweather-timezone.h -include/libgweather/gweather-xml.h -include/libgweather/location-entry.h -include/libgweather/timezone-menu.h -include/libgweather/weather.h -lib/libgweather.la -lib/pkgconfig/gweather.pc -share/gconf/schemas/gweather.schemas -share/gtk-doc/html/libgweather/GWeatherLocationEntry.html -share/gtk-doc/html/libgweather/GWeatherTimezoneMenu.html -share/gtk-doc/html/libgweather/ch01.html -share/gtk-doc/html/libgweather/home.png -share/gtk-doc/html/libgweather/index.html -share/gtk-doc/html/libgweather/index.sgml -share/gtk-doc/html/libgweather/left.png -share/gtk-doc/html/libgweather/libgweather-gweather-gconf.html -share/gtk-doc/html/libgweather/libgweather-gweather-location.html -share/gtk-doc/html/libgweather/libgweather-gweather-prefs.html -share/gtk-doc/html/libgweather/libgweather-gweather-timezone.html -share/gtk-doc/html/libgweather/libgweather-gweather-xml.html -share/gtk-doc/html/libgweather/libgweather-weather.html -share/gtk-doc/html/libgweather/libgweather.devhelp -share/gtk-doc/html/libgweather/libgweather.devhelp2 -share/gtk-doc/html/libgweather/right.png -share/gtk-doc/html/libgweather/style.css -share/gtk-doc/html/libgweather/up.png -share/icons/gnome/16x16/status/weather-clear-night-000.png -share/icons/gnome/16x16/status/weather-clear-night-010.png -share/icons/gnome/16x16/status/weather-clear-night-020.png -share/icons/gnome/16x16/status/weather-clear-night-030.png -share/icons/gnome/16x16/status/weather-clear-night-040.png -share/icons/gnome/16x16/status/weather-clear-night-050.png -share/icons/gnome/16x16/status/weather-clear-night-060.png -share/icons/gnome/16x16/status/weather-clear-night-070.png -share/icons/gnome/16x16/status/weather-clear-night-080.png -share/icons/gnome/16x16/status/weather-clear-night-090.png -share/icons/gnome/16x16/status/weather-clear-night-100.png -share/icons/gnome/16x16/status/weather-clear-night-110.png -share/icons/gnome/16x16/status/weather-clear-night-120.png -share/icons/gnome/16x16/status/weather-clear-night-130.png -share/icons/gnome/16x16/status/weather-clear-night-140.png -share/icons/gnome/16x16/status/weather-clear-night-150.png -share/icons/gnome/16x16/status/weather-clear-night-160.png -share/icons/gnome/16x16/status/weather-clear-night-170.png -share/icons/gnome/16x16/status/weather-clear-night-190.png -share/icons/gnome/16x16/status/weather-clear-night-200.png -share/icons/gnome/16x16/status/weather-clear-night-210.png -share/icons/gnome/16x16/status/weather-clear-night-220.png -share/icons/gnome/16x16/status/weather-clear-night-230.png -share/icons/gnome/16x16/status/weather-clear-night-240.png -share/icons/gnome/16x16/status/weather-clear-night-250.png -share/icons/gnome/16x16/status/weather-clear-night-260.png -share/icons/gnome/16x16/status/weather-clear-night-270.png -share/icons/gnome/16x16/status/weather-clear-night-280.png -share/icons/gnome/16x16/status/weather-clear-night-290.png -share/icons/gnome/16x16/status/weather-clear-night-300.png -share/icons/gnome/16x16/status/weather-clear-night-310.png -share/icons/gnome/16x16/status/weather-clear-night-320.png -share/icons/gnome/16x16/status/weather-clear-night-330.png -share/icons/gnome/16x16/status/weather-clear-night-340.png -share/icons/gnome/16x16/status/weather-clear-night-350.png -share/icons/gnome/16x16/status/weather-few-clouds-night-000.png -share/icons/gnome/16x16/status/weather-few-clouds-night-010.png -share/icons/gnome/16x16/status/weather-few-clouds-night-020.png -share/icons/gnome/16x16/status/weather-few-clouds-night-030.png -share/icons/gnome/16x16/status/weather-few-clouds-night-040.png -share/icons/gnome/16x16/status/weather-few-clouds-night-050.png -share/icons/gnome/16x16/status/weather-few-clouds-night-060.png -share/icons/gnome/16x16/status/weather-few-clouds-night-070.png -share/icons/gnome/16x16/status/weather-few-clouds-night-080.png -share/icons/gnome/16x16/status/weather-few-clouds-night-090.png -share/icons/gnome/16x16/status/weather-few-clouds-night-100.png -share/icons/gnome/16x16/status/weather-few-clouds-night-110.png -share/icons/gnome/16x16/status/weather-few-clouds-night-120.png -share/icons/gnome/16x16/status/weather-few-clouds-night-130.png -share/icons/gnome/16x16/status/weather-few-clouds-night-140.png -share/icons/gnome/16x16/status/weather-few-clouds-night-150.png -share/icons/gnome/16x16/status/weather-few-clouds-night-160.png -share/icons/gnome/16x16/status/weather-few-clouds-night-170.png -share/icons/gnome/16x16/status/weather-few-clouds-night-190.png -share/icons/gnome/16x16/status/weather-few-clouds-night-200.png -share/icons/gnome/16x16/status/weather-few-clouds-night-210.png -share/icons/gnome/16x16/status/weather-few-clouds-night-220.png -share/icons/gnome/16x16/status/weather-few-clouds-night-230.png -share/icons/gnome/16x16/status/weather-few-clouds-night-240.png -share/icons/gnome/16x16/status/weather-few-clouds-night-250.png -share/icons/gnome/16x16/status/weather-few-clouds-night-260.png -share/icons/gnome/16x16/status/weather-few-clouds-night-270.png -share/icons/gnome/16x16/status/weather-few-clouds-night-280.png -share/icons/gnome/16x16/status/weather-few-clouds-night-290.png -share/icons/gnome/16x16/status/weather-few-clouds-night-300.png -share/icons/gnome/16x16/status/weather-few-clouds-night-310.png -share/icons/gnome/16x16/status/weather-few-clouds-night-320.png -share/icons/gnome/16x16/status/weather-few-clouds-night-330.png -share/icons/gnome/16x16/status/weather-few-clouds-night-340.png -share/icons/gnome/16x16/status/weather-few-clouds-night-350.png -share/icons/gnome/22x22/status/weather-clear-night-000.png -share/icons/gnome/22x22/status/weather-clear-night-010.png -share/icons/gnome/22x22/status/weather-clear-night-020.png -share/icons/gnome/22x22/status/weather-clear-night-030.png -share/icons/gnome/22x22/status/weather-clear-night-040.png -share/icons/gnome/22x22/status/weather-clear-night-050.png -share/icons/gnome/22x22/status/weather-clear-night-060.png -share/icons/gnome/22x22/status/weather-clear-night-070.png -share/icons/gnome/22x22/status/weather-clear-night-080.png -share/icons/gnome/22x22/status/weather-clear-night-090.png -share/icons/gnome/22x22/status/weather-clear-night-100.png -share/icons/gnome/22x22/status/weather-clear-night-110.png -share/icons/gnome/22x22/status/weather-clear-night-120.png -share/icons/gnome/22x22/status/weather-clear-night-130.png -share/icons/gnome/22x22/status/weather-clear-night-140.png -share/icons/gnome/22x22/status/weather-clear-night-150.png -share/icons/gnome/22x22/status/weather-clear-night-160.png -share/icons/gnome/22x22/status/weather-clear-night-170.png -share/icons/gnome/22x22/status/weather-clear-night-190.png -share/icons/gnome/22x22/status/weather-clear-night-200.png -share/icons/gnome/22x22/status/weather-clear-night-210.png -share/icons/gnome/22x22/status/weather-clear-night-220.png -share/icons/gnome/22x22/status/weather-clear-night-230.png -share/icons/gnome/22x22/status/weather-clear-night-240.png -share/icons/gnome/22x22/status/weather-clear-night-250.png -share/icons/gnome/22x22/status/weather-clear-night-260.png -share/icons/gnome/22x22/status/weather-clear-night-270.png -share/icons/gnome/22x22/status/weather-clear-night-280.png -share/icons/gnome/22x22/status/weather-clear-night-290.png -share/icons/gnome/22x22/status/weather-clear-night-300.png -share/icons/gnome/22x22/status/weather-clear-night-310.png -share/icons/gnome/22x22/status/weather-clear-night-320.png -share/icons/gnome/22x22/status/weather-clear-night-330.png -share/icons/gnome/22x22/status/weather-clear-night-340.png -share/icons/gnome/22x22/status/weather-clear-night-350.png -share/icons/gnome/22x22/status/weather-few-clouds-night-000.png -share/icons/gnome/22x22/status/weather-few-clouds-night-010.png -share/icons/gnome/22x22/status/weather-few-clouds-night-020.png -share/icons/gnome/22x22/status/weather-few-clouds-night-030.png -share/icons/gnome/22x22/status/weather-few-clouds-night-040.png -share/icons/gnome/22x22/status/weather-few-clouds-night-050.png -share/icons/gnome/22x22/status/weather-few-clouds-night-060.png -share/icons/gnome/22x22/status/weather-few-clouds-night-070.png -share/icons/gnome/22x22/status/weather-few-clouds-night-080.png -share/icons/gnome/22x22/status/weather-few-clouds-night-090.png -share/icons/gnome/22x22/status/weather-few-clouds-night-100.png -share/icons/gnome/22x22/status/weather-few-clouds-night-110.png -share/icons/gnome/22x22/status/weather-few-clouds-night-120.png -share/icons/gnome/22x22/status/weather-few-clouds-night-130.png -share/icons/gnome/22x22/status/weather-few-clouds-night-140.png -share/icons/gnome/22x22/status/weather-few-clouds-night-150.png -share/icons/gnome/22x22/status/weather-few-clouds-night-160.png -share/icons/gnome/22x22/status/weather-few-clouds-night-170.png -share/icons/gnome/22x22/status/weather-few-clouds-night-190.png -share/icons/gnome/22x22/status/weather-few-clouds-night-200.png -share/icons/gnome/22x22/status/weather-few-clouds-night-210.png -share/icons/gnome/22x22/status/weather-few-clouds-night-220.png -share/icons/gnome/22x22/status/weather-few-clouds-night-230.png -share/icons/gnome/22x22/status/weather-few-clouds-night-240.png -share/icons/gnome/22x22/status/weather-few-clouds-night-250.png -share/icons/gnome/22x22/status/weather-few-clouds-night-260.png -share/icons/gnome/22x22/status/weather-few-clouds-night-270.png -share/icons/gnome/22x22/status/weather-few-clouds-night-280.png -share/icons/gnome/22x22/status/weather-few-clouds-night-290.png -share/icons/gnome/22x22/status/weather-few-clouds-night-300.png -share/icons/gnome/22x22/status/weather-few-clouds-night-310.png -share/icons/gnome/22x22/status/weather-few-clouds-night-320.png -share/icons/gnome/22x22/status/weather-few-clouds-night-330.png -share/icons/gnome/22x22/status/weather-few-clouds-night-340.png -share/icons/gnome/22x22/status/weather-few-clouds-night-350.png -share/icons/gnome/24x24/status/weather-clear-night-000.png -share/icons/gnome/24x24/status/weather-clear-night-010.png -share/icons/gnome/24x24/status/weather-clear-night-020.png -share/icons/gnome/24x24/status/weather-clear-night-030.png -share/icons/gnome/24x24/status/weather-clear-night-040.png -share/icons/gnome/24x24/status/weather-clear-night-050.png -share/icons/gnome/24x24/status/weather-clear-night-060.png -share/icons/gnome/24x24/status/weather-clear-night-070.png -share/icons/gnome/24x24/status/weather-clear-night-080.png -share/icons/gnome/24x24/status/weather-clear-night-090.png -share/icons/gnome/24x24/status/weather-clear-night-100.png -share/icons/gnome/24x24/status/weather-clear-night-110.png -share/icons/gnome/24x24/status/weather-clear-night-120.png -share/icons/gnome/24x24/status/weather-clear-night-130.png -share/icons/gnome/24x24/status/weather-clear-night-140.png -share/icons/gnome/24x24/status/weather-clear-night-150.png -share/icons/gnome/24x24/status/weather-clear-night-160.png -share/icons/gnome/24x24/status/weather-clear-night-170.png -share/icons/gnome/24x24/status/weather-clear-night-190.png -share/icons/gnome/24x24/status/weather-clear-night-200.png -share/icons/gnome/24x24/status/weather-clear-night-210.png -share/icons/gnome/24x24/status/weather-clear-night-220.png -share/icons/gnome/24x24/status/weather-clear-night-230.png -share/icons/gnome/24x24/status/weather-clear-night-240.png -share/icons/gnome/24x24/status/weather-clear-night-250.png -share/icons/gnome/24x24/status/weather-clear-night-260.png -share/icons/gnome/24x24/status/weather-clear-night-270.png -share/icons/gnome/24x24/status/weather-clear-night-280.png -share/icons/gnome/24x24/status/weather-clear-night-290.png -share/icons/gnome/24x24/status/weather-clear-night-300.png -share/icons/gnome/24x24/status/weather-clear-night-310.png -share/icons/gnome/24x24/status/weather-clear-night-320.png -share/icons/gnome/24x24/status/weather-clear-night-330.png -share/icons/gnome/24x24/status/weather-clear-night-340.png -share/icons/gnome/24x24/status/weather-clear-night-350.png -share/icons/gnome/24x24/status/weather-few-clouds-night-000.png -share/icons/gnome/24x24/status/weather-few-clouds-night-010.png -share/icons/gnome/24x24/status/weather-few-clouds-night-020.png -share/icons/gnome/24x24/status/weather-few-clouds-night-030.png -share/icons/gnome/24x24/status/weather-few-clouds-night-040.png -share/icons/gnome/24x24/status/weather-few-clouds-night-050.png -share/icons/gnome/24x24/status/weather-few-clouds-night-060.png -share/icons/gnome/24x24/status/weather-few-clouds-night-070.png -share/icons/gnome/24x24/status/weather-few-clouds-night-080.png -share/icons/gnome/24x24/status/weather-few-clouds-night-090.png -share/icons/gnome/24x24/status/weather-few-clouds-night-100.png -share/icons/gnome/24x24/status/weather-few-clouds-night-110.png -share/icons/gnome/24x24/status/weather-few-clouds-night-120.png -share/icons/gnome/24x24/status/weather-few-clouds-night-130.png -share/icons/gnome/24x24/status/weather-few-clouds-night-140.png -share/icons/gnome/24x24/status/weather-few-clouds-night-150.png -share/icons/gnome/24x24/status/weather-few-clouds-night-160.png -share/icons/gnome/24x24/status/weather-few-clouds-night-170.png -share/icons/gnome/24x24/status/weather-few-clouds-night-190.png -share/icons/gnome/24x24/status/weather-few-clouds-night-200.png -share/icons/gnome/24x24/status/weather-few-clouds-night-210.png -share/icons/gnome/24x24/status/weather-few-clouds-night-220.png -share/icons/gnome/24x24/status/weather-few-clouds-night-230.png -share/icons/gnome/24x24/status/weather-few-clouds-night-240.png -share/icons/gnome/24x24/status/weather-few-clouds-night-250.png -share/icons/gnome/24x24/status/weather-few-clouds-night-260.png -share/icons/gnome/24x24/status/weather-few-clouds-night-270.png -share/icons/gnome/24x24/status/weather-few-clouds-night-280.png -share/icons/gnome/24x24/status/weather-few-clouds-night-290.png -share/icons/gnome/24x24/status/weather-few-clouds-night-300.png -share/icons/gnome/24x24/status/weather-few-clouds-night-310.png -share/icons/gnome/24x24/status/weather-few-clouds-night-320.png -share/icons/gnome/24x24/status/weather-few-clouds-night-330.png -share/icons/gnome/24x24/status/weather-few-clouds-night-340.png -share/icons/gnome/24x24/status/weather-few-clouds-night-350.png -share/icons/gnome/32x32/status/weather-clear-night-000.png -share/icons/gnome/32x32/status/weather-clear-night-010.png -share/icons/gnome/32x32/status/weather-clear-night-020.png -share/icons/gnome/32x32/status/weather-clear-night-030.png -share/icons/gnome/32x32/status/weather-clear-night-040.png -share/icons/gnome/32x32/status/weather-clear-night-050.png -share/icons/gnome/32x32/status/weather-clear-night-060.png -share/icons/gnome/32x32/status/weather-clear-night-070.png -share/icons/gnome/32x32/status/weather-clear-night-080.png -share/icons/gnome/32x32/status/weather-clear-night-090.png -share/icons/gnome/32x32/status/weather-clear-night-100.png -share/icons/gnome/32x32/status/weather-clear-night-110.png -share/icons/gnome/32x32/status/weather-clear-night-120.png -share/icons/gnome/32x32/status/weather-clear-night-130.png -share/icons/gnome/32x32/status/weather-clear-night-140.png -share/icons/gnome/32x32/status/weather-clear-night-150.png -share/icons/gnome/32x32/status/weather-clear-night-160.png -share/icons/gnome/32x32/status/weather-clear-night-170.png -share/icons/gnome/32x32/status/weather-clear-night-190.png -share/icons/gnome/32x32/status/weather-clear-night-200.png -share/icons/gnome/32x32/status/weather-clear-night-210.png -share/icons/gnome/32x32/status/weather-clear-night-220.png -share/icons/gnome/32x32/status/weather-clear-night-230.png -share/icons/gnome/32x32/status/weather-clear-night-240.png -share/icons/gnome/32x32/status/weather-clear-night-250.png -share/icons/gnome/32x32/status/weather-clear-night-260.png -share/icons/gnome/32x32/status/weather-clear-night-270.png -share/icons/gnome/32x32/status/weather-clear-night-280.png -share/icons/gnome/32x32/status/weather-clear-night-290.png -share/icons/gnome/32x32/status/weather-clear-night-300.png -share/icons/gnome/32x32/status/weather-clear-night-310.png -share/icons/gnome/32x32/status/weather-clear-night-320.png -share/icons/gnome/32x32/status/weather-clear-night-330.png -share/icons/gnome/32x32/status/weather-clear-night-340.png -share/icons/gnome/32x32/status/weather-clear-night-350.png -share/icons/gnome/32x32/status/weather-few-clouds-night-000.png -share/icons/gnome/32x32/status/weather-few-clouds-night-010.png -share/icons/gnome/32x32/status/weather-few-clouds-night-020.png -share/icons/gnome/32x32/status/weather-few-clouds-night-030.png -share/icons/gnome/32x32/status/weather-few-clouds-night-040.png -share/icons/gnome/32x32/status/weather-few-clouds-night-050.png -share/icons/gnome/32x32/status/weather-few-clouds-night-060.png -share/icons/gnome/32x32/status/weather-few-clouds-night-070.png -share/icons/gnome/32x32/status/weather-few-clouds-night-080.png -share/icons/gnome/32x32/status/weather-few-clouds-night-090.png -share/icons/gnome/32x32/status/weather-few-clouds-night-100.png -share/icons/gnome/32x32/status/weather-few-clouds-night-110.png -share/icons/gnome/32x32/status/weather-few-clouds-night-120.png -share/icons/gnome/32x32/status/weather-few-clouds-night-130.png -share/icons/gnome/32x32/status/weather-few-clouds-night-140.png -share/icons/gnome/32x32/status/weather-few-clouds-night-150.png -share/icons/gnome/32x32/status/weather-few-clouds-night-160.png -share/icons/gnome/32x32/status/weather-few-clouds-night-170.png -share/icons/gnome/32x32/status/weather-few-clouds-night-190.png -share/icons/gnome/32x32/status/weather-few-clouds-night-200.png -share/icons/gnome/32x32/status/weather-few-clouds-night-210.png -share/icons/gnome/32x32/status/weather-few-clouds-night-220.png -share/icons/gnome/32x32/status/weather-few-clouds-night-230.png -share/icons/gnome/32x32/status/weather-few-clouds-night-240.png -share/icons/gnome/32x32/status/weather-few-clouds-night-250.png -share/icons/gnome/32x32/status/weather-few-clouds-night-260.png -share/icons/gnome/32x32/status/weather-few-clouds-night-270.png -share/icons/gnome/32x32/status/weather-few-clouds-night-280.png -share/icons/gnome/32x32/status/weather-few-clouds-night-290.png -share/icons/gnome/32x32/status/weather-few-clouds-night-300.png -share/icons/gnome/32x32/status/weather-few-clouds-night-310.png -share/icons/gnome/32x32/status/weather-few-clouds-night-320.png -share/icons/gnome/32x32/status/weather-few-clouds-night-330.png -share/icons/gnome/32x32/status/weather-few-clouds-night-340.png -share/icons/gnome/32x32/status/weather-few-clouds-night-350.png -share/icons/gnome/scalable/status/weather-clear-night-000.svg -share/icons/gnome/scalable/status/weather-clear-night-010.svg -share/icons/gnome/scalable/status/weather-clear-night-020.svg -share/icons/gnome/scalable/status/weather-clear-night-030.svg -share/icons/gnome/scalable/status/weather-clear-night-040.svg -share/icons/gnome/scalable/status/weather-clear-night-050.svg -share/icons/gnome/scalable/status/weather-clear-night-060.svg -share/icons/gnome/scalable/status/weather-clear-night-070.svg -share/icons/gnome/scalable/status/weather-clear-night-080.svg -share/icons/gnome/scalable/status/weather-clear-night-090.svg -share/icons/gnome/scalable/status/weather-clear-night-100.svg -share/icons/gnome/scalable/status/weather-clear-night-110.svg -share/icons/gnome/scalable/status/weather-clear-night-120.svg -share/icons/gnome/scalable/status/weather-clear-night-130.svg -share/icons/gnome/scalable/status/weather-clear-night-140.svg -share/icons/gnome/scalable/status/weather-clear-night-150.svg -share/icons/gnome/scalable/status/weather-clear-night-160.svg -share/icons/gnome/scalable/status/weather-clear-night-170.svg -share/icons/gnome/scalable/status/weather-clear-night-190.svg -share/icons/gnome/scalable/status/weather-clear-night-200.svg -share/icons/gnome/scalable/status/weather-clear-night-210.svg -share/icons/gnome/scalable/status/weather-clear-night-220.svg -share/icons/gnome/scalable/status/weather-clear-night-230.svg -share/icons/gnome/scalable/status/weather-clear-night-240.svg -share/icons/gnome/scalable/status/weather-clear-night-250.svg -share/icons/gnome/scalable/status/weather-clear-night-260.svg -share/icons/gnome/scalable/status/weather-clear-night-270.svg -share/icons/gnome/scalable/status/weather-clear-night-280.svg -share/icons/gnome/scalable/status/weather-clear-night-290.svg -share/icons/gnome/scalable/status/weather-clear-night-300.svg -share/icons/gnome/scalable/status/weather-clear-night-310.svg -share/icons/gnome/scalable/status/weather-clear-night-320.svg -share/icons/gnome/scalable/status/weather-clear-night-330.svg -share/icons/gnome/scalable/status/weather-clear-night-340.svg -share/icons/gnome/scalable/status/weather-clear-night-350.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-000.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-010.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-020.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-030.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-040.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-050.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-060.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-070.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-080.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-090.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-100.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-110.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-120.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-130.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-140.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-150.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-160.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-170.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-190.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-200.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-210.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-220.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-230.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-240.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-250.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-260.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-270.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-280.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-290.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-300.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-310.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-320.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-330.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-340.svg -share/icons/gnome/scalable/status/weather-few-clouds-night-350.svg -share/libgweather/Locations.ang.xml -share/libgweather/Locations.ar.xml -share/libgweather/Locations.as.xml -share/libgweather/Locations.ast.xml -share/libgweather/Locations.az.xml -share/libgweather/Locations.be.xml -share/libgweather/Locations.be@latin.xml -share/libgweather/Locations.bg.xml -share/libgweather/Locations.bn.xml -share/libgweather/Locations.bn_IN.xml -share/libgweather/Locations.br.xml -share/libgweather/Locations.bs.xml -share/libgweather/Locations.ca.xml -share/libgweather/Locations.ca@valencia.xml -share/libgweather/Locations.crh.xml -share/libgweather/Locations.cs.xml -share/libgweather/Locations.cy.xml -share/libgweather/Locations.da.xml -share/libgweather/Locations.de.xml -share/libgweather/Locations.dz.xml -share/libgweather/Locations.el.xml -share/libgweather/Locations.en@shaw.xml -share/libgweather/Locations.en_CA.xml -share/libgweather/Locations.en_GB.xml -share/libgweather/Locations.eo.xml -share/libgweather/Locations.es.xml -share/libgweather/Locations.et.xml -share/libgweather/Locations.eu.xml -share/libgweather/Locations.fa.xml -share/libgweather/Locations.fi.xml -share/libgweather/Locations.fr.xml -share/libgweather/Locations.ga.xml -share/libgweather/Locations.gl.xml -share/libgweather/Locations.gu.xml -share/libgweather/Locations.he.xml -share/libgweather/Locations.hi.xml -share/libgweather/Locations.hr.xml -share/libgweather/Locations.hu.xml -share/libgweather/Locations.id.xml -share/libgweather/Locations.it.xml -share/libgweather/Locations.ja.xml -share/libgweather/Locations.ka.xml -share/libgweather/Locations.kn.xml -share/libgweather/Locations.ko.xml -share/libgweather/Locations.ku.xml -share/libgweather/Locations.ky.xml -share/libgweather/Locations.lt.xml -share/libgweather/Locations.lv.xml -share/libgweather/Locations.mai.xml -share/libgweather/Locations.mg.xml -share/libgweather/Locations.mk.xml -share/libgweather/Locations.ml.xml -share/libgweather/Locations.mn.xml -share/libgweather/Locations.mr.xml -share/libgweather/Locations.ms.xml -share/libgweather/Locations.nb.xml -share/libgweather/Locations.nds.xml -share/libgweather/Locations.ne.xml -share/libgweather/Locations.nl.xml -share/libgweather/Locations.nn.xml -share/libgweather/Locations.oc.xml -share/libgweather/Locations.or.xml -share/libgweather/Locations.pa.xml -share/libgweather/Locations.pl.xml -share/libgweather/Locations.pt.xml -share/libgweather/Locations.pt_BR.xml -share/libgweather/Locations.ro.xml -share/libgweather/Locations.ru.xml -share/libgweather/Locations.rw.xml -share/libgweather/Locations.si.xml -share/libgweather/Locations.sk.xml -share/libgweather/Locations.sl.xml -share/libgweather/Locations.sq.xml -share/libgweather/Locations.sr.xml -share/libgweather/Locations.sr@latin.xml -share/libgweather/Locations.sv.xml -share/libgweather/Locations.ta.xml -share/libgweather/Locations.te.xml -share/libgweather/Locations.th.xml -share/libgweather/Locations.tr.xml -share/libgweather/Locations.ug.xml -share/libgweather/Locations.uk.xml -share/libgweather/Locations.vi.xml +@comment $NetBSD: PLIST,v 1.9 2020/11/04 16:08:51 nia Exp $ +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.zh_CN.xml -share/libgweather/Locations.zh_HK.xml -share/libgweather/Locations.zh_TW.xml share/libgweather/locations.dtd -share/locale/af/LC_MESSAGES/libgweather.mo -share/locale/am/LC_MESSAGES/libgweather.mo -share/locale/ar/LC_MESSAGES/libgweather.mo -share/locale/as/LC_MESSAGES/libgweather.mo -share/locale/ast/LC_MESSAGES/libgweather.mo -share/locale/az/LC_MESSAGES/libgweather.mo -share/locale/be/LC_MESSAGES/libgweather.mo -share/locale/be@latin/LC_MESSAGES/libgweather.mo -share/locale/bg/LC_MESSAGES/libgweather.mo -share/locale/bn/LC_MESSAGES/libgweather.mo -share/locale/bn_IN/LC_MESSAGES/libgweather.mo -share/locale/br/LC_MESSAGES/libgweather.mo -share/locale/bs/LC_MESSAGES/libgweather.mo -share/locale/ca/LC_MESSAGES/libgweather.mo -share/locale/ca@valencia/LC_MESSAGES/libgweather.mo -share/locale/crh/LC_MESSAGES/libgweather.mo -share/locale/cs/LC_MESSAGES/libgweather.mo -share/locale/cy/LC_MESSAGES/libgweather.mo -share/locale/da/LC_MESSAGES/libgweather.mo -share/locale/de/LC_MESSAGES/libgweather.mo -share/locale/dz/LC_MESSAGES/libgweather.mo -share/locale/el/LC_MESSAGES/libgweather.mo -share/locale/en@shaw/LC_MESSAGES/libgweather.mo -share/locale/en_CA/LC_MESSAGES/libgweather.mo -share/locale/en_GB/LC_MESSAGES/libgweather.mo -share/locale/eo/LC_MESSAGES/libgweather.mo -share/locale/es/LC_MESSAGES/libgweather.mo -share/locale/es_AR/LC_MESSAGES/libgweather.mo -share/locale/es_CL/LC_MESSAGES/libgweather.mo -share/locale/es_CO/LC_MESSAGES/libgweather.mo -share/locale/es_CR/LC_MESSAGES/libgweather.mo -share/locale/es_DO/LC_MESSAGES/libgweather.mo -share/locale/es_EC/LC_MESSAGES/libgweather.mo -share/locale/es_ES/LC_MESSAGES/libgweather.mo -share/locale/es_GT/LC_MESSAGES/libgweather.mo -share/locale/es_HN/LC_MESSAGES/libgweather.mo -share/locale/es_MX/LC_MESSAGES/libgweather.mo -share/locale/es_NI/LC_MESSAGES/libgweather.mo -share/locale/es_PA/LC_MESSAGES/libgweather.mo -share/locale/es_PE/LC_MESSAGES/libgweather.mo -share/locale/es_PR/LC_MESSAGES/libgweather.mo -share/locale/es_SV/LC_MESSAGES/libgweather.mo -share/locale/es_UY/LC_MESSAGES/libgweather.mo -share/locale/es_VE/LC_MESSAGES/libgweather.mo -share/locale/et/LC_MESSAGES/libgweather.mo -share/locale/eu/LC_MESSAGES/libgweather.mo -share/locale/fa/LC_MESSAGES/libgweather.mo -share/locale/fi/LC_MESSAGES/libgweather.mo -share/locale/fr/LC_MESSAGES/libgweather.mo -share/locale/ga/LC_MESSAGES/libgweather.mo -share/locale/gl/LC_MESSAGES/libgweather.mo -share/locale/gu/LC_MESSAGES/libgweather.mo -share/locale/he/LC_MESSAGES/libgweather.mo -share/locale/hi/LC_MESSAGES/libgweather.mo -share/locale/hr/LC_MESSAGES/libgweather.mo -share/locale/hu/LC_MESSAGES/libgweather.mo -share/locale/hy/LC_MESSAGES/libgweather.mo -share/locale/id/LC_MESSAGES/libgweather.mo -share/locale/is/LC_MESSAGES/libgweather.mo -share/locale/it/LC_MESSAGES/libgweather.mo -share/locale/ja/LC_MESSAGES/libgweather.mo -share/locale/ka/LC_MESSAGES/libgweather.mo -share/locale/kn/LC_MESSAGES/libgweather.mo -share/locale/ko/LC_MESSAGES/libgweather.mo -share/locale/ku/LC_MESSAGES/libgweather.mo -share/locale/ky/LC_MESSAGES/libgweather.mo -share/locale/lt/LC_MESSAGES/libgweather.mo -share/locale/lv/LC_MESSAGES/libgweather.mo -share/locale/mai/LC_MESSAGES/libgweather.mo -share/locale/mg/LC_MESSAGES/libgweather.mo -share/locale/mk/LC_MESSAGES/libgweather.mo -share/locale/ml/LC_MESSAGES/libgweather.mo -share/locale/mn/LC_MESSAGES/libgweather.mo -share/locale/mr/LC_MESSAGES/libgweather.mo -share/locale/ms/LC_MESSAGES/libgweather.mo -share/locale/nb/LC_MESSAGES/libgweather.mo -share/locale/nds/LC_MESSAGES/libgweather.mo -share/locale/ne/LC_MESSAGES/libgweather.mo -share/locale/nl/LC_MESSAGES/libgweather.mo -share/locale/nn/LC_MESSAGES/libgweather.mo -share/locale/oc/LC_MESSAGES/libgweather.mo -share/locale/or/LC_MESSAGES/libgweather.mo -share/locale/pa/LC_MESSAGES/libgweather.mo -share/locale/pl/LC_MESSAGES/libgweather.mo -share/locale/pt/LC_MESSAGES/libgweather.mo -share/locale/pt_BR/LC_MESSAGES/libgweather.mo -share/locale/ro/LC_MESSAGES/libgweather.mo -share/locale/ru/LC_MESSAGES/libgweather.mo -share/locale/rw/LC_MESSAGES/libgweather.mo -share/locale/si/LC_MESSAGES/libgweather.mo -share/locale/sk/LC_MESSAGES/libgweather.mo -share/locale/sl/LC_MESSAGES/libgweather.mo -share/locale/sq/LC_MESSAGES/libgweather.mo -share/locale/sr/LC_MESSAGES/libgweather.mo -share/locale/sr@latin/LC_MESSAGES/libgweather.mo -share/locale/sv/LC_MESSAGES/libgweather.mo -share/locale/ta/LC_MESSAGES/libgweather.mo -share/locale/te/LC_MESSAGES/libgweather.mo -share/locale/th/LC_MESSAGES/libgweather.mo -share/locale/tr/LC_MESSAGES/libgweather.mo -share/locale/uk/LC_MESSAGES/libgweather.mo -share/locale/vi/LC_MESSAGES/libgweather.mo -share/locale/wa/LC_MESSAGES/libgweather.mo -share/locale/xh/LC_MESSAGES/libgweather.mo -share/locale/zh_CN/LC_MESSAGES/libgweather.mo -share/locale/zh_HK/LC_MESSAGES/libgweather.mo -share/locale/zh_TW/LC_MESSAGES/libgweather.mo +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 Index: pkgsrc/devel/libgweather/buildlink3.mk diff -u pkgsrc/devel/libgweather/buildlink3.mk:1.62 pkgsrc/devel/libgweather/buildlink3.mk:1.63 --- pkgsrc/devel/libgweather/buildlink3.mk:1.62 Mon Aug 17 20:17:23 2020 +++ pkgsrc/devel/libgweather/buildlink3.mk Wed Nov 4 16:08:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.62 2020/08/17 20:17:23 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.63 2020/11/04 16:08:51 nia Exp $ BUILDLINK_TREE+= libgweather @@ -9,8 +9,9 @@ BUILDLINK_API_DEPENDS.libgweather+= libg BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb54 BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather +.include "../../geography/geocode-glib/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .endif # LIBGWEATHER_BUILDLINK3_MK BUILDLINK_TREE+= -libgweather Index: pkgsrc/devel/libgweather/distinfo diff -u pkgsrc/devel/libgweather/distinfo:1.15 pkgsrc/devel/libgweather/distinfo:1.16 --- pkgsrc/devel/libgweather/distinfo:1.15 Tue Nov 3 03:27:41 2015 +++ pkgsrc/devel/libgweather/distinfo Wed Nov 4 16:08:51 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 03:27:41 agc Exp $ +$NetBSD: distinfo,v 1.16 2020/11/04 16:08:51 nia Exp $ -SHA1 (libgweather-2.30.3.tar.bz2) = e89aadc89d3405d1a3de12005fa839d9da5adbc1 -RMD160 (libgweather-2.30.3.tar.bz2) = 84158a5099c41b028a5f8d15ce99534dbd992051 -SHA512 (libgweather-2.30.3.tar.bz2) = 4cbed97a65d02dfdb015fced22cc58d681cd508473add0fc9060206e2736e2c97aa80d3a70923a6e46e0f8de566baffbd56bb86faa875fa565ae52630a05a071 -Size (libgweather-2.30.3.tar.bz2) = 7449487 bytes +SHA1 (libgweather-3.36.1.tar.xz) = 99e9dc437e238a4b3e29cbcd167353bf091dfbd4 +RMD160 (libgweather-3.36.1.tar.xz) = 3add156fc57585e4b59c0be384f72f189f4b18fb +SHA512 (libgweather-3.36.1.tar.xz) = 6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d +Size (libgweather-3.36.1.tar.xz) = 2702144 bytes --_----------=_160450613276170--