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:           Thu Dec  5 01:34:02 UTC 2024

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

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

0.11.3 (2024-11-06)
======
- Use subdomain for api.met.no
- Avoid calling libsoup callbacks when dialogs are destroyed
- weather-config: Fix memory leak on GtkBuilder
- scan-build: Add false positive file
- scan-build: Fix core.uninitialized.Branch
- scan-build: Fix deadcode.DeadStores
- scan-build: core.NullDereference
- icon: Apply translate logic to get_symbol_name
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- weather-config: Fix memory management of source
- I18n: Update po/LINGUAS list
- build: Drop intltool requirements
- 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.103 -r1.104 pkgsrc/misc/xfce4-weather-plugin/Makefile
cvs rdiff -u -r1.23 -r1.24 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.103 pkgsrc/misc/xfce4-weather-plugin/Makefile:1.104
--- pkgsrc/misc/xfce4-weather-plugin/Makefile:1.103     Sun Nov 17 07:16:27 2024
+++ pkgsrc/misc/xfce4-weather-plugin/Makefile   Thu Dec  5 01:34:02 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2024/11/17 07:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2024/12/05 01:34:02 gutteridge Exp $
 
-PKGREVISION= 8
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.11.2
+VERSION=       0.11.3
 DISTNAME=      xfce4-weather-plugin-${VERSION}
 CATEGORIES=    misc
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/
@@ -15,6 +14,7 @@ LDFLAGS.SunOS+=       -lsocket -lnsl
 
 .include "options.mk"
 
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"

Index: pkgsrc/misc/xfce4-weather-plugin/distinfo
diff -u pkgsrc/misc/xfce4-weather-plugin/distinfo:1.23 pkgsrc/misc/xfce4-weather-plugin/distinfo:1.24
--- pkgsrc/misc/xfce4-weather-plugin/distinfo:1.23      Tue Mar 12 01:40:15 2024
+++ pkgsrc/misc/xfce4-weather-plugin/distinfo   Thu Dec  5 01:34:02 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2024/03/12 01:40:15 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2024/12/05 01:34:02 gutteridge Exp $
 
-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
+BLAKE2s (xfce4-weather-plugin-0.11.3.tar.bz2) = 3d72749cb26d74d5cabdc5fc625f60c08b0286a94092d74247ba15dcd6e017ca
+SHA512 (xfce4-weather-plugin-0.11.3.tar.bz2) = 48d0fc1d96848f21196e86678e4aa78360a76ad79d0046b68713a79c9d8746ccffc02d1f6828ff9b14a39ec8b3251db179b02f9e4e77874d4ac8238cbc2353e3
+Size (xfce4-weather-plugin-0.11.3.tar.bz2) = 3619984 bytes
 SHA1 (patch-panel-plugin_weather-parsers.c) = c07ebf8f35aaf04ce28a5fc6ca507b3b95c07ca1



Home | Main Index | Thread Index | Old Index