pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/xfce4-timer-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 27 04:00:09 UTC 2025

Modified Files:
        pkgsrc/time/xfce4-timer-plugin: Makefile PLIST distinfo

Log Message:
xfce4-timer-plugin: update to 1.7.3

1.7.3 (2024-12-25)
=====
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- Add the capability to trigger a countdown from the command line.
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- gcc-analyzer: Fix -Wanalyzer-deref-before-check
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Add an UTC option to the alarm
- Fix copyright info
- Remove deprecated project files
- Translation Updates:
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (United Kingdom), Esperanto,
  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/time/xfce4-timer-plugin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/xfce4-timer-plugin/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/xfce4-timer-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/time/xfce4-timer-plugin/Makefile
diff -u pkgsrc/time/xfce4-timer-plugin/Makefile:1.59 pkgsrc/time/xfce4-timer-plugin/Makefile:1.60
--- pkgsrc/time/xfce4-timer-plugin/Makefile:1.59        Fri Dec 27 08:20:45 2024
+++ pkgsrc/time/xfce4-timer-plugin/Makefile     Thu Feb 27 04:00:09 2025
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.59 2024/12/27 08:20:45 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2025/02/27 04:00:09 gutteridge Exp $
 
-PKGREVISION= 8
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-timer-plugin-1.7.2
+DISTNAME=      xfce4-timer-plugin-1.7.3
 CATEGORIES=    time
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
 COMMENT=       Xfce4 timer plugin
 
-.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/xfce4-timer-plugin/PLIST
diff -u pkgsrc/time/xfce4-timer-plugin/PLIST:1.6 pkgsrc/time/xfce4-timer-plugin/PLIST:1.7
--- pkgsrc/time/xfce4-timer-plugin/PLIST:1.6    Wed May  3 23:47:02 2023
+++ pkgsrc/time/xfce4-timer-plugin/PLIST        Thu Feb 27 04:00:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/05/03 23:47:02 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/02/27 04:00:09 gutteridge Exp $
 lib/xfce4/panel/plugins/libxfcetimer.la
 share/icons/hicolor/32x32/apps/xfce4-timer-plugin.png
 share/icons/hicolor/48x48/apps/xfce4-timer-plugin.png
@@ -14,6 +14,7 @@ share/locale/de/LC_MESSAGES/xfce4-timer-
 share/locale/el/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/eo/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/et/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -40,6 +41,7 @@ share/locale/oc/LC_MESSAGES/xfce4-timer-
 share/locale/pl/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/pt/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/pt_BR/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/ro/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/ru/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/sk/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/sl/LC_MESSAGES/xfce4-timer-plugin.mo

Index: pkgsrc/time/xfce4-timer-plugin/distinfo
diff -u pkgsrc/time/xfce4-timer-plugin/distinfo:1.9 pkgsrc/time/xfce4-timer-plugin/distinfo:1.10
--- pkgsrc/time/xfce4-timer-plugin/distinfo:1.9 Wed May  3 23:47:02 2023
+++ pkgsrc/time/xfce4-timer-plugin/distinfo     Thu Feb 27 04:00:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/03 23:47:02 gutteridge Exp $
+$NetBSD: distinfo,v 1.10 2025/02/27 04:00:09 gutteridge Exp $
 
-BLAKE2s (xfce4-timer-plugin-1.7.2.tar.bz2) = f846ce087cd8cfe0434994865166ff05baacee42ea3857c6b0f31b2108896a47
-SHA512 (xfce4-timer-plugin-1.7.2.tar.bz2) = 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d
-Size (xfce4-timer-plugin-1.7.2.tar.bz2) = 414526 bytes
+BLAKE2s (xfce4-timer-plugin-1.7.3.tar.bz2) = da78bf2dadd5c6916cf781858686ca2e184cec6d4ce79ed98e9d0d841ff17056
+SHA512 (xfce4-timer-plugin-1.7.3.tar.bz2) = aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55
+Size (xfce4-timer-plugin-1.7.3.tar.bz2) = 487838 bytes



Home | Main Index | Thread Index | Old Index