Skip to content

Commit

Permalink
xfce4-weather-plugin: update to 0.11.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed Mar 12, 2024
1 parent 26fa318 commit c2240c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions misc/xfce4-weather-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand All @@ -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"
8 changes: 4 additions & 4 deletions misc/xfce4-weather-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c2240c7

Please sign in to comment.