pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xfce4-battery-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue May 11 00:20:51 UTC 2021

Modified Files:
        pkgsrc/sysutils/xfce4-battery-plugin: Makefile PLIST distinfo

Log Message:
xfce4-battery-plugin: update to 1.1.4

Change log:

1.1.4
======
- Add help button to properties dialog
- Drop subtitle from settings dialog
- Fix labels alignment for very small panels
- Fix compilation warnings
- automake: INCLUDES -> AM_CPPFLAGS
- autoconf: Some updates
- Remove unnecessary boxes
- Remove GSourceFunc casts
- Add new README.md, update AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Update URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (Canada),
  English (United Kingdom), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Uzbek, Uzbek (Latin), Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/sysutils/xfce4-battery-plugin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/xfce4-battery-plugin/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/xfce4-battery-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/sysutils/xfce4-battery-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.58 pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.59
--- pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.58  Mon Aug 31 18:11:37 2020
+++ pkgsrc/sysutils/xfce4-battery-plugin/Makefile       Tue May 11 00:20:51 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.58 2020/08/31 18:11:37 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2021/05/11 00:20:51 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.1.3
+VERSION=       1.1.4
 DISTNAME=      xfce4-battery-plugin-${VERSION}
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/${VERSION:R}/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
 COMMENT=       Xfce battery monitor plugin

Index: pkgsrc/sysutils/xfce4-battery-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-battery-plugin/PLIST:1.6 pkgsrc/sysutils/xfce4-battery-plugin/PLIST:1.7
--- pkgsrc/sysutils/xfce4-battery-plugin/PLIST:1.6      Sun Aug 18 21:58:55 2019
+++ pkgsrc/sysutils/xfce4-battery-plugin/PLIST  Tue May 11 00:20:51 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/18 21:58:55 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/05/11 00:20:51 gutteridge Exp $
 lib/xfce4/panel/plugins/libbattery.la
 share/icons/hicolor/16x16/apps/xfce4-battery-critical-charging.png
 share/icons/hicolor/16x16/apps/xfce4-battery-critical.png
@@ -51,8 +51,10 @@ share/locale/da/LC_MESSAGES/xfce4-batter
 share/locale/de/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/el/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-battery-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-battery-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-battery-plugin.mo
@@ -61,7 +63,9 @@ share/locale/he/LC_MESSAGES/xfce4-batter
 share/locale/hr/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/hy_AM/LC_MESSAGES/xfce4-battery-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-battery-plugin.mo
+share/locale/ie/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-battery-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-battery-plugin.mo

Index: pkgsrc/sysutils/xfce4-battery-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.15 pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.16
--- pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.15  Sun Aug 18 21:58:55 2019
+++ pkgsrc/sysutils/xfce4-battery-plugin/distinfo       Tue May 11 00:20:51 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2019/08/18 21:58:55 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2021/05/11 00:20:51 gutteridge Exp $
 
-SHA1 (xfce4-battery-plugin-1.1.3.tar.bz2) = e3796a6cc3921d8b52a4d6fd5bb83fd4806af091
-RMD160 (xfce4-battery-plugin-1.1.3.tar.bz2) = 49801dfbdb2c96ba8cb1fcaa8d280979f93fa012
-SHA512 (xfce4-battery-plugin-1.1.3.tar.bz2) = a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520
-Size (xfce4-battery-plugin-1.1.3.tar.bz2) = 431118 bytes
+SHA1 (xfce4-battery-plugin-1.1.4.tar.bz2) = 69efc2ef0640f556be46d21a848695ebe2aaf063
+RMD160 (xfce4-battery-plugin-1.1.4.tar.bz2) = 1ddc3a59447e3e5834b885f2d315a0edad616604
+SHA512 (xfce4-battery-plugin-1.1.4.tar.bz2) = 6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2
+Size (xfce4-battery-plugin-1.1.4.tar.bz2) = 458485 bytes
 SHA1 (patch-panel-plugin_battery.c) = 04c911099f96443439a0bab99ce608e32a2f6dc0



Home | Main Index | Thread Index | Old Index