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:           Wed Dec  2 00:46:31 UTC 2020

Modified Files:
        pkgsrc/misc/xfce4-weather-plugin: Makefile PLIST distinfo
Added Files:
        pkgsrc/misc/xfce4-weather-plugin: options.mk

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

pkgsrc-specific change: add optional support for upower.

Change log:

0.10.2
======
- weather-icon: fix use-after-free in get_user_icons_dir
- Fix GTimeVal deprecation
- Update copyright/bugzilla URLs
- Switch to the 2.0 API
- Add basic GitLab pipeline
- Bug #16717: Move from exo-csource to xdt-csource
- Fix unprintable character in summary subtitle (bug #16394)
- Improve contrast in weather report, similar to GTK2 + Adwaita (bug
#15806)
- Enable keyboard scrolling in Details pane (bug #15912)
- Support solarnoon and solarmidnight (bug #15771)
- Fix day/night calculation (bug #16091)
- 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.78 -r1.79 pkgsrc/misc/xfce4-weather-plugin/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/xfce4-weather-plugin/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/xfce4-weather-plugin/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/xfce4-weather-plugin/options.mk

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.78 pkgsrc/misc/xfce4-weather-plugin/Makefile:1.79
--- pkgsrc/misc/xfce4-weather-plugin/Makefile:1.78      Thu Nov  5 09:08:43 2020
+++ pkgsrc/misc/xfce4-weather-plugin/Makefile   Wed Dec  2 00:46:31 2020
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.78 2020/11/05 09:08:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2020/12/02 00:46:31 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.10.1
+VERSION=       0.10.2
 DISTNAME=      xfce4-weather-plugin-${VERSION}
 CATEGORIES=    misc
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
 COMMENT=       Xfce weather plugin
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
+.include "options.mk"
+
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"

Index: pkgsrc/misc/xfce4-weather-plugin/PLIST
diff -u pkgsrc/misc/xfce4-weather-plugin/PLIST:1.8 pkgsrc/misc/xfce4-weather-plugin/PLIST:1.9
--- pkgsrc/misc/xfce4-weather-plugin/PLIST:1.8  Tue Apr 21 08:56:39 2015
+++ pkgsrc/misc/xfce4-weather-plugin/PLIST      Wed Dec  2 00:46:31 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/04/21 08:56:39 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/12/02 00:46:31 gutteridge Exp $
 lib/xfce4/panel/plugins/libweather.la
 share/icons/hicolor/48x48/apps/xfce4-weather.png
 share/locale/ar/LC_MESSAGES/xfce4-weather-plugin.mo
@@ -13,6 +13,7 @@ share/locale/el/LC_MESSAGES/xfce4-weathe
 share/locale/en_AU/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-weather-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-weather-plugin.mo
@@ -20,6 +21,7 @@ share/locale/gl/LC_MESSAGES/xfce4-weathe
 share/locale/he/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-weather-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-weather-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-weather-plugin.mo

Index: pkgsrc/misc/xfce4-weather-plugin/distinfo
diff -u pkgsrc/misc/xfce4-weather-plugin/distinfo:1.17 pkgsrc/misc/xfce4-weather-plugin/distinfo:1.18
--- pkgsrc/misc/xfce4-weather-plugin/distinfo:1.17      Sat Feb 29 22:45:33 2020
+++ pkgsrc/misc/xfce4-weather-plugin/distinfo   Wed Dec  2 00:46:31 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2020/02/29 22:45:33 gutteridge Exp $
+$NetBSD: distinfo,v 1.18 2020/12/02 00:46:31 gutteridge Exp $
 
-SHA1 (xfce4-weather-plugin-0.10.1.tar.bz2) = 321cb34ceb171644fde0bb02ab27e40228f5e6d5
-RMD160 (xfce4-weather-plugin-0.10.1.tar.bz2) = f5288bef84583435003e0ed5da6258e7f8213cb3
-SHA512 (xfce4-weather-plugin-0.10.1.tar.bz2) = 14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569
-Size (xfce4-weather-plugin-0.10.1.tar.bz2) = 3026945 bytes
+SHA1 (xfce4-weather-plugin-0.10.2.tar.bz2) = 4961b087601ed85baa7f45320b2ba85d90f09f56
+RMD160 (xfce4-weather-plugin-0.10.2.tar.bz2) = bb9f252d867055cb627f3bff1975fa013a0ed67e
+SHA512 (xfce4-weather-plugin-0.10.2.tar.bz2) = 77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11
+Size (xfce4-weather-plugin-0.10.2.tar.bz2) = 3049859 bytes
 SHA1 (patch-panel-plugin_weather-parsers.c) = c07ebf8f35aaf04ce28a5fc6ca507b3b95c07ca1

Added files:

Index: pkgsrc/misc/xfce4-weather-plugin/options.mk
diff -u /dev/null pkgsrc/misc/xfce4-weather-plugin/options.mk:1.1
--- /dev/null   Wed Dec  2 00:46:31 2020
+++ pkgsrc/misc/xfce4-weather-plugin/options.mk Wed Dec  2 00:46:31 2020
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2020/12/02 00:46:31 gutteridge Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.xfce4-weather-plugin
+PKG_SUPPORTED_OPTIONS= upower
+PKG_SUGGESTED_OPTIONS= upower
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mupower)
+.include "../../sysutils/upower/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index