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:   youri
Date:           Tue May 15 21:47:29 UTC 2018

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

Log Message:
Update to 1.7.0:

1.7.0
======
- Port to GTK+3.
- New icon (Bug #13517).
- Add "keep above" for Beep dialog (Bug #13514).
- When paused show all menu timers (Bug #13516).
- Small UI improvements (Bug #13515).
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (United Kingdom), Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish,
  Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/time/xfce4-timer-plugin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/xfce4-timer-plugin/PLIST
cvs rdiff -u -r1.4 -r1.5 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.33 pkgsrc/time/xfce4-timer-plugin/Makefile:1.34
--- pkgsrc/time/xfce4-timer-plugin/Makefile:1.33        Mon Apr 16 14:35:16 2018
+++ pkgsrc/time/xfce4-timer-plugin/Makefile     Tue May 15 21:47:29 2018
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2018/04/16 14:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/05/15 21:47:29 youri Exp $
 #
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-timer-plugin-1.6.0
+DISTNAME=      xfce4-timer-plugin-1.7.0
 CATEGORIES=    time
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.6/
+MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
 
 HOMEPAGE=      http://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.3 pkgsrc/time/xfce4-timer-plugin/PLIST:1.4
--- pkgsrc/time/xfce4-timer-plugin/PLIST:1.3    Tue Apr 21 08:56:42 2015
+++ pkgsrc/time/xfce4-timer-plugin/PLIST        Tue May 15 21:47:29 2018
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2015/04/21 08:56:42 jperkin Exp $
-libexec/xfce4/panel/plugins/xfce4-timer
-share/icons/hicolor/48x48/apps/xfce4-timer.png
+@comment $NetBSD: PLIST,v 1.4 2018/05/15 21:47:29 youri 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/bg/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -13,14 +15,18 @@ share/locale/en_AU/LC_MESSAGES/xfce4-tim
 share/locale/en_GB/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/eu/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
+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/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
 share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/ko/LC_MESSAGES/xfce4-timer-plugin.mo
+share/locale/lt/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/lv/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/ms/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/nb/LC_MESSAGES/xfce4-timer-plugin.mo
@@ -42,4 +48,4 @@ share/locale/ur/LC_MESSAGES/xfce4-timer-
 share/locale/ur_PK/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/zh_CN/LC_MESSAGES/xfce4-timer-plugin.mo
 share/locale/zh_TW/LC_MESSAGES/xfce4-timer-plugin.mo
-share/xfce4/panel/plugins/xfce4-timer.desktop
+share/xfce4/panel/plugins/xfce4-timer-plugin.desktop

Index: pkgsrc/time/xfce4-timer-plugin/distinfo
diff -u pkgsrc/time/xfce4-timer-plugin/distinfo:1.4 pkgsrc/time/xfce4-timer-plugin/distinfo:1.5
--- pkgsrc/time/xfce4-timer-plugin/distinfo:1.4 Fri Jun 23 16:48:44 2017
+++ pkgsrc/time/xfce4-timer-plugin/distinfo     Tue May 15 21:47:29 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/06/23 16:48:44 youri Exp $
+$NetBSD: distinfo,v 1.5 2018/05/15 21:47:29 youri Exp $
 
-SHA1 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa37ccf7dad36000f413fd7dd29068da4858c8fe
-RMD160 (xfce4-timer-plugin-1.6.0.tar.bz2) = e7ffdbd03a19c87f206eef9920a4402a45d74405
-SHA512 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815
-Size (xfce4-timer-plugin-1.6.0.tar.bz2) = 325662 bytes
-SHA1 (patch-src_Makefile.in) = 87301eea81144e073fd9e02cb763fe3fe6c2aecc
+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



Home | Main Index | Thread Index | Old Index