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:           Wed May  3 23:47:02 UTC 2023

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

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

Change log:

1.7.2 (2023-04-18)
=====
- Update copyright year and bug report address
- always keep the dialog window above
- Allow to start any timer on timeout
- Remove dead code generating a warning
- Remove wrong function call
- Do not quit the main loop on "free-data"
- build: Add GLib requirement
- build: Fix autotools warnings
- Update configure.ac.in
- Use "logo-icon-name" instead of "logo" in about dialog
- build: Fix intltool lock file problem during make distcheck
- Update COPYING
- Delete "xfce4" from various strings
- Replace GTimeVal with GDateTime
- Context menu option to add new timer and pause/stop icons (!11)
- Fix missing translation macro for Time's up dialog
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- Request automatic widget length
- Properly save settings for many plugin instances
- Reaplce AC_CONFIG_MACRO_DIR with AC_CONFIG_MACRO_DIRS (!1)
- Create README.md. Update configure.ac.in
- 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, Interlingue, Italian, Japanese, Korean,
  Lithuanian, Malay, Norwegian Bokml, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/time/xfce4-timer-plugin/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/xfce4-timer-plugin/PLIST
cvs rdiff -u -r1.8 -r1.9 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.50 pkgsrc/time/xfce4-timer-plugin/Makefile:1.51
--- pkgsrc/time/xfce4-timer-plugin/Makefile:1.50        Sun Jan 29 21:17:56 2023
+++ pkgsrc/time/xfce4-timer-plugin/Makefile     Wed May  3 23:47:02 2023
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2023/01/29 21:17:56 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.51 2023/05/03 23:47:02 gutteridge Exp $
 
-PKGREVISION= 6
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-timer-plugin-1.7.1
+DISTNAME=      xfce4-timer-plugin-1.7.2
 CATEGORIES=    time
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
 

Index: pkgsrc/time/xfce4-timer-plugin/PLIST
diff -u pkgsrc/time/xfce4-timer-plugin/PLIST:1.5 pkgsrc/time/xfce4-timer-plugin/PLIST:1.6
--- pkgsrc/time/xfce4-timer-plugin/PLIST:1.5    Wed Aug  5 00:06:58 2020
+++ pkgsrc/time/xfce4-timer-plugin/PLIST        Wed May  3 23:47:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/08/05 00:06:58 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/05/03 23:47:02 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
@@ -15,7 +15,9 @@ share/locale/el/LC_MESSAGES/xfce4-timer-
 share/locale/en_AU/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/en_GB/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
+share/locale/fa_IR/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/gl/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -24,6 +26,7 @@ share/locale/hr/LC_MESSAGES/xfce4-timer-
 share/locale/hu/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/hye/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/ie/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo

Index: pkgsrc/time/xfce4-timer-plugin/distinfo
diff -u pkgsrc/time/xfce4-timer-plugin/distinfo:1.8 pkgsrc/time/xfce4-timer-plugin/distinfo:1.9
--- pkgsrc/time/xfce4-timer-plugin/distinfo:1.8 Tue Oct 26 11:24:47 2021
+++ pkgsrc/time/xfce4-timer-plugin/distinfo     Wed May  3 23:47:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:24:47 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/05/03 23:47:02 gutteridge Exp $
 
-BLAKE2s (xfce4-timer-plugin-1.7.1.tar.bz2) = 6360e84e3bc51b71deb92a922515d4901cc6a698e5a7cbfaa661eee19c2c7847
-SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16
-Size (xfce4-timer-plugin-1.7.1.tar.bz2) = 405053 bytes
+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



Home | Main Index | Thread Index | Old Index