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 Aug 5 00:06:58 UTC 2020
Modified Files:
pkgsrc/time/xfce4-timer-plugin: Makefile PLIST distinfo
Log Message:
xfce4-timer-plugin: update to 1.7.1
Change log:
1.7.1
======
- Update URLs from goodies.x.o to docs.x.o (Bug #16180)
- Do not recreate box when orientation changes
- Remove unused eventbox
- Avoid square-sized plugin (Bug #16101)
- Remove unused variables and function
- Resolve GCC warning: ISO C90 forbids mixed declarations and code
- Preferences: Improved spacing and layout in editor (Bug #14678)
- Selecting a timer always starts it
- Add Hossam Ayman's multiple timer code, some leak and g_free fixes in
update_function.
- Translation Updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United Kingdom),
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai,
Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan)
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/xfce4-timer-plugin/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/xfce4-timer-plugin/PLIST
cvs rdiff -u -r1.5 -r1.6 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.43 pkgsrc/time/xfce4-timer-plugin/Makefile:1.44
--- pkgsrc/time/xfce4-timer-plugin/Makefile:1.43 Tue Mar 10 22:11:06 2020
+++ pkgsrc/time/xfce4-timer-plugin/Makefile Wed Aug 5 00:06:58 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2020/03/10 22:11:06 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/05 00:06:58 gutteridge Exp $
#
-PKGREVISION= 7
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-timer-plugin-1.7.0
+DISTNAME= xfce4-timer-plugin-1.7.1
CATEGORIES= time
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
+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
Index: pkgsrc/time/xfce4-timer-plugin/PLIST
diff -u pkgsrc/time/xfce4-timer-plugin/PLIST:1.4 pkgsrc/time/xfce4-timer-plugin/PLIST:1.5
--- pkgsrc/time/xfce4-timer-plugin/PLIST:1.4 Tue May 15 21:47:29 2018
+++ pkgsrc/time/xfce4-timer-plugin/PLIST Wed Aug 5 00:06:58 2020
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2018/05/15 21:47:29 youri Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/08/05 00:06:58 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
share/icons/hicolor/scalable/apps/xfce4-timer-plugin.svg
share/locale/ar/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/ast/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/be/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/bg/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/ca/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/cs/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -21,6 +22,7 @@ share/locale/gl/LC_MESSAGES/xfce4-timer-
share/locale/he/LC_MESSAGES/xfce4-timer-plugin.mo
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/is/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/it/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -37,6 +39,7 @@ share/locale/pt/LC_MESSAGES/xfce4-timer-
share/locale/pt_BR/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
share/locale/sq/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/sr/LC_MESSAGES/xfce4-timer-plugin.mo
share/locale/sv/LC_MESSAGES/xfce4-timer-plugin.mo
Index: pkgsrc/time/xfce4-timer-plugin/distinfo
diff -u pkgsrc/time/xfce4-timer-plugin/distinfo:1.5 pkgsrc/time/xfce4-timer-plugin/distinfo:1.6
--- pkgsrc/time/xfce4-timer-plugin/distinfo:1.5 Tue May 15 21:47:29 2018
+++ pkgsrc/time/xfce4-timer-plugin/distinfo Wed Aug 5 00:06:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/15 21:47:29 youri Exp $
+$NetBSD: distinfo,v 1.6 2020/08/05 00:06:58 gutteridge Exp $
-SHA1 (xfce4-timer-plugin-1.7.0.tar.bz2) = f8f502eaee45843652ec869b730a92064d42e483
-RMD160 (xfce4-timer-plugin-1.7.0.tar.bz2) = bfcb946b73bd60b49611305fc98a53e6f74b0c00
-SHA512 (xfce4-timer-plugin-1.7.0.tar.bz2) = b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e
-Size (xfce4-timer-plugin-1.7.0.tar.bz2) = 381222 bytes
+SHA1 (xfce4-timer-plugin-1.7.1.tar.bz2) = 63f88d7afd2ba085c4f0e58dbfd241d9a622a789
+RMD160 (xfce4-timer-plugin-1.7.1.tar.bz2) = 8ce1d53ebe1d9cf970a0a931bb1844040ca43d19
+SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16
+Size (xfce4-timer-plugin-1.7.1.tar.bz2) = 405053 bytes
Home |
Main Index |
Thread Index |
Old Index