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 Dec  7 01:16:50 UTC 2021

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

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

Change log:

0.11.0
======
- Port to Xfconf
- Fix null g_array_sort() argument
- settings: Use infobar and symbolic icons
- Improve forecast window
- autoconf: Remove AC_HEADER_STDC
- Update `.gitignore`
- Set pointers to NULL
- Fix double-free
- Fix missing-prototypes
- Enable debug=yes when compiling from git and fix warnings
- Remove GSourceFunc casts
- Update copyright
- Translation Updates:
  Basque, Belarusian, Bulgarian, Czech, Danish, Finnish, Greek,
  Portuguese (Brazil), Russian, Serbian, Slovak, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/misc/xfce4-weather-plugin/Makefile
cvs rdiff -u -r1.20 -r1.21 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.80 pkgsrc/misc/xfce4-weather-plugin/Makefile:1.81
--- pkgsrc/misc/xfce4-weather-plugin/Makefile:1.80      Wed Apr 21 11:42:16 2021
+++ pkgsrc/misc/xfce4-weather-plugin/Makefile   Tue Dec  7 01:16:50 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2021/04/21 11:42:16 adam Exp $
+# $NetBSD: Makefile,v 1.81 2021/12/07 01:16:50 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.10.2
+VERSION=       0.11.0
 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/distinfo
diff -u pkgsrc/misc/xfce4-weather-plugin/distinfo:1.20 pkgsrc/misc/xfce4-weather-plugin/distinfo:1.21
--- pkgsrc/misc/xfce4-weather-plugin/distinfo:1.20      Tue Oct 26 10:59:38 2021
+++ pkgsrc/misc/xfce4-weather-plugin/distinfo   Tue Dec  7 01:16:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 10:59:38 nia Exp $
+$NetBSD: distinfo,v 1.21 2021/12/07 01:16:50 gutteridge Exp $
 
-BLAKE2s (xfce4-weather-plugin-0.10.2.tar.bz2) = 27e863b932b793c502ed3afa8768f533377f7724bfd7aaf031f73e5f946b4ba9
-SHA512 (xfce4-weather-plugin-0.10.2.tar.bz2) = 77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11
-Size (xfce4-weather-plugin-0.10.2.tar.bz2) = 3049859 bytes
+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
 SHA1 (patch-panel-plugin_weather-parsers.c) = c07ebf8f35aaf04ce28a5fc6ca507b3b95c07ca1



Home | Main Index | Thread Index | Old Index