Skip to content

Commit

Permalink
xfce4-weather-plugin: update to 0.11.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed May 3, 2023
1 parent 9b16501 commit 5895d3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 2 additions & 3 deletions misc/xfce4-weather-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand Down
8 changes: 6 additions & 2 deletions misc/xfce4-weather-plugin/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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

0 comments on commit 5895d3e

Please sign in to comment.