Received: by mail.netbsd.org (Postfix, from userid 605) id 0F98B84D95; Wed, 3 May 2023 23:42:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4132284D74 for ; Wed, 3 May 2023 23:41:59 +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 OX-SHeMo9Km1 for ; Wed, 3 May 2023 23:41:58 +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 8676284C13 for ; Wed, 3 May 2023 23:41:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E3B6FA87; Wed, 3 May 2023 23:41:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683157318258250" MIME-Version: 1.0 Date: Wed, 3 May 2023 23:41:58 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/misc/xfce4-weather-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230503234158.7E3B6FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683157318258250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed May 3 23:41:58 UTC 2023 Modified Files: pkgsrc/misc/xfce4-weather-plugin: Makefile PLIST distinfo Log Message: xfce4-weather-plugin: update to 0.11.1 Change log: 0.11.1 (2023-04-21) ====== - Update copyright year - Remove deprecated project files - Prevent Celcius display of -0C (fixes #63) - Fix blurry logo when UI scale > 1 - Fix blurry icons when UI scale > 1 - Fix intltool lock file bug in make distcheck - Rename `timezone` to avoid shadowing global variable - Return from function to avoid using garbage values - Use correct variable - Add settings button to summary window (Fixes #41) - Drop strftime padding (Fixes #46) - Improve settings UI - Add new icons with rDNS naming - Fix forecast layout (Fixes #40) - Translation Updates: Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokml, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/misc/xfce4-weather-plugin/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/xfce4-weather-plugin/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/xfce4-weather-plugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683157318258250 Content-Disposition: inline Content-Length: 2932 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/xfce4-weather-plugin/Makefile diff -u pkgsrc/misc/xfce4-weather-plugin/Makefile:1.89 pkgsrc/misc/xfce4-weather-plugin/Makefile:1.90 --- pkgsrc/misc/xfce4-weather-plugin/Makefile:1.89 Wed Apr 19 08:10:53 2023 +++ pkgsrc/misc/xfce4-weather-plugin/Makefile Wed May 3 23:41:58 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2023/04/19 08:10:53 adam Exp $ +# $NetBSD: Makefile,v 1.90 2023/05/03 23:41:58 gutteridge Exp $ -PKGREVISION= 8 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.11.0 +VERSION= 0.11.1 DISTNAME= xfce4-weather-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/ Index: pkgsrc/misc/xfce4-weather-plugin/PLIST diff -u pkgsrc/misc/xfce4-weather-plugin/PLIST:1.9 pkgsrc/misc/xfce4-weather-plugin/PLIST:1.10 --- pkgsrc/misc/xfce4-weather-plugin/PLIST:1.9 Wed Dec 2 00:46:31 2020 +++ pkgsrc/misc/xfce4-weather-plugin/PLIST Wed May 3 23:41:58 2023 @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.9 2020/12/02 00:46:31 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.10 2023/05/03 23:41:58 gutteridge Exp $ lib/xfce4/panel/plugins/libweather.la -share/icons/hicolor/48x48/apps/xfce4-weather.png +share/icons/hicolor/128x128/apps/org.xfce.panel.weather.png +share/icons/hicolor/16x16/apps/org.xfce.panel.weather.png +share/icons/hicolor/32x32/apps/org.xfce.panel.weather.png +share/icons/hicolor/48x48/apps/org.xfce.panel.weather.png +share/icons/hicolor/scalable/apps/org.xfce.panel.weather.svg share/locale/ar/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-weather-plugin.mo share/locale/be/LC_MESSAGES/xfce4-weather-plugin.mo Index: pkgsrc/misc/xfce4-weather-plugin/distinfo diff -u pkgsrc/misc/xfce4-weather-plugin/distinfo:1.21 pkgsrc/misc/xfce4-weather-plugin/distinfo:1.22 --- pkgsrc/misc/xfce4-weather-plugin/distinfo:1.21 Tue Dec 7 01:16:50 2021 +++ pkgsrc/misc/xfce4-weather-plugin/distinfo Wed May 3 23:41:58 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2021/12/07 01:16:50 gutteridge Exp $ +$NetBSD: distinfo,v 1.22 2023/05/03 23:41:58 gutteridge Exp $ -BLAKE2s (xfce4-weather-plugin-0.11.0.tar.bz2) = 546aaf2cdbc81ae493c17161dd89cd7176d6efb2375d0ce849de6fb19168ccbf -SHA512 (xfce4-weather-plugin-0.11.0.tar.bz2) = f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86 -Size (xfce4-weather-plugin-0.11.0.tar.bz2) = 3019896 bytes +BLAKE2s (xfce4-weather-plugin-0.11.1.tar.bz2) = b916f0f1c5aeb1dccf9ad7e438c0196bc391e2a15bb32e59569e40ef6a9d36bc +SHA512 (xfce4-weather-plugin-0.11.1.tar.bz2) = 625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f +Size (xfce4-weather-plugin-0.11.1.tar.bz2) = 3100215 bytes SHA1 (patch-panel-plugin_weather-parsers.c) = c07ebf8f35aaf04ce28a5fc6ca507b3b95c07ca1 --_----------=_1683157318258250--