Skip to content

Commit

Permalink
xfce4-timer-plugin: update to 1.7.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed May 3, 2023
1 parent 1d06ab7 commit 7a035cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 2 additions & 4 deletions time/xfce4-timer-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
5 changes: 4 additions & 1 deletion time/xfce4-timer-plugin/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,9 @@ 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/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
Expand All @@ -24,6 +26,7 @@ share/locale/hr/LC_MESSAGES/xfce4-timer-plugin.mo
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
Expand Down
8 changes: 4 additions & 4 deletions time/xfce4-timer-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a035cc

Please sign in to comment.