pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/xfce4-weather-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Mar 12 01:40:15 UTC 2024

Modified Files:
        pkgsrc/misc/xfce4-weather-plugin: Makefile distinfo

Log Message:
xfce4-weather-plugin: update to 0.11.2

0.11.2 (2024-03-08)
======
- Update copyright year
- Astro data downloads adapted
- Do not translate warning messages
- Fix leaks around remove_timezone_offset()
- build: Bump glib version
- Migration to Sunrise API 3.0
- Silence one more warning
- Be less verbose about network requests
- Do not warn about missing -night icon variants (Fixes #60)
- Use link color with better constrat for dark themes
- Remove dead code
- Fix remove_timezone_offset()
- Add some const qualifiers
- Fix moon_phases array
- Do not translate warning messages
- Fix a typo, everytime → every time.
- 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 Bokmål, 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.94 -r1.95 pkgsrc/misc/xfce4-weather-plugin/Makefile
cvs rdiff -u -r1.22 -r1.23 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.

Modified files:

Index: pkgsrc/misc/xfce4-weather-plugin/Makefile
diff -u pkgsrc/misc/xfce4-weather-plugin/Makefile:1.94 pkgsrc/misc/xfce4-weather-plugin/Makefile:1.95
--- pkgsrc/misc/xfce4-weather-plugin/Makefile:1.94      Tue Nov 14 14:02:32 2023
+++ pkgsrc/misc/xfce4-weather-plugin/Makefile   Tue Mar 12 01:40:15 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.94 2023/11/14 14:02:32 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2024/03/12 01:40:15 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.11.1
+VERSION=       0.11.2
 DISTNAME=      xfce4-weather-plugin-${VERSION}
 CATEGORIES=    misc
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/
@@ -15,8 +14,9 @@ LDFLAGS.SunOS+=       -lsocket -lnsl
 
 .include "options.mk"
 
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
-.include "../../x11/xfce4-panel/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/xfce4-weather-plugin/distinfo
diff -u pkgsrc/misc/xfce4-weather-plugin/distinfo:1.22 pkgsrc/misc/xfce4-weather-plugin/distinfo:1.23
--- pkgsrc/misc/xfce4-weather-plugin/distinfo:1.22      Wed May  3 23:41:58 2023
+++ pkgsrc/misc/xfce4-weather-plugin/distinfo   Tue Mar 12 01:40:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/05/03 23:41:58 gutteridge Exp $
+$NetBSD: distinfo,v 1.23 2024/03/12 01:40:15 gutteridge Exp $
 
-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
+BLAKE2s (xfce4-weather-plugin-0.11.2.tar.bz2) = 0f3e5889c0447263da6421cfe9ce2b0062864bce2118f357418842021ad8904d
+SHA512 (xfce4-weather-plugin-0.11.2.tar.bz2) = 011868165b17501a8b5aacb0387c23be635a1f4037a49501a823cf4aeb2be77d40aad51a4f1d1ccb1057b49e82d4cce2b2cffb82d165cf695340fbab99665ae2
+Size (xfce4-weather-plugin-0.11.2.tar.bz2) = 3096214 bytes
 SHA1 (patch-panel-plugin_weather-parsers.c) = c07ebf8f35aaf04ce28a5fc6ca507b3b95c07ca1



Home | Main Index | Thread Index | Old Index