From acf507ffe3ac34c0bc9e82e5873761ed62dd3cb9 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 23:11:31 +0000 Subject: [PATCH 01/61] - Update to 0.6.1 --- .cvsignore | 2 +- sources | 2 +- xfce4-timer-plugin.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5bc250e..317ec39 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-timer-plugin-0.6.tar.bz2 +xfce4-timer-plugin-0.6.1.tar.bz2 diff --git a/sources b/sources index 823eaa5..2b23407 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea50210f54922086c0cd836e3636cacd xfce4-timer-plugin-0.6.tar.bz2 +ba5ae0e25f69517338f74a27fbaf4ca2 xfce4-timer-plugin-0.6.1.tar.bz2 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index e5fb5ec..5028244 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin -Version: 0.6 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -17,28 +17,37 @@ Requires: xfce4-panel >= 4.4.0 A timer for the Xfce panel. It supports countdown periods and alarms at certain times. + %prep %setup -q + %build %configure --disable-static make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/xfce4-timer %{_datadir}/xfce4/panel-plugins/*.desktop + %changelog +* Thu Nov 27 2008 Christoph Wickert - 0.6.1 +- Update to 0.6.1 + * Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 - Autorebuild for GCC 4.3 From 83431e90c5a7e187c8e0891a6f86b687fcfb5259 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 23:25:59 +0000 Subject: [PATCH 02/61] fix version in changelog --- xfce4-timer-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 5028244..2bfd1cc 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Nov 27 2008 Christoph Wickert - 0.6.1 +* Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 - Update to 0.6.1 * Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 From 788505864b48faf2dd8d97964b43632463089d99 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 23:29:46 +0000 Subject: [PATCH 03/61] fix email in changelog --- xfce4-timer-plugin.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 2bfd1cc..3ba9f5f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -51,21 +51,21 @@ rm -rf $RPM_BUILD_ROOT * Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 - Autorebuild for GCC 4.3 -* Sat Dec 29 2007 Christoph Wickert - 0.6-2 +* Sat Dec 29 2007 Christoph Wickert - 0.6-2 - Bump release due to tag collision -* Sat Dec 29 2007 Christoph Wickert - 0.6-1 +* Sat Dec 29 2007 Christoph Wickert - 0.6-1 - Update to 0.6 -* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 +* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 - Rebuild for BuildID feature - Update license tag -* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 +* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 - Rebuild for Xfce 4.4.1 -* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 +* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 - Update to 0.5.1 on Xfce 4.4. -* Sat Sep 23 2006 Christoph Wickert - 0.5-1 +* Sat Sep 23 2006 Christoph Wickert - 0.5-1 - Initial Fedora Extras version. From 091879fce5dd7ff5017dbb1809b1616c8355f7ad Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 27 Nov 2008 23:40:47 +0000 Subject: [PATCH 04/61] BR intltool --- xfce4-timer-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 3ba9f5f..4121ec9 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -10,7 +10,7 @@ Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0 -BuildRequires: libxml2-devel, gettext, perl(XML::Parser) +BuildRequires: libxml2-devel, gettext, intltool, perl(XML::Parser) Requires: xfce4-panel >= 4.4.0 %description @@ -47,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 - Update to 0.6.1 +- BR intltool * Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 - Autorebuild for GCC 4.3 From f8376aa86a1c47bf9e35e5d05976618d3d04cfd7 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 19 Jan 2009 00:19:58 +0000 Subject: [PATCH 05/61] - Rebuild for Xfce 4.6 (Beta 3) --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 4121ec9..41259ef 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 +- Rebuild for Xfce 4.6 (Beta 3) + * Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 - Update to 0.6.1 - BR intltool From 07edef44431e1ba981c2bd2c984959cd19e44114 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 09:10:25 +0000 Subject: [PATCH 06/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 41259ef..4478f25 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 - Rebuild for Xfce 4.6 (Beta 3) From 121c08df9b09f5a99ae917a9e1f0b8581780468e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:57:03 +0000 Subject: [PATCH 07/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 4478f25..e23bb84 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 16c768be2625379f971cfac03ad5b4f1f2627655 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:58 +0000 Subject: [PATCH 08/61] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 997cb07..ae18297 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xfce4-timer-plugin -# $Id$ +# $Id: Makefile,v 1.1 2006/12/21 14:26:50 cwickert Exp $ NAME := xfce4-timer-plugin SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 0f15244578f5a25aed915c514ea174850a05c23b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:48:07 +0000 Subject: [PATCH 09/61] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ae18297..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-timer-plugin -# $Id: Makefile,v 1.1 2006/12/21 14:26:50 cwickert Exp $ -NAME := xfce4-timer-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 8f99e01dd626a986ecca5e92aeb5a27f82b36f44 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Jan 2011 20:39:03 -0700 Subject: [PATCH 10/61] Rebuild for Xfce 4.8 --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index e23bb84..582ee39 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 +- Rebuild for Xfce 4.8 + * Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 95c2df454051967bc712e9d81919fe232ebfdd7c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:54:37 -0600 Subject: [PATCH 11/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 582ee39..bceb84f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 - Rebuild for Xfce 4.8 From a604480872938efacb95b1f9abbbad0f4cd67eed Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 5 Mar 2011 20:42:05 +0100 Subject: [PATCH 12/61] Fix segfault when creating plugin in 4.8 panel (#682458) Update translations from Xfce Transifex --- ...lt-when-creating-plugin-in-4.8-panel.patch | 39 + ...mer-plugin-0.6.1-update-translations.patch | 2895 +++++++++++++++++ xfce4-timer-plugin.spec | 15 +- 3 files changed, 2948 insertions(+), 1 deletion(-) create mode 100644 xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch create mode 100644 xfce4-timer-plugin-0.6.1-update-translations.patch diff --git a/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch b/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch new file mode 100644 index 0000000..0560237 --- /dev/null +++ b/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch @@ -0,0 +1,39 @@ +From 03ff202f818fe3f075a6c864ab688b57b1bb1cb4 Mon Sep 17 00:00:00 2001 +From: Nick Schermer +Date: Thu, 27 Jan 2011 21:18:45 +0000 +Subject: Fix segfault when creating plugin in 4.8 panel. + +Used invalid function type to construct the plugin. +--- +diff --git a/src/xfcetimer.c b/src/xfcetimer.c +index c27d37a..de7bd2b 100644 +--- a/src/xfcetimer.c ++++ b/src/xfcetimer.c +@@ -42,7 +42,7 @@ + + #include "xfcetimer.h" + +-static gboolean create_plugin_control (XfcePanelPlugin *plugin); ++static void create_plugin_control (XfcePanelPlugin *plugin); + XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(create_plugin_control); + + void make_menu(plugin_data *pd); +@@ -1366,7 +1366,7 @@ static void plugin_create_options (XfcePanelPlugin *plugin,plugin_data *pd) { + * + * Returns %TRUE on success, %FALSE on failure. + **/ +-static gboolean ++static void + create_plugin_control (XfcePanelPlugin *plugin) + { + +@@ -1461,7 +1461,6 @@ create_plugin_control (XfcePanelPlugin *plugin) + xfce_panel_plugin_menu_show_configure (plugin); + g_signal_connect (plugin, "configure-plugin", + G_CALLBACK (plugin_create_options), pd); +- return(TRUE); + } + + +-- +cgit v0.8.3.4 diff --git a/xfce4-timer-plugin-0.6.1-update-translations.patch b/xfce4-timer-plugin-0.6.1-update-translations.patch new file mode 100644 index 0000000..9742100 --- /dev/null +++ b/xfce4-timer-plugin-0.6.1-update-translations.patch @@ -0,0 +1,2895 @@ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ast.po xfce4-timer-plugin-0.6.1/po/ast.po +--- xfce4-timer-plugin-0.6.1.orig/po/ast.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ast.po 2011-03-05 20:27:26.496855787 +0100 +@@ -0,0 +1,174 @@ ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-07-13 19:55+0100\n" ++"Last-Translator: Marcos Antonio Alvarez Costales \n" ++"Language-Team: Asturian \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%dh %dm %ds restantes" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%dm %ds restantes" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%ds restantes" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Biiip! :) \n" ++"¡Acabóse'l tiempu!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Parar temporizador" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Entamar temporizador" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Parar l'alarma" ++ ++#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "A les %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Nome" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Meta'l tiempu de cuenta atrás" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Entre la hora d'alarma (formatu 24h)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"o\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"El comandu a executar" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Amestar nueva alarma" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Editar alarma" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Propiedaes" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Opciones del temporizador de Xfce4" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Nome del\n" ++"temporizador" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Periodu de cuenta atrás /\n" ++"Hora d'alarma" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Comandu d'alarma" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Nun amosar la ventana d'alvertencia\n" ++"si se configuró un comandu d'alarma" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Repetir el comandu d'alarma:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Númberu de repeticiones" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " Intervalu tiempu (seg.)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Complementu temporizador pal panel de Xfce" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4 Timer" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ca.po xfce4-timer-plugin-0.6.1/po/ca.po +--- xfce4-timer-plugin-0.6.1.orig/po/ca.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ca.po 2011-03-05 20:27:26.496855787 +0100 +@@ -2,19 +2,19 @@ + # Copyright (C) 2005, 2006 Kemal Ilgar Eroglu. + # This file is distributed under the same license as the xfce4-timer package. + # Pau Ruŀlan Ferragut , 2006. +-# +-# ++# Harald Servat , 2009. ++# + msgid "" + msgstr "" + "Project-Id-Version: xfce4-timer 0.3\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2006-09-18 16:36+0200\n" +-"Last-Translator: Pau Ruŀlan Ferragut \n" ++"PO-Revision-Date: 2009-03-04 12:33+0100\n" ++"Last-Translator: Harald Servat \n" + "Language-Team: Catalan\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +-"Content-Transfer-Encoding: 8bit" ++"Content-Transfer-Encoding: 8bit\n" + + #: ../src/xfcetimer.c:100 + #, c-format +@@ -37,7 +37,7 @@ + "Time is up!" + msgstr "" + "Biiiiiiip! :)\n" +-"S’ha acabat el temps!" ++"S'ha acabat el temps!" + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +@@ -49,24 +49,28 @@ + + #: ../src/xfcetimer.c:436 + msgid "Stop the alarm" +-msgstr "Atura l’alarma" ++msgstr "Atura l'alarma" + +-#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 + #, c-format + msgid "%dh %dm %ds" + msgstr "%dh %dm %ds" + +-#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 + #, c-format + msgid "%dm %ds" + msgstr "%dm %ds" + +-#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 + #, c-format + msgid "%ds" + msgstr "%ds" + +-#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 + #, c-format + msgid "At %02d:%02d" + msgstr "A les %02d:%02d" +@@ -78,11 +82,11 @@ + #. ******** + #: ../src/xfcetimer.c:627 + msgid "Enter the countdown time" +-msgstr "Introdueixi l’hora del compta enrera" ++msgstr "Introdueix l'hora del compta enrera" + + #: ../src/xfcetimer.c:629 + msgid "Enter the time of alarm (24h format)" +-msgstr "Introdueixi l’ha de l’alarma (format de 24h)" ++msgstr "Introdueix l'ha de l'alarma (format de 24h)" + + #: ../src/xfcetimer.c:640 + msgid "h " +@@ -100,14 +104,18 @@ + msgid "" + "\n" + "or\n" +-msgstr "\nó\n" ++msgstr "" ++"\n" ++"o\n" + + #. ************** + #: ../src/xfcetimer.c:673 + msgid "" + "\n" + "The command to run" +-msgstr "\nL’ordre a executar" ++msgstr "" ++"\n" ++"L'ordre a executar" + + #: ../src/xfcetimer.c:699 + msgid "Add new alarm" +@@ -115,7 +123,7 @@ + + #: ../src/xfcetimer.c:737 + msgid "Edit alarm" +-msgstr "Edita l’alarma" ++msgstr "Edita l'alarma" + + #: ../src/xfcetimer.c:1162 + msgid "Properties" +@@ -138,24 +146,24 @@ + "Countdown period /\n" + "Alarm time" + msgstr "" +-"Temps de compta enrera /\n" +-"Hora de l’alarma" ++"Temps de compta enrere /\n" ++"Hora de l'alarma" + + #: ../src/xfcetimer.c:1214 + msgid "Alarm command" +-msgstr "Ordre de l’alarma" ++msgstr "Ordre de l'alarma" + + #: ../src/xfcetimer.c:1257 + msgid "" + "Don't display the warning window\n" + "if an alarm command is set" + msgstr "" +-"No mostris la finestra d’avís\n" +-"si hi ha programada una ordre per l’alarma" ++"No mostris la finestra d'avís\n" ++"si hi ha programada una ordre per l'alarma" + + #: ../src/xfcetimer.c:1264 + msgid "Repeat the alarm command:" +-msgstr "Repeteix l’ordre de l’alarma:" ++msgstr "Repeteix l'ordre de l'alarma:" + + #: ../src/xfcetimer.c:1271 + msgid "Number of repetitions" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/cs.po xfce4-timer-plugin-0.6.1/po/cs.po +--- xfce4-timer-plugin-0.6.1.orig/po/cs.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/cs.po 2011-03-05 20:27:26.497855742 +0100 +@@ -1,14 +1,14 @@ + # Czech translations for xfce4-timer package. + # Copyright (C) 2006 THE xfce4-timer'S COPYRIGHT HOLDER + # This file is distributed under the same license as the xfce4-timer package. +-# Michal Várady , 2006. ++# Michal Várady , 2006-2009. + # + msgid "" + msgstr "" + "Project-Id-Version: xfce4-timer 0.3\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2006-09-17 09:51+0100\n" ++"PO-Revision-Date: 2009-02-01 02:27+0100\n" + "Last-Translator: Michal Várady \n" + "Language-Team: Czech \n" + "MIME-Version: 1.0\n" +@@ -41,15 +41,15 @@ + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +-msgstr "Vypnout měřič času" ++msgstr "Zastavit odpočet času" + + #: ../src/xfcetimer.c:426 + msgid "Start timer" +-msgstr "Zapnout měřič času" ++msgstr "Spustit odpočet času" + + #: ../src/xfcetimer.c:436 + msgid "Stop the alarm" +-msgstr "Zastavit měřič času" ++msgstr "Zastavit výstrahu" + + #: ../src/xfcetimer.c:482 + #: ../src/xfcetimer.c:556 +@@ -82,7 +82,7 @@ + #. ******** + #: ../src/xfcetimer.c:627 + msgid "Enter the countdown time" +-msgstr "Zadejte čas pro odpočet" ++msgstr "Zadejte čas pro odpočítávání" + + #: ../src/xfcetimer.c:629 + msgid "Enter the time of alarm (24h format)" +@@ -131,7 +131,7 @@ + + #: ../src/xfcetimer.c:1174 + msgid "Xfce4 Timer Options" +-msgstr "Volby zásuvného modulu Xfce4 Timer" ++msgstr "Volby zásuvného modulu Odpočet času pro Xfce4" + + #: ../src/xfcetimer.c:1205 + msgid "" +@@ -139,14 +139,14 @@ + "name" + msgstr "" + "Název\n" +-"měřiče" ++"odpočtu" + + #: ../src/xfcetimer.c:1210 + msgid "" + "Countdown period /\n" + "Alarm time" + msgstr "" +-"Odpočet /\n" ++"Interval odpočtu /\n" + "Čas výstrahy" + + #: ../src/xfcetimer.c:1214 +@@ -157,7 +157,9 @@ + msgid "" + "Don't display the warning window\n" + "if an alarm command is set" +-msgstr "Nezobrazovat okno s varováním pokud je příkaz výstrahy nastaven" ++msgstr "" ++"Nezobrazovat okno s varováním\n" ++"pokud je příkaz výstrahy nastaven" + + #: ../src/xfcetimer.c:1264 + msgid "Repeat the alarm command:" +@@ -173,9 +175,9 @@ + + #: ../src/xfce4-timer.desktop.in.in.h:1 + msgid "Timer plugin for Xfce 4.4 panel" +-msgstr "Zásuvný modul měření času pro panel Xfce 4.4" ++msgstr "Zásuvný modul pro odpočítávání času pro panel Xfce 4.4" + + #: ../src/xfce4-timer.desktop.in.in.h:2 + msgid "Xfce4 Timer" +-msgstr "Měřič času Xfce4" ++msgstr "Odpočet času pro Xfce4" + +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/de.po xfce4-timer-plugin-0.6.1/po/de.po +--- xfce4-timer-plugin-0.6.1.orig/po/de.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/de.po 2011-03-05 20:27:26.497855742 +0100 +@@ -0,0 +1,167 @@ ++# German translations for xfce4-timer-plugin package ++# German messages for xfce4-timer-plugin. ++# Copyright (C) 2009 THE xfce4-timer-plugin'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfce4-timer-plugin package. ++# Simon Schneider , 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2010-03-28 11:18+0200\n" ++"PO-Revision-Date: 2009-03-13 14:03+0000\n" ++"Last-Translator: Simon Schneider \n" ++"Language-Team: German \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#: ../src/xfcetimer.c:101 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "verbleibend: %d Stunden %d Minuten %d Sekunden" ++ ++#: ../src/xfcetimer.c:104 ++#, c-format ++msgid "%dm %ds left" ++msgstr "verbleibend: %d Minuten %d Sekunden" ++ ++#: ../src/xfcetimer.c:106 ++#, c-format ++msgid "%ds left" ++msgstr "verbleibend: %d Sekunden" ++ ++#: ../src/xfcetimer.c:127 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Bing! :) \n" ++"Die Zeit ist abgelaufen" ++ ++#: ../src/xfcetimer.c:425 ++msgid "Stop timer" ++msgstr "Uhr stoppen" ++ ++#: ../src/xfcetimer.c:427 ++msgid "Start timer" ++msgstr "Uhr starten" ++ ++#: ../src/xfcetimer.c:437 ++msgid "Stop the alarm" ++msgstr "Alarm ausschalten" ++ ++#: ../src/xfcetimer.c:483 ../src/xfcetimer.c:557 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%d Stunden %d Minuten %d Sekunden" ++ ++#: ../src/xfcetimer.c:485 ../src/xfcetimer.c:559 ++#, c-format ++msgid "%dm %ds" ++msgstr "%d Minuten %d Sekunden" ++ ++#: ../src/xfcetimer.c:487 ../src/xfcetimer.c:561 ++#, c-format ++msgid "%ds" ++msgstr "%d Sekunden" ++ ++#: ../src/xfcetimer.c:497 ../src/xfcetimer.c:571 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "Bei %02d: %02d" ++ ++#: ../src/xfcetimer.c:648 ++msgid "Name:" ++msgstr "Name:" ++ ++#. ******** ++#: ../src/xfcetimer.c:656 ++msgid "Enter the countdown time" ++msgstr "Wartezeit eingeben" ++ ++#: ../src/xfcetimer.c:659 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Alarmzeit eingeben: " ++ ++#: ../src/xfcetimer.c:671 ++msgid "h " ++msgstr "Stunden " ++ ++#: ../src/xfcetimer.c:676 ++msgid "m " ++msgstr "Minuten " ++ ++#: ../src/xfcetimer.c:681 ++msgid "s " ++msgstr "Sekunden " ++ ++#: ../src/xfcetimer.c:684 ++msgid "or" ++msgstr "oder" ++ ++#: ../src/xfcetimer.c:707 ++msgid "Command to run:" ++msgstr "Auszuführender Befehl:" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Add new alarm" ++msgstr "Neuen Alarm erstellen" ++ ++#: ../src/xfcetimer.c:776 ++msgid "Edit alarm" ++msgstr "Alarm bearbeiten" ++ ++#: ../src/xfcetimer.c:1226 ++msgid "Xfce 4 Timer Plugin" ++msgstr "Xfce-Eieruhr" ++ ++#: ../src/xfcetimer.c:1238 ++msgid "Xfce4 Timer Options" ++msgstr "Einstellungen für die Xfce-Eieruhr" ++ ++#: ../src/xfcetimer.c:1270 ++msgid "Timer name" ++msgstr "Eieruhrbezeichner" ++ ++#: ../src/xfcetimer.c:1275 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Wartezeit /\n" ++"Alarmzeit" ++ ++#: ../src/xfcetimer.c:1279 ++msgid "Alarm command" ++msgstr "Alarmbefehl" ++ ++#: ../src/xfcetimer.c:1323 ++msgid "Don't display a warning if an alarm command is set" ++msgstr "" ++"Meldungsfenster nicht anzeigen, " ++"wenn ein Alarmbefehl angegeben ist" ++ ++#: ../src/xfcetimer.c:1330 ++msgid "Repeat the alarm command:" ++msgstr "Alarmbefehl wiederholen:" ++ ++#: ../src/xfcetimer.c:1337 ++msgid "Number of repetitions" ++msgstr "Anzahl der Wiederholungen: " ++ ++#: ../src/xfcetimer.c:1343 ++msgid " Time interval (sec.)" ++msgstr "Zeitabstand (Sek.): " ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Eieruhr für die Xfce-Leiste" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4-Eieruhr" ++ ++#~ msgid "Properties" ++#~ msgstr "Eigenschaften" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/el.po xfce4-timer-plugin-0.6.1/po/el.po +--- xfce4-timer-plugin-0.6.1.orig/po/el.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/el.po 2011-03-05 20:27:26.497855742 +0100 +@@ -0,0 +1,135 @@ ++# Evaggelos Balaskas , 2009. ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-01-27 23:00+0200\n" ++"Last-Translator: Evaggelos Balaskas \n" ++"Language-Team: Greek \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Lokalize 0.2\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"Τι εντολή να τρέξει" ++ ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"ή\n" ++ ++msgid " Time interval (sec.)" ++msgstr "Διαστημα ανανέωσης (δευτ.)" ++ ++msgid "%dh %dm %ds" ++msgstr "%dω %dλ %dδ" ++ ++msgid "%dh %dm %ds left" ++msgstr "%dω %dλ %dδ απέμειναν" ++ ++msgid "%dm %ds" ++msgstr "%dλ %dδ" ++ ++msgid "%dm %ds left" ++msgstr "%dλ %dδ απέμειναν" ++ ++msgid "%ds" ++msgstr "%dδ" ++ ++msgid "%ds left" ++msgstr "%dδ απέμειναν" ++ ++msgid "Add new alarm" ++msgstr "Προσθήκη νέας ειδοποίησης " ++ ++msgid "Alarm command" ++msgstr "Εντολή ειδοποίησης " ++ ++msgid "At %02d:%02d" ++msgstr "Σε %02d:%02d" ++ ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Μπιιιιιμπ! :) \n" ++"Ο χρόνος ολοκληρώθηκε!" ++ ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Περίοδος αντίστροφου χρόνου /\n" ++"Χρόνος ειδοποίησης" ++ ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Μην εμφανίσεις το παράθυρο προειδοποίησης\n" ++"εάν η εντολή ειδοποίησης έχει τεθεί" ++ ++msgid "Edit alarm" ++msgstr "Επεξεργασία ειδοποίησης " ++ ++msgid "Enter the countdown time" ++msgstr "Εισαγωγή του αντίστροφου χρόνου" ++ ++msgid "Enter the time of alarm (24h format)" ++msgstr "Εισαγωγή της ώρας της ειδοποίησης (σε 24 μορφή)" ++ ++msgid "Name" ++msgstr "Όνομα" ++ ++msgid "Number of repetitions" ++msgstr "Αριθμός επαναλήψεων" ++ ++msgid "Properties" ++msgstr "Ιδιότητες" ++ ++msgid "Repeat the alarm command:" ++msgstr "Επανάληψη της εντολής του ξυπνητήρι:" ++ ++msgid "Start timer" ++msgstr "Έναρξη χρονόμετρου " ++ ++msgid "Stop the alarm" ++msgstr "Τερματισμός ειδοποίησης " ++ ++msgid "Stop timer" ++msgstr "Τερματισμός χρονόμετρου " ++ ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Όνομα\n" ++"χρονόμετρου" ++ ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Άρθρωμα χρονόμετρου για το ταμπλό του xfce 4.4" ++ ++msgid "Xfce4 Timer" ++msgstr "Χρονόμετρο xfce4" ++ ++msgid "Xfce4 Timer Options" ++msgstr "Επιλογές χρονόμετρου xfce4" ++ ++msgid "h " ++msgstr "ώρα" ++ ++msgid "m " ++msgstr "λεπτά" ++ ++msgid "s " ++msgstr "δευτ" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/es.po xfce4-timer-plugin-0.6.1/po/es.po +--- xfce4-timer-plugin-0.6.1.orig/po/es.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/es.po 2011-03-05 20:27:26.498855697 +0100 +@@ -0,0 +1,183 @@ ++# Spanish translations for xfce4-timer-plugin package ++# Copyright (C) 2009 THE xfce4-timer-plugin'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfce4-timer-plugin package. ++# , 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-02-11 21:19+0100\n" ++"Last-Translator: Abel Martín \n" ++"Language-Team: Spanish\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%dh %dm %ds restantes" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%dm %ds restantes" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%ds restantes" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Biiip! :) \n" ++"¡Se acabó el tiempo!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Parar temporizador" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Iniciar temporizador" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Parar la alarma" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "A las %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Nombre" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Introduzca el tiempo de cuenta atrás" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Introduzca la hora de alarma (formato 24h)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"o\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"El comando a ejecutar" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Añadir nueva alarma" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Editar alarma" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Propiedades" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Opciones del temporizador de Xfce4" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Nombre del\n" ++"temporizador" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Periodo de cuenta atrás /\n" ++"Hora de alarma" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Comando de alarma" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"No mostrar la ventana de advertencia\n" ++"si se ha configurado un comando de alarma" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Repetir el comando de alarma:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Número de repeticiones" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " Intervalo de tiempo (seg.)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Complemento temporizador para el panel de Xfce" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4 Timer" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/gl.po xfce4-timer-plugin-0.6.1/po/gl.po +--- xfce4-timer-plugin-0.6.1.orig/po/gl.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/gl.po 2011-03-05 20:27:26.498855697 +0100 +@@ -1,19 +1,19 @@ + # Galician translation of xfce4-timer-plugin +-# Copyright (C) 2008 Leandro Regueiro ++# Copyright (C) 2008-2009 Leandro Regueiro + # This file is distributed under the same license as the xfce package. +-# +-# Leandro Regueiro , 2008. +-# ++# ++# Leandro Regueiro , 2008, 2009. ++# + # Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas + # colaborar connosco, podes atopar máis información en +-# ++# + msgid "" + msgstr "" + "Project-Id-Version: PACKAGE VERSION\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2008-06-24 20:21+0100\n" +-"Last-Translator: Leandro Regueiro \n" ++"PO-Revision-Date: 2009-07-15 18:13+0100\n" ++"Last-Translator: Leandro Regueiro \n" + "Language-Team: Galician \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -40,39 +40,37 @@ + "Beeep! :) \n" + "Time is up!" + msgstr "" ++"Biiiiiip! :) \n" ++"Esgotouse o tempo!" + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +-msgstr "" ++msgstr "Deter o contador" + + #: ../src/xfcetimer.c:426 + msgid "Start timer" +-msgstr "" ++msgstr "Iniciar o contador" + + #: ../src/xfcetimer.c:436 + msgid "Stop the alarm" + msgstr "Deter a alarma" + +-#: ../src/xfcetimer.c:482 +-#: ../src/xfcetimer.c:556 ++#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 + #, c-format + msgid "%dh %dm %ds" + msgstr "%dh %dm %ds" + +-#: ../src/xfcetimer.c:484 +-#: ../src/xfcetimer.c:558 ++#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 + #, c-format + msgid "%dm %ds" + msgstr "%dm %ds" + +-#: ../src/xfcetimer.c:486 +-#: ../src/xfcetimer.c:560 ++#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 + #, c-format + msgid "%ds" + msgstr "%ds" + +-#: ../src/xfcetimer.c:496 +-#: ../src/xfcetimer.c:570 ++#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 + #, c-format + msgid "At %02d:%02d" + msgstr "Ás %02d:%02d" +@@ -84,11 +82,11 @@ + #. ******** + #: ../src/xfcetimer.c:627 + msgid "Enter the countdown time" +-msgstr "" ++msgstr "Introducir o tempo de conta" + + #: ../src/xfcetimer.c:629 + msgid "Enter the time of alarm (24h format)" +-msgstr "" ++msgstr "Introduza a hora da alarma (formato 24h)" + + #: ../src/xfcetimer.c:640 + msgid "h " +@@ -117,7 +115,7 @@ + "The command to run" + msgstr "" + "\n" +-"O comando a executar" ++"A orde a executar" + + #: ../src/xfcetimer.c:699 + msgid "Add new alarm" +@@ -133,7 +131,7 @@ + + #: ../src/xfcetimer.c:1174 + msgid "Xfce4 Timer Options" +-msgstr "" ++msgstr "Opcións de Xfce4 Timer" + + # Contador + #: ../src/xfcetimer.c:1205 +@@ -141,26 +139,32 @@ + "Timer\n" + "name" + msgstr "" ++"Nome do\n" ++"contador" + + #: ../src/xfcetimer.c:1210 + msgid "" + "Countdown period /\n" + "Alarm time" + msgstr "" ++"Periodo de conta/\n" ++"Tempo da alarma" + + #: ../src/xfcetimer.c:1214 + msgid "Alarm command" +-msgstr "" ++msgstr "Orde de alarma" + + #: ../src/xfcetimer.c:1257 + msgid "" + "Don't display the warning window\n" + "if an alarm command is set" + msgstr "" ++"Non mostrar a xanela de advertencia\n" ++"se se definiu unha orde de alarma" + + #: ../src/xfcetimer.c:1264 + msgid "Repeat the alarm command:" +-msgstr "" ++msgstr "Repetir a orde de alarma:" + + #: ../src/xfcetimer.c:1271 + msgid "Number of repetitions" +@@ -168,13 +172,12 @@ + + #: ../src/xfcetimer.c:1277 + msgid " Time interval (sec.)" +-msgstr "" ++msgstr " Intervalo de tempo (seg.)" + + #: ../src/xfce4-timer.desktop.in.in.h:1 + msgid "Timer plugin for Xfce 4.4 panel" +-msgstr "" ++msgstr "Engadido de contador para o panel de Xfce 4.4" + + #: ../src/xfce4-timer.desktop.in.in.h:2 + msgid "Xfce4 Timer" +-msgstr "" +- ++msgstr "Xfce4 Timer" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/hu.po xfce4-timer-plugin-0.6.1/po/hu.po +--- xfce4-timer-plugin-0.6.1.orig/po/hu.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/hu.po 2011-03-05 20:27:26.499855652 +0100 +@@ -1,39 +1,45 @@ ++# Hungarian translation of xfce4-timer-plugin ++# Copyright 2009. Free Software Foundation, Inc. ++# This file is distributed under the same license as the xfce4-timer-plugin package. ++# ++# Gabor Kelemen , 2009. ++# SZERVÁC Attila + msgid "" + msgstr "" +-"Project-Id-Version: xfce4-timer 0.3\n" ++"Project-Id-Version: xfce4-timer-plugin\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2006-09-03 09:51+0100\n" +-"Last-Translator: SZERVÁC Attila \n" +-"Language-Team: hu\n" ++"PO-Revision-Date: 2009-07-25 01:53+0200\n" ++"Last-Translator: Gabor Kelemen \n" ++"Language-Team: Hungarian \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=utf-8\n" ++"Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"X-Poedit-Language: Hungarian\n" +-"X-Poedit-Country: HUNGARY\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"X-Generator: KBabel 1.11.4\n" + + #: ../src/xfcetimer.c:100 + #, c-format + msgid "%dh %dm %ds left" +-msgstr "%dó %dp %dmp van még" ++msgstr "%dó %dp %dmp van hátra" + + #: ../src/xfcetimer.c:103 + #, c-format + msgid "%dm %ds left" +-msgstr "%dp %dmp van még" ++msgstr "%dp %dmp van hátra" + + #: ../src/xfcetimer.c:105 + #, c-format + msgid "%ds left" +-msgstr "%dmp van még" ++msgstr "%dmp van hátra" + + #: ../src/xfcetimer.c:126 + msgid "" + "Beeep! :) \n" + "Time is up!" + msgstr "" +-"Hahó! :) \n" +-"Idő van!" ++"Csörrr! :)\n" ++"Letelt az idő!" + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +@@ -65,7 +71,7 @@ + #: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 + #, c-format + msgid "At %02d:%02d" +-msgstr "%02d:%02d-kor" ++msgstr "Ekkor: %02d.%02d" + + #: ../src/xfcetimer.c:619 + msgid "Name" +@@ -74,23 +80,23 @@ + #. ******** + #: ../src/xfcetimer.c:627 + msgid "Enter the countdown time" +-msgstr "Állítsd be a visszaszámlálót" ++msgstr "Adja meg a visszaszámlálási időt" + + #: ../src/xfcetimer.c:629 + msgid "Enter the time of alarm (24h format)" +-msgstr "Add meg e jelzés idejét (24 órás formában)" ++msgstr "Adja meg a figyelmeztetés időpontját (24 órás formátumban)" + + #: ../src/xfcetimer.c:640 + msgid "h " +-msgstr "ó" ++msgstr "ó " + + #: ../src/xfcetimer.c:645 + msgid "m " +-msgstr "p" ++msgstr "p " + + #: ../src/xfcetimer.c:650 + msgid "s " +-msgstr "mp" ++msgstr "mp " + + #: ../src/xfcetimer.c:653 + msgid "" +@@ -111,11 +117,11 @@ + + #: ../src/xfcetimer.c:699 + msgid "Add new alarm" +-msgstr "Új jelzés" ++msgstr "Új figyelmeztetés hozzáadása" + + #: ../src/xfcetimer.c:737 + msgid "Edit alarm" +-msgstr "Jelzés szerkesztése" ++msgstr "Figyelmeztetés szerkesztése" + + #: ../src/xfcetimer.c:1162 + msgid "Properties" +@@ -123,7 +129,7 @@ + + #: ../src/xfcetimer.c:1174 + msgid "Xfce4 Timer Options" +-msgstr "Xfce4 Időzítő opciók" ++msgstr "Xfce 4 időzítő beállításai" + + #: ../src/xfcetimer.c:1205 + msgid "" +@@ -131,15 +137,15 @@ + "name" + msgstr "" + "Időzítő\n" +-"név" ++"neve" + + #: ../src/xfcetimer.c:1210 + msgid "" + "Countdown period /\n" + "Alarm time" + msgstr "" +-"Visszaszámlálási idő /\n" +-"Jelzés időpontja" ++"Visszaszámlálási idő/\n" ++"Figyelmeztetés ideje" + + #: ../src/xfcetimer.c:1214 + msgid "Alarm command" +@@ -150,12 +156,12 @@ + "Don't display the warning window\n" + "if an alarm command is set" + msgstr "" +-"Ne mutasd a figyelmeztető ablakot\n" +-"ha a figyelmeztető parancs be van állítva" ++"Ne jelenjen meg figyelmeztetés,\n" ++"ha be van állítva figyelmeztető parancs" + + #: ../src/xfcetimer.c:1264 + msgid "Repeat the alarm command:" +-msgstr "Figyelmeztető parancs ismétlése:" ++msgstr "A figyelmeztető parancs ismétlése:" + + #: ../src/xfcetimer.c:1271 + msgid "Number of repetitions" +@@ -163,12 +169,15 @@ + + #: ../src/xfcetimer.c:1277 + msgid " Time interval (sec.)" +-msgstr " Időköz (mp.)" ++msgstr "Időköz (mp)" + + #: ../src/xfce4-timer.desktop.in.in.h:1 + msgid "Timer plugin for Xfce 4.4 panel" +-msgstr "Időzítő az Xfce 4.4 panelhez" ++msgstr "Időzítő bővítmény az Xfce 4.4 panelhez" + + #: ../src/xfce4-timer.desktop.in.in.h:2 + msgid "Xfce4 Timer" +-msgstr "Xfce4 Időzítő" ++msgstr "Xfce 4 időzítő" ++ ++#~ msgid "Xfce 4 Timer Plugin" ++#~ msgstr "Xfce 4 időzítő bővítmény" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/it.po xfce4-timer-plugin-0.6.1/po/it.po +--- xfce4-timer-plugin-0.6.1.orig/po/it.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/it.po 2011-03-05 20:27:26.499855652 +0100 +@@ -0,0 +1,187 @@ ++# Italian translation of xfce4-timer-plugin. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfce4-timer-plugin package. ++# Cristian Marchi , 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-02-01 19:33+0100\n" ++"Last-Translator: Cristian Marchi \n" ++"Language-Team: Italian \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++# GLOSSARIO ++# left = mancare ++# timer = sveglia ++ ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "Mancano %dore %dminuti %dsecondi" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "Mancano %dminuti %dsecondi" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "Mancano %dsecondi" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Driiin! :) \n" ++"Il tempo è scaduto!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Interrompi la sveglia" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Avvia la sveglia" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Interrompi la sveglia" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "Alle %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Nome" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Inserire la durata del conto alla rovescia" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Inserire l'ora della sveglia (nel formato a 24 ore)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"o\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"Il comando da eseguire" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Aggiungi una nuova sveglia" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Modifica sveglia" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Proprietà" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Opzioni della sveglia di Xfce4" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Nome\n" ++"sveglia" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Durata del conto alla rovescia/\n" ++"ora della sveglia." ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Comando di sveglia" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Non visualizzare la finestra di avviso\n" ++"se è impostato un comando di sveglia" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Ripeti il comando di sveglia:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Numero di ripetizioni" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " Intervallo di tempo (sec.)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Plugin della sveglia per il pannello di Xfce 4.4" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Sveglia di Xfce4" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ja.po xfce4-timer-plugin-0.6.1/po/ja.po +--- xfce4-timer-plugin-0.6.1.orig/po/ja.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ja.po 2011-03-05 20:27:26.499855652 +0100 +@@ -1,4 +1,4 @@ +-# $Id: ja.po 5552 2008-10-10 07:34:54Z maximilian $ ++# $Id$ + # + # Japanese translations for xfce4-timer package. + # Copyright (C) 2005 Kemal Ilgar Eroglu. +@@ -39,8 +39,8 @@ + "Beeep! :) \n" + "Time is up!" + msgstr "" +-"ビーー! :) \n" +-"時間です!" ++"ビーー! :) \n" ++"時間です!" + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/LINGUAS xfce4-timer-plugin-0.6.1/po/LINGUAS +--- xfce4-timer-plugin-0.6.1.orig/po/LINGUAS 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/LINGUAS 2011-03-05 20:38:30.820079080 +0100 +@@ -1,2 +1,2 @@ + # set of available languages (in alphabetic order) +-ar cs da en_GB eu fr gl hu lv id ja pl pt_BR pt_PT ru tr uk ur ++ar ast ca cs da de el en_GB es eu fr gl hu id it ja lv pl pt_BR pt pt_PT ru sk sq sv tr ug uk ur_PK ur zh_CN +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/pl.po xfce4-timer-plugin-0.6.1/po/pl.po +--- xfce4-timer-plugin-0.6.1.orig/po/pl.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/pl.po 2011-03-05 20:27:26.499855652 +0100 +@@ -1,43 +1,42 @@ + # Polish translations for xfce4-timer package. + # Copyright (C) 2005 Kemal Ilgar Eroglu. +-# This file is distributed under the same license as +-# the xfce4-timer package. ++# This file is distributed under the same license as the xfce4-timer package. + # Piotr Maliński , 2006. ++# Piotr Sokół , 2009. + # + msgid "" + msgstr "" +-"Project-Id-Version: xfce4-timer 0.3\n" ++"Project-Id-Version: xfce4-timer-plugin 0.6.1\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2006-04-08 13:21+0900\n" +-"Last-Translator: Piotr Maliński \n" +-"Language-Team: Polish \n" ++"PO-Revision-Date: 2009-03-24 11:05+0100\n" ++"Last-Translator: Piotr Sokół \n" ++"Language-Team: Polish\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2));\n" + + #: ../src/xfcetimer.c:100 + #, c-format + msgid "%dh %dm %ds left" +-msgstr "%dh %dm %ds pozostało" ++msgstr "Pozostało %d godz %d min %d s" + + #: ../src/xfcetimer.c:103 + #, c-format + msgid "%dm %ds left" +-msgstr "%dm %ds pozostało" ++msgstr "Pozostało %d min %d s" + + #: ../src/xfcetimer.c:105 + #, c-format + msgid "%ds left" +-msgstr "%ds pozostało" ++msgstr "Pozostało %d s" + + #: ../src/xfcetimer.c:126 + msgid "" + "Beeep! :) \n" + "Time is up!" +-msgstr "" +-"Beeep! :) \n" +-"Czas się skończył!" ++msgstr "Czas upłynął!" + + #: ../src/xfcetimer.c:424 + msgid "Stop timer" +@@ -51,46 +50,50 @@ + msgid "Stop the alarm" + msgstr "Zatrzymaj alarm" + +-#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 + #, c-format + msgid "%dh %dm %ds" +-msgstr "%dh %dm %ds" ++msgstr "%d godz %d min %d s" + +-#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 + #, c-format + msgid "%dm %ds" +-msgstr "%dm %ds" ++msgstr "%d min %d s" + +-#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 + #, c-format + msgid "%ds" +-msgstr "%ds" ++msgstr "%d s" + +-#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 + #, c-format + msgid "At %02d:%02d" +-msgstr "O %02d:%02d" ++msgstr "%02d:%02d" + + #: ../src/xfcetimer.c:619 + msgid "Name" +-msgstr "Nazwa" ++msgstr "Nazwa:" + + #. ******** + #: ../src/xfcetimer.c:627 + msgid "Enter the countdown time" +-msgstr "Podaj czas odliczania" ++msgstr "Czas odliczania" + + #: ../src/xfcetimer.c:629 + msgid "Enter the time of alarm (24h format)" +-msgstr "Podaj czas alarmu (24h format)" ++msgstr "Godzina alarmu (format 24-godzinny)" + + #: ../src/xfcetimer.c:640 + msgid "h " +-msgstr "g " ++msgstr "godz. " + + #: ../src/xfcetimer.c:645 + msgid "m " +-msgstr "m " ++msgstr "min " + + #: ../src/xfcetimer.c:650 + msgid "s " +@@ -100,9 +103,7 @@ + msgid "" + "\n" + "or\n" +-msgstr "" +-"\n" +-"lub\n" ++msgstr "\n" + + #. ************** + #: ../src/xfcetimer.c:673 +@@ -111,63 +112,57 @@ + "The command to run" + msgstr "" + "\n" +-"Polecenie do wykonania" ++"Polecenie:" + + #: ../src/xfcetimer.c:699 + msgid "Add new alarm" +-msgstr "Dodaj nowy alarm" ++msgstr "Dodawanie alarmu" + + #: ../src/xfcetimer.c:737 + msgid "Edit alarm" +-msgstr "Edytuj alarm" ++msgstr "Edycja alarmu" + + #: ../src/xfcetimer.c:1162 + msgid "Properties" +-msgstr "Właściwości" ++msgstr "Stoper" + + #: ../src/xfcetimer.c:1174 + msgid "Xfce4 Timer Options" +-msgstr "Opcje stopera Xfce4" ++msgstr "Stoper" + + #: ../src/xfcetimer.c:1205 + msgid "" + "Timer\n" + "name" +-msgstr "" +-"Stoper\n" +-"nazwa" ++msgstr "Nazwa" + + #: ../src/xfcetimer.c:1210 + msgid "" + "Countdown period /\n" + "Alarm time" +-msgstr "" +-"Czas odliczania /\n" +-"Czas alarmu" ++msgstr "Czas odliczania / godzina alarmu" + + #: ../src/xfcetimer.c:1214 + msgid "Alarm command" +-msgstr "Polecenie alarmu" ++msgstr "Polecenie" + + #: ../src/xfcetimer.c:1257 + msgid "" + "Don't display the warning window\n" + "if an alarm command is set" +-msgstr "" +-"Nie wyświetlaj okna ostrzeżenia\n" +-"gdy polecenie alarmu jest wykonywane" ++msgstr "Brak ostrzeżenia jeśli wprowadzono polecenie alarmu" + + #: ../src/xfcetimer.c:1264 + msgid "Repeat the alarm command:" +-msgstr "Powtarzaj komendę alarmu:" ++msgstr "Powtarzanie polecenia alarmu" + + #: ../src/xfcetimer.c:1271 + msgid "Number of repetitions" +-msgstr "Liczba powtórzeń" ++msgstr "Ilość powtórzeń: " + + #: ../src/xfcetimer.c:1277 + msgid " Time interval (sec.)" +-msgstr " Interwał (sek.)" ++msgstr " Interwał (s): " + + #: ../src/xfce4-timer.desktop.in.in.h:1 + msgid "Timer plugin for Xfce 4.4 panel" +@@ -175,4 +170,5 @@ + + #: ../src/xfce4-timer.desktop.in.in.h:2 + msgid "Xfce4 Timer" +-msgstr "Xfce4 Stoper" ++msgstr "Stoper" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/pt.po xfce4-timer-plugin-0.6.1/po/pt.po +--- xfce4-timer-plugin-0.6.1.orig/po/pt.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/pt.po 2011-03-05 20:27:26.499855652 +0100 +@@ -0,0 +1,177 @@ ++# European Portuguese translation for the xfce4-timer-plugin. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# Nuno Miguel , 2007. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2007-07-04 16:06+0100\n" ++"Last-Translator: Nuno Miguel \n" ++"Language-Team: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "faltam %dh %dm %ds" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "faltam %dm %ds" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "faltam %ds" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Beeep! :)\n" ++"Acabou o tempo!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Parar temporizador" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Iniciar temporizador" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Parar o alarme" ++ ++#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "Em %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Nome" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Coloque o tempo de contagem" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Coloque a hora do alarme (formato 24h)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h" ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m" ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s" ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"ou\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"O comando a executar" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Adicionar novo alarme" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Editar alarme" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Propriedades" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Opções do temporizador Xfce4" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Nome\n" ++"do temporizador" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Período de contagem /\n" ++"Hora do alarme" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Comando do alarme" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Não mostrar a janela de aviso\n" ++"se um comando de alarme estiver definido" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Repita o comando de alarme:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Número de repetições" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr "Intervalo de tempo (sec.)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "\"Plug-in\" para painel Xfce 4.4" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4 Timer" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ru.po xfce4-timer-plugin-0.6.1/po/ru.po +--- xfce4-timer-plugin-0.6.1.orig/po/ru.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ru.po 2011-03-05 20:27:26.500855607 +0100 +@@ -3,14 +3,14 @@ + # This file is distributed under the same license as + # the xfce4-timer package. + # Andrey Fedoseev , 2006. +-# ++# + msgid "" + msgstr "" + "Project-Id-Version: xfce4-timer 0.3\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2006-04-09 17:18+0600\n" +-"Last-Translator: Andrey Fedoseev \n" ++"PO-Revision-Date: 2010-03-01 11:17+0200\n" ++"Last-Translator: Dima Smirnov \n" + "Language-Team: Russian \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -36,7 +36,7 @@ + "Beeep! :) \n" + "Time is up!" + msgstr "" +-"Всеее! :) \n" ++"Бииип! :) \n" + "Время вышло!" + + #: ../src/xfcetimer.c:424 +@@ -48,7 +48,6 @@ + msgstr "Запустить таймер" + + #: ../src/xfcetimer.c:436 +-#, fuzzy + msgid "Stop the alarm" + msgstr "Остановить таймер" + +@@ -134,7 +133,9 @@ + msgid "" + "Timer\n" + "name" +-msgstr "Название" ++msgstr "" ++"Таймер\n" ++"Название" + + #: ../src/xfcetimer.c:1210 + msgid "" +@@ -157,17 +158,16 @@ + "если задана команда" + + #: ../src/xfcetimer.c:1264 +-#, fuzzy + msgid "Repeat the alarm command:" +-msgstr "Команда" ++msgstr "Команда повторения таймера:" + + #: ../src/xfcetimer.c:1271 + msgid "Number of repetitions" +-msgstr "" ++msgstr "Количество проверок" + + #: ../src/xfcetimer.c:1277 + msgid " Time interval (sec.)" +-msgstr "" ++msgstr "Интервал (сек.)" + + #: ../src/xfce4-timer.desktop.in.in.h:1 + msgid "Timer plugin for Xfce 4.4 panel" +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/sk.po xfce4-timer-plugin-0.6.1/po/sk.po +--- xfce4-timer-plugin-0.6.1.orig/po/sk.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/sk.po 2011-03-05 20:27:26.500855607 +0100 +@@ -0,0 +1,182 @@ ++# Slovak translations for xfce4-timer package. ++# Copyright (C) 2006 THE xfce4-timer's COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfce4-timer package. ++# Robert Hartl , 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin-0.6.1\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-08-17 16:14+0100\n" ++"Last-Translator: Robert Hartl \n" ++"Language-Team: slovak \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%dh %dm %ds zostáva" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%dm %ds zostáva" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%ds zostáva" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Pííííp! :) \n" ++"Čas vypršal!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Zastaviť časovač" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Spustiť časovač" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Zastaviť alarm" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "Od %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Názov" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Zadajte čas pre odpočítavanie" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Zadajte čas alarmu (v 24 hodinovej forme)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"alebo\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"Príkaz na spustenie" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Pridať nový časovač" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Upraviť časovač" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Vlastnosti" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Voľby Časovača Xfce4" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Názov\n" ++"časovača" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Interval odpočtu /\n" ++"Čas alarmu" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Príkaz alarmu" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Nezobrazovať okno s varovaním\n" ++"pokiaľ je príkaz alarmu nastavený" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Opakovať príkaz alarmu:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Počet opakovaní" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " Časový interval (s)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Zásuvný modul Časovač pre panel Xfce 4.4" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Časovač Xfce4" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/sv.po xfce4-timer-plugin-0.6.1/po/sv.po +--- xfce4-timer-plugin-0.6.1.orig/po/sv.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/sv.po 2011-03-05 20:27:26.500855607 +0100 +@@ -0,0 +1,185 @@ ++# Swedish translation for xfce4-timer-plugin. ++# Copyright (C) 2008, 2009 Free Software Foundation, Inc. ++# This file is distributed under the same license as the xfce4-timer-plugin package. ++# Daniel Nylander , 2008, 2009. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-12-16 17:35+0100\n" ++"Last-Translator: Daniel Nylander \n" ++"Language-Team: Swedish \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%dh %dm %ds kvar" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%dm %ds kvar" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%ds kvar" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"Piiiiip! :) \n" ++"Det är dags nu!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "Stoppa tidtagare" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "Starta tidtagare" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "Stoppa alarmet" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "Klockan %02d.%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "Namn" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "Ange nedräkningstiden" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "Ange tid för alarmet (24-timmarsformat)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"eller\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"Kommandot att köra" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "Lägg till nytt alarm" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "Redigera alarm" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "Egenskaper" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Alternativ för Xfce4-tidtagare" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"Tidtagar-\n" ++"namn" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"Nedräkningsperiod /\n" ++"Alarmtid" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "Alarmkommando" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"Visa inte en varning om\n" ++"ett alarmkommando är inställt" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "Upprepa alarmkommandot:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "Antal upprepningar" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " Tidsintervall (s)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Tidtagare för Xfce 4.4-panelen" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4-tidtagare" ++ ++#~ msgid "Xfce 4 Timer Plugin" ++#~ msgstr "Xfce 4-tidtagare" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ug.po xfce4-timer-plugin-0.6.1/po/ug.po +--- xfce4-timer-plugin-0.6.1.orig/po/ug.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ug.po 2011-03-05 20:27:26.500855607 +0100 +@@ -0,0 +1,177 @@ ++# Uyghur translations for xfce4-timer package. ++# Copyright (C) 2005 Kemal Ilgar Eroglu. ++# This file is distributed under the same license as ++# the xfce4-timer package. ++# Gheyret T.Kenji , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer 0.3\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2008-10-10 03:36+0900\n" ++"Last-Translator: Gheyret T.Kenji \n" ++"Language-Team: Uyghur Computer Science Association \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%d سائەت%d مىنۇت %dسېكۇنت قالدى" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%d مىنۇت %dسېكۇنت قالدى" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%dسېكۇنت قالدى" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "تىرىڭ :) \n" ++"ۋاقىت توشتى" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "timer توختات" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "timer باشلا" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "قوڭغۇراقنى توختات" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dسائەت %dمىنۇت %dسېكۇنت" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dمىنۇت %dسېكۇنت" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%dسېكۇنت" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "%02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "ئاتى" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "تەتۈر ساناش ۋاقتىنى كىرگۈزۈڭ" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "قوڭغۇراق چېلىش ۋاقتىنى كىرگۈزۈڭ (24時間制)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "h " ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "m " ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "s " ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "\n" ++"ياكى\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "\n" ++"ئىجرا بولىدىغان بۇيرۇق" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "يېڭى قوڭغۇراق قوش" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "قوڭغۇراق تەھرىرلە" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "خاسلىق" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Xfce4 Timer تاللانمىسى" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "Timer\n" ++"ئاتى" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "تەتۈر ساناش ۋاقتى/\n" ++"قوڭغۇراق ۋاقتى" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "قوڭغۇراق بۇيرۇقى" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "قوڭغۇراق بۇيرۇقى بېكىتىلسە\n" ++"ئاگاھلاندۇرۇش كۆزنىكى چىقمىسۇن" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "قوڭغۇراق بۇيرۇقى تەكرارلانسۇن:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "تەكرارلىنىش ۋاقتى" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " ۋاقىت ئىنتېرۋالى(سېكۇنت.)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Xfce 4.4 نىڭ Timer قىستۇرمىسى" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4 Timer" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ur_PK.po xfce4-timer-plugin-0.6.1/po/ur_PK.po +--- xfce4-timer-plugin-0.6.1.orig/po/ur_PK.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ur_PK.po 2011-03-05 20:27:26.500855607 +0100 +@@ -0,0 +1,186 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce4-timer\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2009-05-14 03:24+0500\n" ++"Last-Translator: Muhammad Ali Makki \n" ++"Language-Team: Urdu \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Poedit-Language: Urdu\n" ++"X-Poedit-Country: PAKISTAN\n" ++"X-Poedit-SourceCharset: utf-8\n" ++"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "%dh %dm %ds باقی ہے" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "%dm %ds باقی ہے" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "%ds باقی ہے" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"بیپ! :) \n" ++"وقت پورا ہوگیا!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "ٹائمر روکیں" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "ٹائمر شروع کریں" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "الارم بند کریں" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%dh %dm %ds" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%dm %ds" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%ds" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "پر %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "نام" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "تنزلی وقت لکھیں" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "الارم کا وقت لکھیں (24گ فارمیٹ)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "گ" ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "م" ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "س" ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"or\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"چلانے کے لیے کمانڈ" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "نیا الارم شامل کریں" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "الارم مدون کریں" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "خصوصیات" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "ایکسفس4 الارم اختیارات" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"ٹائمر\n" ++"نام" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"تنزلی مدت /\n" ++"الارم وقت" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "الارم کمانڈ" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"اگر الارم کمانڈ مرتب ہو یہ\n" ++"انتباہی ونڈو ظاہر مت کریں" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "الارم کمانڈ دہرائیں:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "تکرار کی تعداد" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " وقت وقفہ (سیکنڈ)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "ٹائمر پلگ ان برائے ایکسفس 4.4 پینل" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "ایکسفس4 ٹائمر" ++ +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ur.po xfce4-timer-plugin-0.6.1/po/ur.po +--- xfce4-timer-plugin-0.6.1.orig/po/ur.po 2008-11-20 21:45:22.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/ur.po 2011-03-05 20:27:26.500855607 +0100 +@@ -8,8 +8,8 @@ + "Project-Id-Version: xfce4-timer\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2006-09-10 21:29+0200\n" +-"PO-Revision-Date: 2007-10-27 17:20+0500\n" +-"Last-Translator: Muhammad Ali Makki \n" ++"PO-Revision-Date: 2009-05-14 03:24+0500\n" ++"Last-Translator: Muhammad Ali Makki \n" + "Language-Team: Urdu \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=utf-8\n" +@@ -17,6 +17,7 @@ + "X-Poedit-Language: Urdu\n" + "X-Poedit-Country: PAKISTAN\n" + "X-Poedit-SourceCharset: utf-8\n" ++"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" + + #: ../src/xfcetimer.c:100 + #, c-format +diff -Nur xfce4-timer-plugin-0.6.1.orig/po/zh_CN.po xfce4-timer-plugin-0.6.1/po/zh_CN.po +--- xfce4-timer-plugin-0.6.1.orig/po/zh_CN.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfce4-timer-plugin-0.6.1/po/zh_CN.po 2011-03-05 20:27:26.500855607 +0100 +@@ -0,0 +1,182 @@ ++# Chinese translations for xfce package. ++# Copyright (C) 2008 THE xfce'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfce package. ++# Hunt Xu ", 2008. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfce 4-timer-plugin\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2006-09-10 21:29+0200\n" ++"PO-Revision-Date: 2008-12-06 16:53+0800\n" ++"Last-Translator: Hunt Xu \n" ++"Language-Team: Chinese (simplified)\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../src/xfcetimer.c:100 ++#, c-format ++msgid "%dh %dm %ds left" ++msgstr "剩余 %d 小时 %d 分 %d 秒" ++ ++#: ../src/xfcetimer.c:103 ++#, c-format ++msgid "%dm %ds left" ++msgstr "剩余 %d 分 %d 秒" ++ ++#: ../src/xfcetimer.c:105 ++#, c-format ++msgid "%ds left" ++msgstr "剩余 %d 秒" ++ ++#: ../src/xfcetimer.c:126 ++msgid "" ++"Beeep! :) \n" ++"Time is up!" ++msgstr "" ++"铃铃铃~~~\n" ++"时间到!" ++ ++#: ../src/xfcetimer.c:424 ++msgid "Stop timer" ++msgstr "停止定时器" ++ ++#: ../src/xfcetimer.c:426 ++msgid "Start timer" ++msgstr "启动定时器" ++ ++#: ../src/xfcetimer.c:436 ++msgid "Stop the alarm" ++msgstr "停止提示" ++ ++#: ../src/xfcetimer.c:482 ++#: ../src/xfcetimer.c:556 ++#, c-format ++msgid "%dh %dm %ds" ++msgstr "%d 时 %d 分 %d 秒" ++ ++#: ../src/xfcetimer.c:484 ++#: ../src/xfcetimer.c:558 ++#, c-format ++msgid "%dm %ds" ++msgstr "%d 分 %d 秒" ++ ++#: ../src/xfcetimer.c:486 ++#: ../src/xfcetimer.c:560 ++#, c-format ++msgid "%ds" ++msgstr "%d 秒" ++ ++#: ../src/xfcetimer.c:496 ++#: ../src/xfcetimer.c:570 ++#, c-format ++msgid "At %02d:%02d" ++msgstr "在 %02d:%02d" ++ ++#: ../src/xfcetimer.c:619 ++msgid "Name" ++msgstr "名称" ++ ++#. ******** ++#: ../src/xfcetimer.c:627 ++msgid "Enter the countdown time" ++msgstr "输入倒计时时间" ++ ++#: ../src/xfcetimer.c:629 ++msgid "Enter the time of alarm (24h format)" ++msgstr "输入提示时间(24小时制)" ++ ++#: ../src/xfcetimer.c:640 ++msgid "h " ++msgstr "时" ++ ++#: ../src/xfcetimer.c:645 ++msgid "m " ++msgstr "分" ++ ++#: ../src/xfcetimer.c:650 ++msgid "s " ++msgstr "秒" ++ ++#: ../src/xfcetimer.c:653 ++msgid "" ++"\n" ++"or\n" ++msgstr "" ++"\n" ++"或\n" ++ ++#. ************** ++#: ../src/xfcetimer.c:673 ++msgid "" ++"\n" ++"The command to run" ++msgstr "" ++"\n" ++"要运行的命令" ++ ++#: ../src/xfcetimer.c:699 ++msgid "Add new alarm" ++msgstr "添加新提示" ++ ++#: ../src/xfcetimer.c:737 ++msgid "Edit alarm" ++msgstr "修改提示" ++ ++#: ../src/xfcetimer.c:1162 ++msgid "Properties" ++msgstr "首选项" ++ ++#: ../src/xfcetimer.c:1174 ++msgid "Xfce4 Timer Options" ++msgstr "Xfce4 定时器选项" ++ ++#: ../src/xfcetimer.c:1205 ++msgid "" ++"Timer\n" ++"name" ++msgstr "" ++"定时器\n" ++"名称" ++ ++#: ../src/xfcetimer.c:1210 ++msgid "" ++"Countdown period /\n" ++"Alarm time" ++msgstr "" ++"倒计时 /\n" ++"提示时间" ++ ++#: ../src/xfcetimer.c:1214 ++msgid "Alarm command" ++msgstr "提示命令" ++ ++#: ../src/xfcetimer.c:1257 ++msgid "" ++"Don't display the warning window\n" ++"if an alarm command is set" ++msgstr "" ++"如果已设置提示命令\n" ++"则不显示警告窗口" ++ ++#: ../src/xfcetimer.c:1264 ++msgid "Repeat the alarm command:" ++msgstr "重复提示命令:" ++ ++#: ../src/xfcetimer.c:1271 ++msgid "Number of repetitions" ++msgstr "重复次数" ++ ++#: ../src/xfcetimer.c:1277 ++msgid " Time interval (sec.)" ++msgstr " 时间间隔(秒)" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:1 ++msgid "Timer plugin for Xfce 4.4 panel" ++msgstr "Xfce 面板的定时器插件" ++ ++#: ../src/xfce4-timer.desktop.in.in.h:2 ++msgid "Xfce4 Timer" ++msgstr "Xfce4 定时器" ++ diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index bceb84f..33e6141 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,12 +1,19 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +# http://git.xfce.org/panel-plugins/xfce4-timer-plugin/commit/?id=03ff202f818fe3f075a6c864ab688b57b1bb1cb4 +# fixes https://bugzilla.redhat.com/show_bug.cgi?id=682458 +Patch0: xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch +# contains all translations from +# http://translations.xfce.org/projects/p/xfce4-timer-plugin/c/master/ +# as of 2011-03-05 +Patch1: xfce4-timer-plugin-0.6.1-update-translations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0 @@ -20,6 +27,8 @@ certain times. %prep %setup -q +%patch0 -p1 -b .fix-segfault +%patch1 -p1 -b .update-translations %build @@ -45,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 +- Fix segfault when creating plugin in 4.8 panel (#682458) +- Update translations from Xfce Transifex + * Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 86b4e5b6acf6e6179f6508dc35e71a13acb156ac Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2011 01:42:34 -0500 Subject: [PATCH 13/61] Rebuild for new libpng --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 33e6141..c17ab1b 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 06 2011 Adam Jackson - 0.6.1-8 +- Rebuild for new libpng + * Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 - Fix segfault when creating plugin in 4.8 panel (#682458) - Update translations from Xfce Transifex From 310e23b1d91e6f986a62f5960edc7889ebc9e577 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:52:59 -0600 Subject: [PATCH 14/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index c17ab1b..3061498 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Dec 06 2011 Adam Jackson - 0.6.1-8 - Rebuild for new libpng From 4c1ffe8ade9ec659579fb585f4f961ec0313fef1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Apr 2012 23:36:17 -0600 Subject: [PATCH 15/61] Rebuild for Xfce 4.10 --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 3061498..5e83d39 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 +- Rebuild for Xfce 4.10 + * Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 8de5bd8336c7f40e928a926b16d38151fa9eeacd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Apr 2012 09:52:00 -0600 Subject: [PATCH 16/61] Rebuild for Xfce 4.10(pre2) --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 5e83d39..6d81269 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 +- Rebuild for Xfce 4.10(pre2) + * Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 - Rebuild for Xfce 4.10 From f57f0df4e7641524764af195533a1072be487b2e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:20:28 -0500 Subject: [PATCH 17/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 6d81269..3a3df56 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 - Rebuild for Xfce 4.10(pre2) From 8ca9ba1ce4197bd16f12405e565162cd20a1dff2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:40:40 -0600 Subject: [PATCH 18/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 3a3df56..71e4453 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 27068f807b37e236b3de3ae0345ddf87d31a642d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:07:25 -0500 Subject: [PATCH 19/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 71e4453..b4b2e9b 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 3d2d13194f46dad6ed9130b2ea15574e9d4ecaea Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:45:28 -0500 Subject: [PATCH 20/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index b4b2e9b..5d82aeb 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d458818e80145a06acc3e5147e52417d35c663b5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:54:34 +0000 Subject: [PATCH 21/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 5d82aeb..e5dc259 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 0c4ed9c1e07235e762a8e06be7abbf02f4fe96fb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 28 Feb 2015 20:27:54 -0700 Subject: [PATCH 22/61] Rebuild for Xfce 4.12 --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index e5dc259..1193586 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-timer-plugin Version: 0.6.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 +- Rebuild for Xfce 4.12 + * Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 677dadd09e262b905ddb145a8f0566f4f78ca01b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 29 Mar 2015 08:26:11 -0600 Subject: [PATCH 23/61] Upgrade to 1.6.0 using libxfce4ui --- .gitignore | 1 + sources | 2 +- ...lt-when-creating-plugin-in-4.8-panel.patch | 39 - ...mer-plugin-0.6.1-update-translations.patch | 2895 ----------------- xfce4-timer-plugin-1.6.0-format-string.patch | 12 + xfce4-timer-plugin-1.6.0-improve-timer.patch | 12 + xfce4-timer-plugin.spec | 32 +- 7 files changed, 44 insertions(+), 2949 deletions(-) delete mode 100644 xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch delete mode 100644 xfce4-timer-plugin-0.6.1-update-translations.patch create mode 100644 xfce4-timer-plugin-1.6.0-format-string.patch create mode 100644 xfce4-timer-plugin-1.6.0-improve-timer.patch diff --git a/.gitignore b/.gitignore index 317ec39..0311843 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xfce4-timer-plugin-0.6.1.tar.bz2 +/xfce4-timer-plugin-1.6.0.tar.bz2 diff --git a/sources b/sources index 2b23407..9b9118d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba5ae0e25f69517338f74a27fbaf4ca2 xfce4-timer-plugin-0.6.1.tar.bz2 +3be2a4ccfb2af20441b1d25c2cea5f28 xfce4-timer-plugin-1.6.0.tar.bz2 diff --git a/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch b/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch deleted file mode 100644 index 0560237..0000000 --- a/xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 03ff202f818fe3f075a6c864ab688b57b1bb1cb4 Mon Sep 17 00:00:00 2001 -From: Nick Schermer -Date: Thu, 27 Jan 2011 21:18:45 +0000 -Subject: Fix segfault when creating plugin in 4.8 panel. - -Used invalid function type to construct the plugin. ---- -diff --git a/src/xfcetimer.c b/src/xfcetimer.c -index c27d37a..de7bd2b 100644 ---- a/src/xfcetimer.c -+++ b/src/xfcetimer.c -@@ -42,7 +42,7 @@ - - #include "xfcetimer.h" - --static gboolean create_plugin_control (XfcePanelPlugin *plugin); -+static void create_plugin_control (XfcePanelPlugin *plugin); - XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(create_plugin_control); - - void make_menu(plugin_data *pd); -@@ -1366,7 +1366,7 @@ static void plugin_create_options (XfcePanelPlugin *plugin,plugin_data *pd) { - * - * Returns %TRUE on success, %FALSE on failure. - **/ --static gboolean -+static void - create_plugin_control (XfcePanelPlugin *plugin) - { - -@@ -1461,7 +1461,6 @@ create_plugin_control (XfcePanelPlugin *plugin) - xfce_panel_plugin_menu_show_configure (plugin); - g_signal_connect (plugin, "configure-plugin", - G_CALLBACK (plugin_create_options), pd); -- return(TRUE); - } - - --- -cgit v0.8.3.4 diff --git a/xfce4-timer-plugin-0.6.1-update-translations.patch b/xfce4-timer-plugin-0.6.1-update-translations.patch deleted file mode 100644 index 9742100..0000000 --- a/xfce4-timer-plugin-0.6.1-update-translations.patch +++ /dev/null @@ -1,2895 +0,0 @@ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ast.po xfce4-timer-plugin-0.6.1/po/ast.po ---- xfce4-timer-plugin-0.6.1.orig/po/ast.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ast.po 2011-03-05 20:27:26.496855787 +0100 -@@ -0,0 +1,174 @@ -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-07-13 19:55+0100\n" -+"Last-Translator: Marcos Antonio Alvarez Costales \n" -+"Language-Team: Asturian \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%dh %dm %ds restantes" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%dm %ds restantes" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%ds restantes" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Biiip! :) \n" -+"¡Acabóse'l tiempu!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Parar temporizador" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Entamar temporizador" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Parar l'alarma" -+ -+#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "A les %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Nome" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Meta'l tiempu de cuenta atrás" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Entre la hora d'alarma (formatu 24h)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"o\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"El comandu a executar" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Amestar nueva alarma" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Editar alarma" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Propiedaes" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Opciones del temporizador de Xfce4" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Nome del\n" -+"temporizador" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Periodu de cuenta atrás /\n" -+"Hora d'alarma" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Comandu d'alarma" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Nun amosar la ventana d'alvertencia\n" -+"si se configuró un comandu d'alarma" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Repetir el comandu d'alarma:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Númberu de repeticiones" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " Intervalu tiempu (seg.)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Complementu temporizador pal panel de Xfce" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4 Timer" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ca.po xfce4-timer-plugin-0.6.1/po/ca.po ---- xfce4-timer-plugin-0.6.1.orig/po/ca.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ca.po 2011-03-05 20:27:26.496855787 +0100 -@@ -2,19 +2,19 @@ - # Copyright (C) 2005, 2006 Kemal Ilgar Eroglu. - # This file is distributed under the same license as the xfce4-timer package. - # Pau Ruŀlan Ferragut , 2006. --# --# -+# Harald Servat , 2009. -+# - msgid "" - msgstr "" - "Project-Id-Version: xfce4-timer 0.3\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2006-09-18 16:36+0200\n" --"Last-Translator: Pau Ruŀlan Ferragut \n" -+"PO-Revision-Date: 2009-03-04 12:33+0100\n" -+"Last-Translator: Harald Servat \n" - "Language-Team: Catalan\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" --"Content-Transfer-Encoding: 8bit" -+"Content-Transfer-Encoding: 8bit\n" - - #: ../src/xfcetimer.c:100 - #, c-format -@@ -37,7 +37,7 @@ - "Time is up!" - msgstr "" - "Biiiiiiip! :)\n" --"S’ha acabat el temps!" -+"S'ha acabat el temps!" - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" -@@ -49,24 +49,28 @@ - - #: ../src/xfcetimer.c:436 - msgid "Stop the alarm" --msgstr "Atura l’alarma" -+msgstr "Atura l'alarma" - --#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 - #, c-format - msgid "%dh %dm %ds" - msgstr "%dh %dm %ds" - --#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 - #, c-format - msgid "%dm %ds" - msgstr "%dm %ds" - --#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 - #, c-format - msgid "%ds" - msgstr "%ds" - --#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 - #, c-format - msgid "At %02d:%02d" - msgstr "A les %02d:%02d" -@@ -78,11 +82,11 @@ - #. ******** - #: ../src/xfcetimer.c:627 - msgid "Enter the countdown time" --msgstr "Introdueixi l’hora del compta enrera" -+msgstr "Introdueix l'hora del compta enrera" - - #: ../src/xfcetimer.c:629 - msgid "Enter the time of alarm (24h format)" --msgstr "Introdueixi l’ha de l’alarma (format de 24h)" -+msgstr "Introdueix l'ha de l'alarma (format de 24h)" - - #: ../src/xfcetimer.c:640 - msgid "h " -@@ -100,14 +104,18 @@ - msgid "" - "\n" - "or\n" --msgstr "\nó\n" -+msgstr "" -+"\n" -+"o\n" - - #. ************** - #: ../src/xfcetimer.c:673 - msgid "" - "\n" - "The command to run" --msgstr "\nL’ordre a executar" -+msgstr "" -+"\n" -+"L'ordre a executar" - - #: ../src/xfcetimer.c:699 - msgid "Add new alarm" -@@ -115,7 +123,7 @@ - - #: ../src/xfcetimer.c:737 - msgid "Edit alarm" --msgstr "Edita l’alarma" -+msgstr "Edita l'alarma" - - #: ../src/xfcetimer.c:1162 - msgid "Properties" -@@ -138,24 +146,24 @@ - "Countdown period /\n" - "Alarm time" - msgstr "" --"Temps de compta enrera /\n" --"Hora de l’alarma" -+"Temps de compta enrere /\n" -+"Hora de l'alarma" - - #: ../src/xfcetimer.c:1214 - msgid "Alarm command" --msgstr "Ordre de l’alarma" -+msgstr "Ordre de l'alarma" - - #: ../src/xfcetimer.c:1257 - msgid "" - "Don't display the warning window\n" - "if an alarm command is set" - msgstr "" --"No mostris la finestra d’avís\n" --"si hi ha programada una ordre per l’alarma" -+"No mostris la finestra d'avís\n" -+"si hi ha programada una ordre per l'alarma" - - #: ../src/xfcetimer.c:1264 - msgid "Repeat the alarm command:" --msgstr "Repeteix l’ordre de l’alarma:" -+msgstr "Repeteix l'ordre de l'alarma:" - - #: ../src/xfcetimer.c:1271 - msgid "Number of repetitions" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/cs.po xfce4-timer-plugin-0.6.1/po/cs.po ---- xfce4-timer-plugin-0.6.1.orig/po/cs.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/cs.po 2011-03-05 20:27:26.497855742 +0100 -@@ -1,14 +1,14 @@ - # Czech translations for xfce4-timer package. - # Copyright (C) 2006 THE xfce4-timer'S COPYRIGHT HOLDER - # This file is distributed under the same license as the xfce4-timer package. --# Michal Várady , 2006. -+# Michal Várady , 2006-2009. - # - msgid "" - msgstr "" - "Project-Id-Version: xfce4-timer 0.3\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2006-09-17 09:51+0100\n" -+"PO-Revision-Date: 2009-02-01 02:27+0100\n" - "Last-Translator: Michal Várady \n" - "Language-Team: Czech \n" - "MIME-Version: 1.0\n" -@@ -41,15 +41,15 @@ - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" --msgstr "Vypnout měřič času" -+msgstr "Zastavit odpočet času" - - #: ../src/xfcetimer.c:426 - msgid "Start timer" --msgstr "Zapnout měřič času" -+msgstr "Spustit odpočet času" - - #: ../src/xfcetimer.c:436 - msgid "Stop the alarm" --msgstr "Zastavit měřič času" -+msgstr "Zastavit výstrahu" - - #: ../src/xfcetimer.c:482 - #: ../src/xfcetimer.c:556 -@@ -82,7 +82,7 @@ - #. ******** - #: ../src/xfcetimer.c:627 - msgid "Enter the countdown time" --msgstr "Zadejte čas pro odpočet" -+msgstr "Zadejte čas pro odpočítávání" - - #: ../src/xfcetimer.c:629 - msgid "Enter the time of alarm (24h format)" -@@ -131,7 +131,7 @@ - - #: ../src/xfcetimer.c:1174 - msgid "Xfce4 Timer Options" --msgstr "Volby zásuvného modulu Xfce4 Timer" -+msgstr "Volby zásuvného modulu Odpočet času pro Xfce4" - - #: ../src/xfcetimer.c:1205 - msgid "" -@@ -139,14 +139,14 @@ - "name" - msgstr "" - "Název\n" --"měřiče" -+"odpočtu" - - #: ../src/xfcetimer.c:1210 - msgid "" - "Countdown period /\n" - "Alarm time" - msgstr "" --"Odpočet /\n" -+"Interval odpočtu /\n" - "Čas výstrahy" - - #: ../src/xfcetimer.c:1214 -@@ -157,7 +157,9 @@ - msgid "" - "Don't display the warning window\n" - "if an alarm command is set" --msgstr "Nezobrazovat okno s varováním pokud je příkaz výstrahy nastaven" -+msgstr "" -+"Nezobrazovat okno s varováním\n" -+"pokud je příkaz výstrahy nastaven" - - #: ../src/xfcetimer.c:1264 - msgid "Repeat the alarm command:" -@@ -173,9 +175,9 @@ - - #: ../src/xfce4-timer.desktop.in.in.h:1 - msgid "Timer plugin for Xfce 4.4 panel" --msgstr "Zásuvný modul měření času pro panel Xfce 4.4" -+msgstr "Zásuvný modul pro odpočítávání času pro panel Xfce 4.4" - - #: ../src/xfce4-timer.desktop.in.in.h:2 - msgid "Xfce4 Timer" --msgstr "Měřič času Xfce4" -+msgstr "Odpočet času pro Xfce4" - -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/de.po xfce4-timer-plugin-0.6.1/po/de.po ---- xfce4-timer-plugin-0.6.1.orig/po/de.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/de.po 2011-03-05 20:27:26.497855742 +0100 -@@ -0,0 +1,167 @@ -+# German translations for xfce4-timer-plugin package -+# German messages for xfce4-timer-plugin. -+# Copyright (C) 2009 THE xfce4-timer-plugin'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the xfce4-timer-plugin package. -+# Simon Schneider , 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2010-03-28 11:18+0200\n" -+"PO-Revision-Date: 2009-03-13 14:03+0000\n" -+"Last-Translator: Simon Schneider \n" -+"Language-Team: German \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+#: ../src/xfcetimer.c:101 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "verbleibend: %d Stunden %d Minuten %d Sekunden" -+ -+#: ../src/xfcetimer.c:104 -+#, c-format -+msgid "%dm %ds left" -+msgstr "verbleibend: %d Minuten %d Sekunden" -+ -+#: ../src/xfcetimer.c:106 -+#, c-format -+msgid "%ds left" -+msgstr "verbleibend: %d Sekunden" -+ -+#: ../src/xfcetimer.c:127 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Bing! :) \n" -+"Die Zeit ist abgelaufen" -+ -+#: ../src/xfcetimer.c:425 -+msgid "Stop timer" -+msgstr "Uhr stoppen" -+ -+#: ../src/xfcetimer.c:427 -+msgid "Start timer" -+msgstr "Uhr starten" -+ -+#: ../src/xfcetimer.c:437 -+msgid "Stop the alarm" -+msgstr "Alarm ausschalten" -+ -+#: ../src/xfcetimer.c:483 ../src/xfcetimer.c:557 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%d Stunden %d Minuten %d Sekunden" -+ -+#: ../src/xfcetimer.c:485 ../src/xfcetimer.c:559 -+#, c-format -+msgid "%dm %ds" -+msgstr "%d Minuten %d Sekunden" -+ -+#: ../src/xfcetimer.c:487 ../src/xfcetimer.c:561 -+#, c-format -+msgid "%ds" -+msgstr "%d Sekunden" -+ -+#: ../src/xfcetimer.c:497 ../src/xfcetimer.c:571 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "Bei %02d: %02d" -+ -+#: ../src/xfcetimer.c:648 -+msgid "Name:" -+msgstr "Name:" -+ -+#. ******** -+#: ../src/xfcetimer.c:656 -+msgid "Enter the countdown time" -+msgstr "Wartezeit eingeben" -+ -+#: ../src/xfcetimer.c:659 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Alarmzeit eingeben: " -+ -+#: ../src/xfcetimer.c:671 -+msgid "h " -+msgstr "Stunden " -+ -+#: ../src/xfcetimer.c:676 -+msgid "m " -+msgstr "Minuten " -+ -+#: ../src/xfcetimer.c:681 -+msgid "s " -+msgstr "Sekunden " -+ -+#: ../src/xfcetimer.c:684 -+msgid "or" -+msgstr "oder" -+ -+#: ../src/xfcetimer.c:707 -+msgid "Command to run:" -+msgstr "Auszuführender Befehl:" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Add new alarm" -+msgstr "Neuen Alarm erstellen" -+ -+#: ../src/xfcetimer.c:776 -+msgid "Edit alarm" -+msgstr "Alarm bearbeiten" -+ -+#: ../src/xfcetimer.c:1226 -+msgid "Xfce 4 Timer Plugin" -+msgstr "Xfce-Eieruhr" -+ -+#: ../src/xfcetimer.c:1238 -+msgid "Xfce4 Timer Options" -+msgstr "Einstellungen für die Xfce-Eieruhr" -+ -+#: ../src/xfcetimer.c:1270 -+msgid "Timer name" -+msgstr "Eieruhrbezeichner" -+ -+#: ../src/xfcetimer.c:1275 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Wartezeit /\n" -+"Alarmzeit" -+ -+#: ../src/xfcetimer.c:1279 -+msgid "Alarm command" -+msgstr "Alarmbefehl" -+ -+#: ../src/xfcetimer.c:1323 -+msgid "Don't display a warning if an alarm command is set" -+msgstr "" -+"Meldungsfenster nicht anzeigen, " -+"wenn ein Alarmbefehl angegeben ist" -+ -+#: ../src/xfcetimer.c:1330 -+msgid "Repeat the alarm command:" -+msgstr "Alarmbefehl wiederholen:" -+ -+#: ../src/xfcetimer.c:1337 -+msgid "Number of repetitions" -+msgstr "Anzahl der Wiederholungen: " -+ -+#: ../src/xfcetimer.c:1343 -+msgid " Time interval (sec.)" -+msgstr "Zeitabstand (Sek.): " -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Eieruhr für die Xfce-Leiste" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4-Eieruhr" -+ -+#~ msgid "Properties" -+#~ msgstr "Eigenschaften" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/el.po xfce4-timer-plugin-0.6.1/po/el.po ---- xfce4-timer-plugin-0.6.1.orig/po/el.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/el.po 2011-03-05 20:27:26.497855742 +0100 -@@ -0,0 +1,135 @@ -+# Evaggelos Balaskas , 2009. -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-01-27 23:00+0200\n" -+"Last-Translator: Evaggelos Balaskas \n" -+"Language-Team: Greek \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"X-Generator: Lokalize 0.2\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"Τι εντολή να τρέξει" -+ -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"ή\n" -+ -+msgid " Time interval (sec.)" -+msgstr "Διαστημα ανανέωσης (δευτ.)" -+ -+msgid "%dh %dm %ds" -+msgstr "%dω %dλ %dδ" -+ -+msgid "%dh %dm %ds left" -+msgstr "%dω %dλ %dδ απέμειναν" -+ -+msgid "%dm %ds" -+msgstr "%dλ %dδ" -+ -+msgid "%dm %ds left" -+msgstr "%dλ %dδ απέμειναν" -+ -+msgid "%ds" -+msgstr "%dδ" -+ -+msgid "%ds left" -+msgstr "%dδ απέμειναν" -+ -+msgid "Add new alarm" -+msgstr "Προσθήκη νέας ειδοποίησης " -+ -+msgid "Alarm command" -+msgstr "Εντολή ειδοποίησης " -+ -+msgid "At %02d:%02d" -+msgstr "Σε %02d:%02d" -+ -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Μπιιιιιμπ! :) \n" -+"Ο χρόνος ολοκληρώθηκε!" -+ -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Περίοδος αντίστροφου χρόνου /\n" -+"Χρόνος ειδοποίησης" -+ -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Μην εμφανίσεις το παράθυρο προειδοποίησης\n" -+"εάν η εντολή ειδοποίησης έχει τεθεί" -+ -+msgid "Edit alarm" -+msgstr "Επεξεργασία ειδοποίησης " -+ -+msgid "Enter the countdown time" -+msgstr "Εισαγωγή του αντίστροφου χρόνου" -+ -+msgid "Enter the time of alarm (24h format)" -+msgstr "Εισαγωγή της ώρας της ειδοποίησης (σε 24 μορφή)" -+ -+msgid "Name" -+msgstr "Όνομα" -+ -+msgid "Number of repetitions" -+msgstr "Αριθμός επαναλήψεων" -+ -+msgid "Properties" -+msgstr "Ιδιότητες" -+ -+msgid "Repeat the alarm command:" -+msgstr "Επανάληψη της εντολής του ξυπνητήρι:" -+ -+msgid "Start timer" -+msgstr "Έναρξη χρονόμετρου " -+ -+msgid "Stop the alarm" -+msgstr "Τερματισμός ειδοποίησης " -+ -+msgid "Stop timer" -+msgstr "Τερματισμός χρονόμετρου " -+ -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Όνομα\n" -+"χρονόμετρου" -+ -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Άρθρωμα χρονόμετρου για το ταμπλό του xfce 4.4" -+ -+msgid "Xfce4 Timer" -+msgstr "Χρονόμετρο xfce4" -+ -+msgid "Xfce4 Timer Options" -+msgstr "Επιλογές χρονόμετρου xfce4" -+ -+msgid "h " -+msgstr "ώρα" -+ -+msgid "m " -+msgstr "λεπτά" -+ -+msgid "s " -+msgstr "δευτ" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/es.po xfce4-timer-plugin-0.6.1/po/es.po ---- xfce4-timer-plugin-0.6.1.orig/po/es.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/es.po 2011-03-05 20:27:26.498855697 +0100 -@@ -0,0 +1,183 @@ -+# Spanish translations for xfce4-timer-plugin package -+# Copyright (C) 2009 THE xfce4-timer-plugin'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the xfce4-timer-plugin package. -+# , 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-02-11 21:19+0100\n" -+"Last-Translator: Abel Martín \n" -+"Language-Team: Spanish\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%dh %dm %ds restantes" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%dm %ds restantes" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%ds restantes" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Biiip! :) \n" -+"¡Se acabó el tiempo!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Parar temporizador" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Iniciar temporizador" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Parar la alarma" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "A las %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Nombre" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Introduzca el tiempo de cuenta atrás" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Introduzca la hora de alarma (formato 24h)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"o\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"El comando a ejecutar" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Añadir nueva alarma" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Editar alarma" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Propiedades" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Opciones del temporizador de Xfce4" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Nombre del\n" -+"temporizador" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Periodo de cuenta atrás /\n" -+"Hora de alarma" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Comando de alarma" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"No mostrar la ventana de advertencia\n" -+"si se ha configurado un comando de alarma" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Repetir el comando de alarma:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Número de repeticiones" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " Intervalo de tiempo (seg.)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Complemento temporizador para el panel de Xfce" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4 Timer" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/gl.po xfce4-timer-plugin-0.6.1/po/gl.po ---- xfce4-timer-plugin-0.6.1.orig/po/gl.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/gl.po 2011-03-05 20:27:26.498855697 +0100 -@@ -1,19 +1,19 @@ - # Galician translation of xfce4-timer-plugin --# Copyright (C) 2008 Leandro Regueiro -+# Copyright (C) 2008-2009 Leandro Regueiro - # This file is distributed under the same license as the xfce package. --# --# Leandro Regueiro , 2008. --# -+# -+# Leandro Regueiro , 2008, 2009. -+# - # Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas - # colaborar connosco, podes atopar máis información en --# -+# - msgid "" - msgstr "" - "Project-Id-Version: PACKAGE VERSION\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2008-06-24 20:21+0100\n" --"Last-Translator: Leandro Regueiro \n" -+"PO-Revision-Date: 2009-07-15 18:13+0100\n" -+"Last-Translator: Leandro Regueiro \n" - "Language-Team: Galician \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -40,39 +40,37 @@ - "Beeep! :) \n" - "Time is up!" - msgstr "" -+"Biiiiiip! :) \n" -+"Esgotouse o tempo!" - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" --msgstr "" -+msgstr "Deter o contador" - - #: ../src/xfcetimer.c:426 - msgid "Start timer" --msgstr "" -+msgstr "Iniciar o contador" - - #: ../src/xfcetimer.c:436 - msgid "Stop the alarm" - msgstr "Deter a alarma" - --#: ../src/xfcetimer.c:482 --#: ../src/xfcetimer.c:556 -+#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 - #, c-format - msgid "%dh %dm %ds" - msgstr "%dh %dm %ds" - --#: ../src/xfcetimer.c:484 --#: ../src/xfcetimer.c:558 -+#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 - #, c-format - msgid "%dm %ds" - msgstr "%dm %ds" - --#: ../src/xfcetimer.c:486 --#: ../src/xfcetimer.c:560 -+#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 - #, c-format - msgid "%ds" - msgstr "%ds" - --#: ../src/xfcetimer.c:496 --#: ../src/xfcetimer.c:570 -+#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 - #, c-format - msgid "At %02d:%02d" - msgstr "Ás %02d:%02d" -@@ -84,11 +82,11 @@ - #. ******** - #: ../src/xfcetimer.c:627 - msgid "Enter the countdown time" --msgstr "" -+msgstr "Introducir o tempo de conta" - - #: ../src/xfcetimer.c:629 - msgid "Enter the time of alarm (24h format)" --msgstr "" -+msgstr "Introduza a hora da alarma (formato 24h)" - - #: ../src/xfcetimer.c:640 - msgid "h " -@@ -117,7 +115,7 @@ - "The command to run" - msgstr "" - "\n" --"O comando a executar" -+"A orde a executar" - - #: ../src/xfcetimer.c:699 - msgid "Add new alarm" -@@ -133,7 +131,7 @@ - - #: ../src/xfcetimer.c:1174 - msgid "Xfce4 Timer Options" --msgstr "" -+msgstr "Opcións de Xfce4 Timer" - - # Contador - #: ../src/xfcetimer.c:1205 -@@ -141,26 +139,32 @@ - "Timer\n" - "name" - msgstr "" -+"Nome do\n" -+"contador" - - #: ../src/xfcetimer.c:1210 - msgid "" - "Countdown period /\n" - "Alarm time" - msgstr "" -+"Periodo de conta/\n" -+"Tempo da alarma" - - #: ../src/xfcetimer.c:1214 - msgid "Alarm command" --msgstr "" -+msgstr "Orde de alarma" - - #: ../src/xfcetimer.c:1257 - msgid "" - "Don't display the warning window\n" - "if an alarm command is set" - msgstr "" -+"Non mostrar a xanela de advertencia\n" -+"se se definiu unha orde de alarma" - - #: ../src/xfcetimer.c:1264 - msgid "Repeat the alarm command:" --msgstr "" -+msgstr "Repetir a orde de alarma:" - - #: ../src/xfcetimer.c:1271 - msgid "Number of repetitions" -@@ -168,13 +172,12 @@ - - #: ../src/xfcetimer.c:1277 - msgid " Time interval (sec.)" --msgstr "" -+msgstr " Intervalo de tempo (seg.)" - - #: ../src/xfce4-timer.desktop.in.in.h:1 - msgid "Timer plugin for Xfce 4.4 panel" --msgstr "" -+msgstr "Engadido de contador para o panel de Xfce 4.4" - - #: ../src/xfce4-timer.desktop.in.in.h:2 - msgid "Xfce4 Timer" --msgstr "" -- -+msgstr "Xfce4 Timer" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/hu.po xfce4-timer-plugin-0.6.1/po/hu.po ---- xfce4-timer-plugin-0.6.1.orig/po/hu.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/hu.po 2011-03-05 20:27:26.499855652 +0100 -@@ -1,39 +1,45 @@ -+# Hungarian translation of xfce4-timer-plugin -+# Copyright 2009. Free Software Foundation, Inc. -+# This file is distributed under the same license as the xfce4-timer-plugin package. -+# -+# Gabor Kelemen , 2009. -+# SZERVÁC Attila - msgid "" - msgstr "" --"Project-Id-Version: xfce4-timer 0.3\n" -+"Project-Id-Version: xfce4-timer-plugin\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2006-09-03 09:51+0100\n" --"Last-Translator: SZERVÁC Attila \n" --"Language-Team: hu\n" -+"PO-Revision-Date: 2009-07-25 01:53+0200\n" -+"Last-Translator: Gabor Kelemen \n" -+"Language-Team: Hungarian \n" - "MIME-Version: 1.0\n" --"Content-Type: text/plain; charset=utf-8\n" -+"Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"X-Poedit-Language: Hungarian\n" --"X-Poedit-Country: HUNGARY\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+"X-Generator: KBabel 1.11.4\n" - - #: ../src/xfcetimer.c:100 - #, c-format - msgid "%dh %dm %ds left" --msgstr "%dó %dp %dmp van még" -+msgstr "%dó %dp %dmp van hátra" - - #: ../src/xfcetimer.c:103 - #, c-format - msgid "%dm %ds left" --msgstr "%dp %dmp van még" -+msgstr "%dp %dmp van hátra" - - #: ../src/xfcetimer.c:105 - #, c-format - msgid "%ds left" --msgstr "%dmp van még" -+msgstr "%dmp van hátra" - - #: ../src/xfcetimer.c:126 - msgid "" - "Beeep! :) \n" - "Time is up!" - msgstr "" --"Hahó! :) \n" --"Idő van!" -+"Csörrr! :)\n" -+"Letelt az idő!" - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" -@@ -65,7 +71,7 @@ - #: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 - #, c-format - msgid "At %02d:%02d" --msgstr "%02d:%02d-kor" -+msgstr "Ekkor: %02d.%02d" - - #: ../src/xfcetimer.c:619 - msgid "Name" -@@ -74,23 +80,23 @@ - #. ******** - #: ../src/xfcetimer.c:627 - msgid "Enter the countdown time" --msgstr "Állítsd be a visszaszámlálót" -+msgstr "Adja meg a visszaszámlálási időt" - - #: ../src/xfcetimer.c:629 - msgid "Enter the time of alarm (24h format)" --msgstr "Add meg e jelzés idejét (24 órás formában)" -+msgstr "Adja meg a figyelmeztetés időpontját (24 órás formátumban)" - - #: ../src/xfcetimer.c:640 - msgid "h " --msgstr "ó" -+msgstr "ó " - - #: ../src/xfcetimer.c:645 - msgid "m " --msgstr "p" -+msgstr "p " - - #: ../src/xfcetimer.c:650 - msgid "s " --msgstr "mp" -+msgstr "mp " - - #: ../src/xfcetimer.c:653 - msgid "" -@@ -111,11 +117,11 @@ - - #: ../src/xfcetimer.c:699 - msgid "Add new alarm" --msgstr "Új jelzés" -+msgstr "Új figyelmeztetés hozzáadása" - - #: ../src/xfcetimer.c:737 - msgid "Edit alarm" --msgstr "Jelzés szerkesztése" -+msgstr "Figyelmeztetés szerkesztése" - - #: ../src/xfcetimer.c:1162 - msgid "Properties" -@@ -123,7 +129,7 @@ - - #: ../src/xfcetimer.c:1174 - msgid "Xfce4 Timer Options" --msgstr "Xfce4 Időzítő opciók" -+msgstr "Xfce 4 időzítő beállításai" - - #: ../src/xfcetimer.c:1205 - msgid "" -@@ -131,15 +137,15 @@ - "name" - msgstr "" - "Időzítő\n" --"név" -+"neve" - - #: ../src/xfcetimer.c:1210 - msgid "" - "Countdown period /\n" - "Alarm time" - msgstr "" --"Visszaszámlálási idő /\n" --"Jelzés időpontja" -+"Visszaszámlálási idő/\n" -+"Figyelmeztetés ideje" - - #: ../src/xfcetimer.c:1214 - msgid "Alarm command" -@@ -150,12 +156,12 @@ - "Don't display the warning window\n" - "if an alarm command is set" - msgstr "" --"Ne mutasd a figyelmeztető ablakot\n" --"ha a figyelmeztető parancs be van állítva" -+"Ne jelenjen meg figyelmeztetés,\n" -+"ha be van állítva figyelmeztető parancs" - - #: ../src/xfcetimer.c:1264 - msgid "Repeat the alarm command:" --msgstr "Figyelmeztető parancs ismétlése:" -+msgstr "A figyelmeztető parancs ismétlése:" - - #: ../src/xfcetimer.c:1271 - msgid "Number of repetitions" -@@ -163,12 +169,15 @@ - - #: ../src/xfcetimer.c:1277 - msgid " Time interval (sec.)" --msgstr " Időköz (mp.)" -+msgstr "Időköz (mp)" - - #: ../src/xfce4-timer.desktop.in.in.h:1 - msgid "Timer plugin for Xfce 4.4 panel" --msgstr "Időzítő az Xfce 4.4 panelhez" -+msgstr "Időzítő bővítmény az Xfce 4.4 panelhez" - - #: ../src/xfce4-timer.desktop.in.in.h:2 - msgid "Xfce4 Timer" --msgstr "Xfce4 Időzítő" -+msgstr "Xfce 4 időzítő" -+ -+#~ msgid "Xfce 4 Timer Plugin" -+#~ msgstr "Xfce 4 időzítő bővítmény" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/it.po xfce4-timer-plugin-0.6.1/po/it.po ---- xfce4-timer-plugin-0.6.1.orig/po/it.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/it.po 2011-03-05 20:27:26.499855652 +0100 -@@ -0,0 +1,187 @@ -+# Italian translation of xfce4-timer-plugin. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the xfce4-timer-plugin package. -+# Cristian Marchi , 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-02-01 19:33+0100\n" -+"Last-Translator: Cristian Marchi \n" -+"Language-Team: Italian \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+# GLOSSARIO -+# left = mancare -+# timer = sveglia -+ -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "Mancano %dore %dminuti %dsecondi" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "Mancano %dminuti %dsecondi" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "Mancano %dsecondi" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Driiin! :) \n" -+"Il tempo è scaduto!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Interrompi la sveglia" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Avvia la sveglia" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Interrompi la sveglia" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "Alle %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Nome" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Inserire la durata del conto alla rovescia" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Inserire l'ora della sveglia (nel formato a 24 ore)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"o\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"Il comando da eseguire" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Aggiungi una nuova sveglia" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Modifica sveglia" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Proprietà" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Opzioni della sveglia di Xfce4" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Nome\n" -+"sveglia" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Durata del conto alla rovescia/\n" -+"ora della sveglia." -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Comando di sveglia" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Non visualizzare la finestra di avviso\n" -+"se è impostato un comando di sveglia" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Ripeti il comando di sveglia:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Numero di ripetizioni" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " Intervallo di tempo (sec.)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Plugin della sveglia per il pannello di Xfce 4.4" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Sveglia di Xfce4" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ja.po xfce4-timer-plugin-0.6.1/po/ja.po ---- xfce4-timer-plugin-0.6.1.orig/po/ja.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ja.po 2011-03-05 20:27:26.499855652 +0100 -@@ -1,4 +1,4 @@ --# $Id: ja.po 5552 2008-10-10 07:34:54Z maximilian $ -+# $Id$ - # - # Japanese translations for xfce4-timer package. - # Copyright (C) 2005 Kemal Ilgar Eroglu. -@@ -39,8 +39,8 @@ - "Beeep! :) \n" - "Time is up!" - msgstr "" --"ビーー! :) \n" --"時間です!" -+"ビーー! :) \n" -+"時間です!" - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/LINGUAS xfce4-timer-plugin-0.6.1/po/LINGUAS ---- xfce4-timer-plugin-0.6.1.orig/po/LINGUAS 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/LINGUAS 2011-03-05 20:38:30.820079080 +0100 -@@ -1,2 +1,2 @@ - # set of available languages (in alphabetic order) --ar cs da en_GB eu fr gl hu lv id ja pl pt_BR pt_PT ru tr uk ur -+ar ast ca cs da de el en_GB es eu fr gl hu id it ja lv pl pt_BR pt pt_PT ru sk sq sv tr ug uk ur_PK ur zh_CN -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/pl.po xfce4-timer-plugin-0.6.1/po/pl.po ---- xfce4-timer-plugin-0.6.1.orig/po/pl.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/pl.po 2011-03-05 20:27:26.499855652 +0100 -@@ -1,43 +1,42 @@ - # Polish translations for xfce4-timer package. - # Copyright (C) 2005 Kemal Ilgar Eroglu. --# This file is distributed under the same license as --# the xfce4-timer package. -+# This file is distributed under the same license as the xfce4-timer package. - # Piotr Maliński , 2006. -+# Piotr Sokół , 2009. - # - msgid "" - msgstr "" --"Project-Id-Version: xfce4-timer 0.3\n" -+"Project-Id-Version: xfce4-timer-plugin 0.6.1\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2006-04-08 13:21+0900\n" --"Last-Translator: Piotr Maliński \n" --"Language-Team: Polish \n" -+"PO-Revision-Date: 2009-03-24 11:05+0100\n" -+"Last-Translator: Piotr Sokół \n" -+"Language-Team: Polish\n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" -+"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2));\n" - - #: ../src/xfcetimer.c:100 - #, c-format - msgid "%dh %dm %ds left" --msgstr "%dh %dm %ds pozostało" -+msgstr "Pozostało %d godz %d min %d s" - - #: ../src/xfcetimer.c:103 - #, c-format - msgid "%dm %ds left" --msgstr "%dm %ds pozostało" -+msgstr "Pozostało %d min %d s" - - #: ../src/xfcetimer.c:105 - #, c-format - msgid "%ds left" --msgstr "%ds pozostało" -+msgstr "Pozostało %d s" - - #: ../src/xfcetimer.c:126 - msgid "" - "Beeep! :) \n" - "Time is up!" --msgstr "" --"Beeep! :) \n" --"Czas się skończył!" -+msgstr "Czas upłynął!" - - #: ../src/xfcetimer.c:424 - msgid "Stop timer" -@@ -51,46 +50,50 @@ - msgid "Stop the alarm" - msgstr "Zatrzymaj alarm" - --#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 - #, c-format - msgid "%dh %dm %ds" --msgstr "%dh %dm %ds" -+msgstr "%d godz %d min %d s" - --#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 - #, c-format - msgid "%dm %ds" --msgstr "%dm %ds" -+msgstr "%d min %d s" - --#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 - #, c-format - msgid "%ds" --msgstr "%ds" -+msgstr "%d s" - --#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 - #, c-format - msgid "At %02d:%02d" --msgstr "O %02d:%02d" -+msgstr "%02d:%02d" - - #: ../src/xfcetimer.c:619 - msgid "Name" --msgstr "Nazwa" -+msgstr "Nazwa:" - - #. ******** - #: ../src/xfcetimer.c:627 - msgid "Enter the countdown time" --msgstr "Podaj czas odliczania" -+msgstr "Czas odliczania" - - #: ../src/xfcetimer.c:629 - msgid "Enter the time of alarm (24h format)" --msgstr "Podaj czas alarmu (24h format)" -+msgstr "Godzina alarmu (format 24-godzinny)" - - #: ../src/xfcetimer.c:640 - msgid "h " --msgstr "g " -+msgstr "godz. " - - #: ../src/xfcetimer.c:645 - msgid "m " --msgstr "m " -+msgstr "min " - - #: ../src/xfcetimer.c:650 - msgid "s " -@@ -100,9 +103,7 @@ - msgid "" - "\n" - "or\n" --msgstr "" --"\n" --"lub\n" -+msgstr "\n" - - #. ************** - #: ../src/xfcetimer.c:673 -@@ -111,63 +112,57 @@ - "The command to run" - msgstr "" - "\n" --"Polecenie do wykonania" -+"Polecenie:" - - #: ../src/xfcetimer.c:699 - msgid "Add new alarm" --msgstr "Dodaj nowy alarm" -+msgstr "Dodawanie alarmu" - - #: ../src/xfcetimer.c:737 - msgid "Edit alarm" --msgstr "Edytuj alarm" -+msgstr "Edycja alarmu" - - #: ../src/xfcetimer.c:1162 - msgid "Properties" --msgstr "Właściwości" -+msgstr "Stoper" - - #: ../src/xfcetimer.c:1174 - msgid "Xfce4 Timer Options" --msgstr "Opcje stopera Xfce4" -+msgstr "Stoper" - - #: ../src/xfcetimer.c:1205 - msgid "" - "Timer\n" - "name" --msgstr "" --"Stoper\n" --"nazwa" -+msgstr "Nazwa" - - #: ../src/xfcetimer.c:1210 - msgid "" - "Countdown period /\n" - "Alarm time" --msgstr "" --"Czas odliczania /\n" --"Czas alarmu" -+msgstr "Czas odliczania / godzina alarmu" - - #: ../src/xfcetimer.c:1214 - msgid "Alarm command" --msgstr "Polecenie alarmu" -+msgstr "Polecenie" - - #: ../src/xfcetimer.c:1257 - msgid "" - "Don't display the warning window\n" - "if an alarm command is set" --msgstr "" --"Nie wyświetlaj okna ostrzeżenia\n" --"gdy polecenie alarmu jest wykonywane" -+msgstr "Brak ostrzeżenia jeśli wprowadzono polecenie alarmu" - - #: ../src/xfcetimer.c:1264 - msgid "Repeat the alarm command:" --msgstr "Powtarzaj komendę alarmu:" -+msgstr "Powtarzanie polecenia alarmu" - - #: ../src/xfcetimer.c:1271 - msgid "Number of repetitions" --msgstr "Liczba powtórzeń" -+msgstr "Ilość powtórzeń: " - - #: ../src/xfcetimer.c:1277 - msgid " Time interval (sec.)" --msgstr " Interwał (sek.)" -+msgstr " Interwał (s): " - - #: ../src/xfce4-timer.desktop.in.in.h:1 - msgid "Timer plugin for Xfce 4.4 panel" -@@ -175,4 +170,5 @@ - - #: ../src/xfce4-timer.desktop.in.in.h:2 - msgid "Xfce4 Timer" --msgstr "Xfce4 Stoper" -+msgstr "Stoper" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/pt.po xfce4-timer-plugin-0.6.1/po/pt.po ---- xfce4-timer-plugin-0.6.1.orig/po/pt.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/pt.po 2011-03-05 20:27:26.499855652 +0100 -@@ -0,0 +1,177 @@ -+# European Portuguese translation for the xfce4-timer-plugin. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the PACKAGE package. -+# Nuno Miguel , 2007. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: \n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2007-07-04 16:06+0100\n" -+"Last-Translator: Nuno Miguel \n" -+"Language-Team: \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "faltam %dh %dm %ds" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "faltam %dm %ds" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "faltam %ds" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Beeep! :)\n" -+"Acabou o tempo!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Parar temporizador" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Iniciar temporizador" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Parar o alarme" -+ -+#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "Em %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Nome" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Coloque o tempo de contagem" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Coloque a hora do alarme (formato 24h)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h" -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m" -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s" -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"ou\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"O comando a executar" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Adicionar novo alarme" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Editar alarme" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Propriedades" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Opções do temporizador Xfce4" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Nome\n" -+"do temporizador" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Período de contagem /\n" -+"Hora do alarme" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Comando do alarme" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Não mostrar a janela de aviso\n" -+"se um comando de alarme estiver definido" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Repita o comando de alarme:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Número de repetições" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr "Intervalo de tempo (sec.)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "\"Plug-in\" para painel Xfce 4.4" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4 Timer" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ru.po xfce4-timer-plugin-0.6.1/po/ru.po ---- xfce4-timer-plugin-0.6.1.orig/po/ru.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ru.po 2011-03-05 20:27:26.500855607 +0100 -@@ -3,14 +3,14 @@ - # This file is distributed under the same license as - # the xfce4-timer package. - # Andrey Fedoseev , 2006. --# -+# - msgid "" - msgstr "" - "Project-Id-Version: xfce4-timer 0.3\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2006-04-09 17:18+0600\n" --"Last-Translator: Andrey Fedoseev \n" -+"PO-Revision-Date: 2010-03-01 11:17+0200\n" -+"Last-Translator: Dima Smirnov \n" - "Language-Team: Russian \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" -@@ -36,7 +36,7 @@ - "Beeep! :) \n" - "Time is up!" - msgstr "" --"Всеее! :) \n" -+"Бииип! :) \n" - "Время вышло!" - - #: ../src/xfcetimer.c:424 -@@ -48,7 +48,6 @@ - msgstr "Запустить таймер" - - #: ../src/xfcetimer.c:436 --#, fuzzy - msgid "Stop the alarm" - msgstr "Остановить таймер" - -@@ -134,7 +133,9 @@ - msgid "" - "Timer\n" - "name" --msgstr "Название" -+msgstr "" -+"Таймер\n" -+"Название" - - #: ../src/xfcetimer.c:1210 - msgid "" -@@ -157,17 +158,16 @@ - "если задана команда" - - #: ../src/xfcetimer.c:1264 --#, fuzzy - msgid "Repeat the alarm command:" --msgstr "Команда" -+msgstr "Команда повторения таймера:" - - #: ../src/xfcetimer.c:1271 - msgid "Number of repetitions" --msgstr "" -+msgstr "Количество проверок" - - #: ../src/xfcetimer.c:1277 - msgid " Time interval (sec.)" --msgstr "" -+msgstr "Интервал (сек.)" - - #: ../src/xfce4-timer.desktop.in.in.h:1 - msgid "Timer plugin for Xfce 4.4 panel" -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/sk.po xfce4-timer-plugin-0.6.1/po/sk.po ---- xfce4-timer-plugin-0.6.1.orig/po/sk.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/sk.po 2011-03-05 20:27:26.500855607 +0100 -@@ -0,0 +1,182 @@ -+# Slovak translations for xfce4-timer package. -+# Copyright (C) 2006 THE xfce4-timer's COPYRIGHT HOLDER -+# This file is distributed under the same license as the xfce4-timer package. -+# Robert Hartl , 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin-0.6.1\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-08-17 16:14+0100\n" -+"Last-Translator: Robert Hartl \n" -+"Language-Team: slovak \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%dh %dm %ds zostáva" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%dm %ds zostáva" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%ds zostáva" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Pííííp! :) \n" -+"Čas vypršal!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Zastaviť časovač" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Spustiť časovač" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Zastaviť alarm" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "Od %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Názov" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Zadajte čas pre odpočítavanie" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Zadajte čas alarmu (v 24 hodinovej forme)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"alebo\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"Príkaz na spustenie" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Pridať nový časovač" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Upraviť časovač" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Vlastnosti" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Voľby Časovača Xfce4" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Názov\n" -+"časovača" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Interval odpočtu /\n" -+"Čas alarmu" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Príkaz alarmu" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Nezobrazovať okno s varovaním\n" -+"pokiaľ je príkaz alarmu nastavený" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Opakovať príkaz alarmu:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Počet opakovaní" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " Časový interval (s)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Zásuvný modul Časovač pre panel Xfce 4.4" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Časovač Xfce4" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/sv.po xfce4-timer-plugin-0.6.1/po/sv.po ---- xfce4-timer-plugin-0.6.1.orig/po/sv.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/sv.po 2011-03-05 20:27:26.500855607 +0100 -@@ -0,0 +1,185 @@ -+# Swedish translation for xfce4-timer-plugin. -+# Copyright (C) 2008, 2009 Free Software Foundation, Inc. -+# This file is distributed under the same license as the xfce4-timer-plugin package. -+# Daniel Nylander , 2008, 2009. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-12-16 17:35+0100\n" -+"Last-Translator: Daniel Nylander \n" -+"Language-Team: Swedish \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%dh %dm %ds kvar" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%dm %ds kvar" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%ds kvar" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"Piiiiip! :) \n" -+"Det är dags nu!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "Stoppa tidtagare" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "Starta tidtagare" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "Stoppa alarmet" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "Klockan %02d.%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "Namn" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "Ange nedräkningstiden" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "Ange tid för alarmet (24-timmarsformat)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"eller\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"Kommandot att köra" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "Lägg till nytt alarm" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "Redigera alarm" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "Egenskaper" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Alternativ för Xfce4-tidtagare" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"Tidtagar-\n" -+"namn" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"Nedräkningsperiod /\n" -+"Alarmtid" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "Alarmkommando" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"Visa inte en varning om\n" -+"ett alarmkommando är inställt" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "Upprepa alarmkommandot:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "Antal upprepningar" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " Tidsintervall (s)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Tidtagare för Xfce 4.4-panelen" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4-tidtagare" -+ -+#~ msgid "Xfce 4 Timer Plugin" -+#~ msgstr "Xfce 4-tidtagare" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ug.po xfce4-timer-plugin-0.6.1/po/ug.po ---- xfce4-timer-plugin-0.6.1.orig/po/ug.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ug.po 2011-03-05 20:27:26.500855607 +0100 -@@ -0,0 +1,177 @@ -+# Uyghur translations for xfce4-timer package. -+# Copyright (C) 2005 Kemal Ilgar Eroglu. -+# This file is distributed under the same license as -+# the xfce4-timer package. -+# Gheyret T.Kenji , 2010. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer 0.3\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2008-10-10 03:36+0900\n" -+"Last-Translator: Gheyret T.Kenji \n" -+"Language-Team: Uyghur Computer Science Association \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%d سائەت%d مىنۇت %dسېكۇنت قالدى" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%d مىنۇت %dسېكۇنت قالدى" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%dسېكۇنت قالدى" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "تىرىڭ :) \n" -+"ۋاقىت توشتى" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "timer توختات" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "timer باشلا" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "قوڭغۇراقنى توختات" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dسائەت %dمىنۇت %dسېكۇنت" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dمىنۇت %dسېكۇنت" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%dسېكۇنت" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "%02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "ئاتى" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "تەتۈر ساناش ۋاقتىنى كىرگۈزۈڭ" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "قوڭغۇراق چېلىش ۋاقتىنى كىرگۈزۈڭ (24時間制)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "h " -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "m " -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "s " -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "\n" -+"ياكى\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "\n" -+"ئىجرا بولىدىغان بۇيرۇق" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "يېڭى قوڭغۇراق قوش" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "قوڭغۇراق تەھرىرلە" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "خاسلىق" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Xfce4 Timer تاللانمىسى" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "Timer\n" -+"ئاتى" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "تەتۈر ساناش ۋاقتى/\n" -+"قوڭغۇراق ۋاقتى" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "قوڭغۇراق بۇيرۇقى" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "قوڭغۇراق بۇيرۇقى بېكىتىلسە\n" -+"ئاگاھلاندۇرۇش كۆزنىكى چىقمىسۇن" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "قوڭغۇراق بۇيرۇقى تەكرارلانسۇن:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "تەكرارلىنىش ۋاقتى" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " ۋاقىت ئىنتېرۋالى(سېكۇنت.)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Xfce 4.4 نىڭ Timer قىستۇرمىسى" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4 Timer" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ur_PK.po xfce4-timer-plugin-0.6.1/po/ur_PK.po ---- xfce4-timer-plugin-0.6.1.orig/po/ur_PK.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ur_PK.po 2011-03-05 20:27:26.500855607 +0100 -@@ -0,0 +1,186 @@ -+# SOME DESCRIPTIVE TITLE. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the PACKAGE package. -+# FIRST AUTHOR , YEAR. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce4-timer\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2009-05-14 03:24+0500\n" -+"Last-Translator: Muhammad Ali Makki \n" -+"Language-Team: Urdu \n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=utf-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"X-Poedit-Language: Urdu\n" -+"X-Poedit-Country: PAKISTAN\n" -+"X-Poedit-SourceCharset: utf-8\n" -+"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "%dh %dm %ds باقی ہے" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "%dm %ds باقی ہے" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "%ds باقی ہے" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"بیپ! :) \n" -+"وقت پورا ہوگیا!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "ٹائمر روکیں" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "ٹائمر شروع کریں" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "الارم بند کریں" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%dh %dm %ds" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%dm %ds" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%ds" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "پر %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "نام" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "تنزلی وقت لکھیں" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "الارم کا وقت لکھیں (24گ فارمیٹ)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "گ" -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "م" -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "س" -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"or\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"چلانے کے لیے کمانڈ" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "نیا الارم شامل کریں" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "الارم مدون کریں" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "خصوصیات" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "ایکسفس4 الارم اختیارات" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"ٹائمر\n" -+"نام" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"تنزلی مدت /\n" -+"الارم وقت" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "الارم کمانڈ" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"اگر الارم کمانڈ مرتب ہو یہ\n" -+"انتباہی ونڈو ظاہر مت کریں" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "الارم کمانڈ دہرائیں:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "تکرار کی تعداد" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " وقت وقفہ (سیکنڈ)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "ٹائمر پلگ ان برائے ایکسفس 4.4 پینل" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "ایکسفس4 ٹائمر" -+ -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/ur.po xfce4-timer-plugin-0.6.1/po/ur.po ---- xfce4-timer-plugin-0.6.1.orig/po/ur.po 2008-11-20 21:45:22.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/ur.po 2011-03-05 20:27:26.500855607 +0100 -@@ -8,8 +8,8 @@ - "Project-Id-Version: xfce4-timer\n" - "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2006-09-10 21:29+0200\n" --"PO-Revision-Date: 2007-10-27 17:20+0500\n" --"Last-Translator: Muhammad Ali Makki \n" -+"PO-Revision-Date: 2009-05-14 03:24+0500\n" -+"Last-Translator: Muhammad Ali Makki \n" - "Language-Team: Urdu \n" - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=utf-8\n" -@@ -17,6 +17,7 @@ - "X-Poedit-Language: Urdu\n" - "X-Poedit-Country: PAKISTAN\n" - "X-Poedit-SourceCharset: utf-8\n" -+"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" - - #: ../src/xfcetimer.c:100 - #, c-format -diff -Nur xfce4-timer-plugin-0.6.1.orig/po/zh_CN.po xfce4-timer-plugin-0.6.1/po/zh_CN.po ---- xfce4-timer-plugin-0.6.1.orig/po/zh_CN.po 1970-01-01 01:00:00.000000000 +0100 -+++ xfce4-timer-plugin-0.6.1/po/zh_CN.po 2011-03-05 20:27:26.500855607 +0100 -@@ -0,0 +1,182 @@ -+# Chinese translations for xfce package. -+# Copyright (C) 2008 THE xfce'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the xfce package. -+# Hunt Xu ", 2008. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: xfce 4-timer-plugin\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2006-09-10 21:29+0200\n" -+"PO-Revision-Date: 2008-12-06 16:53+0800\n" -+"Last-Translator: Hunt Xu \n" -+"Language-Team: Chinese (simplified)\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+ -+#: ../src/xfcetimer.c:100 -+#, c-format -+msgid "%dh %dm %ds left" -+msgstr "剩余 %d 小时 %d 分 %d 秒" -+ -+#: ../src/xfcetimer.c:103 -+#, c-format -+msgid "%dm %ds left" -+msgstr "剩余 %d 分 %d 秒" -+ -+#: ../src/xfcetimer.c:105 -+#, c-format -+msgid "%ds left" -+msgstr "剩余 %d 秒" -+ -+#: ../src/xfcetimer.c:126 -+msgid "" -+"Beeep! :) \n" -+"Time is up!" -+msgstr "" -+"铃铃铃~~~\n" -+"时间到!" -+ -+#: ../src/xfcetimer.c:424 -+msgid "Stop timer" -+msgstr "停止定时器" -+ -+#: ../src/xfcetimer.c:426 -+msgid "Start timer" -+msgstr "启动定时器" -+ -+#: ../src/xfcetimer.c:436 -+msgid "Stop the alarm" -+msgstr "停止提示" -+ -+#: ../src/xfcetimer.c:482 -+#: ../src/xfcetimer.c:556 -+#, c-format -+msgid "%dh %dm %ds" -+msgstr "%d 时 %d 分 %d 秒" -+ -+#: ../src/xfcetimer.c:484 -+#: ../src/xfcetimer.c:558 -+#, c-format -+msgid "%dm %ds" -+msgstr "%d 分 %d 秒" -+ -+#: ../src/xfcetimer.c:486 -+#: ../src/xfcetimer.c:560 -+#, c-format -+msgid "%ds" -+msgstr "%d 秒" -+ -+#: ../src/xfcetimer.c:496 -+#: ../src/xfcetimer.c:570 -+#, c-format -+msgid "At %02d:%02d" -+msgstr "在 %02d:%02d" -+ -+#: ../src/xfcetimer.c:619 -+msgid "Name" -+msgstr "名称" -+ -+#. ******** -+#: ../src/xfcetimer.c:627 -+msgid "Enter the countdown time" -+msgstr "输入倒计时时间" -+ -+#: ../src/xfcetimer.c:629 -+msgid "Enter the time of alarm (24h format)" -+msgstr "输入提示时间(24小时制)" -+ -+#: ../src/xfcetimer.c:640 -+msgid "h " -+msgstr "时" -+ -+#: ../src/xfcetimer.c:645 -+msgid "m " -+msgstr "分" -+ -+#: ../src/xfcetimer.c:650 -+msgid "s " -+msgstr "秒" -+ -+#: ../src/xfcetimer.c:653 -+msgid "" -+"\n" -+"or\n" -+msgstr "" -+"\n" -+"或\n" -+ -+#. ************** -+#: ../src/xfcetimer.c:673 -+msgid "" -+"\n" -+"The command to run" -+msgstr "" -+"\n" -+"要运行的命令" -+ -+#: ../src/xfcetimer.c:699 -+msgid "Add new alarm" -+msgstr "添加新提示" -+ -+#: ../src/xfcetimer.c:737 -+msgid "Edit alarm" -+msgstr "修改提示" -+ -+#: ../src/xfcetimer.c:1162 -+msgid "Properties" -+msgstr "首选项" -+ -+#: ../src/xfcetimer.c:1174 -+msgid "Xfce4 Timer Options" -+msgstr "Xfce4 定时器选项" -+ -+#: ../src/xfcetimer.c:1205 -+msgid "" -+"Timer\n" -+"name" -+msgstr "" -+"定时器\n" -+"名称" -+ -+#: ../src/xfcetimer.c:1210 -+msgid "" -+"Countdown period /\n" -+"Alarm time" -+msgstr "" -+"倒计时 /\n" -+"提示时间" -+ -+#: ../src/xfcetimer.c:1214 -+msgid "Alarm command" -+msgstr "提示命令" -+ -+#: ../src/xfcetimer.c:1257 -+msgid "" -+"Don't display the warning window\n" -+"if an alarm command is set" -+msgstr "" -+"如果已设置提示命令\n" -+"则不显示警告窗口" -+ -+#: ../src/xfcetimer.c:1264 -+msgid "Repeat the alarm command:" -+msgstr "重复提示命令:" -+ -+#: ../src/xfcetimer.c:1271 -+msgid "Number of repetitions" -+msgstr "重复次数" -+ -+#: ../src/xfcetimer.c:1277 -+msgid " Time interval (sec.)" -+msgstr " 时间间隔(秒)" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:1 -+msgid "Timer plugin for Xfce 4.4 panel" -+msgstr "Xfce 面板的定时器插件" -+ -+#: ../src/xfce4-timer.desktop.in.in.h:2 -+msgid "Xfce4 Timer" -+msgstr "Xfce4 定时器" -+ diff --git a/xfce4-timer-plugin-1.6.0-format-string.patch b/xfce4-timer-plugin-1.6.0-format-string.patch new file mode 100644 index 0000000..ecd4476 --- /dev/null +++ b/xfce4-timer-plugin-1.6.0-format-string.patch @@ -0,0 +1,12 @@ +diff -Nur xfce4-timer-plugin-1.6.0/src/xfcetimer.c xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c +--- xfce4-timer-plugin-1.6.0/src/xfcetimer.c 2015-03-29 07:53:22.426521717 -0600 ++++ xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c 2015-03-29 07:51:50.913218434 -0600 +@@ -192,7 +192,7 @@ + + dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, + GTK_MESSAGE_WARNING, +- GTK_BUTTONS_NONE, dialog_message); ++ GTK_BUTTONS_NONE, "%s", dialog_message); + + gtk_window_set_title ((GtkWindow *) dialog, dialog_title); + diff --git a/xfce4-timer-plugin-1.6.0-improve-timer.patch b/xfce4-timer-plugin-1.6.0-improve-timer.patch new file mode 100644 index 0000000..3adadb8 --- /dev/null +++ b/xfce4-timer-plugin-1.6.0-improve-timer.patch @@ -0,0 +1,12 @@ +diff -Nur xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c xfce4-timer-plugin-1.6.0/src/xfcetimer.c +--- xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c 2014-06-04 16:31:03.000000000 -0600 ++++ xfce4-timer-plugin-1.6.0/src/xfcetimer.c 2015-03-10 12:32:18.632908585 -0600 +@@ -167,6 +167,8 @@ + } + + /* Countdown is over, stop timer and free resources */ ++ g_snprintf(tiptext,31,_("%ds left"),0); ++ gtk_tooltips_set_tip(pd->tip,GTK_WIDGET(pd->base),tiptext,NULL); + + if(pd->timer) + g_timer_destroy(pd->timer); diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1193586..54f9558 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,22 +1,23 @@ +%global minorver 1.6 + Name: xfce4-timer-plugin -Version: 0.6.1 -Release: 17%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 -# http://git.xfce.org/panel-plugins/xfce4-timer-plugin/commit/?id=03ff202f818fe3f075a6c864ab688b57b1bb1cb4 -# fixes https://bugzilla.redhat.com/show_bug.cgi?id=682458 -Patch0: xfce4-timer-plugin-0.6.1-fix-segfault-when-creating-plugin-in-4.8-panel.patch -# contains all translations from -# http://translations.xfce.org/projects/p/xfce4-timer-plugin/c/master/ -# as of 2011-03-05 -Patch1: xfce4-timer-plugin-0.6.1-update-translations.patch +Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 + +# Improve the timer countdown +Patch0: xfce4-timer-plugin-1.6.0-improve-timer.patch +# Fix compile with format-strings +# https://bugzilla.xfce.org/show_bug.cgi?id=10110 +Patch1: xfce4-timer-plugin-1.6.0-format-string.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0 +BuildRequires: xfce4-panel-devel >= 4.3.20, libxfce4ui-devel >= 4.3.0 BuildRequires: libxml2-devel, gettext, intltool, perl(XML::Parser) Requires: xfce4-panel >= 4.4.0 @@ -27,9 +28,9 @@ certain times. %prep %setup -q -%patch0 -p1 -b .fix-segfault -%patch1 -p1 -b .update-translations +%patch0 -p1 +%patch1 -p1 %build %configure --disable-static @@ -51,9 +52,12 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/xfce4-timer %{_datadir}/xfce4/panel-plugins/*.desktop - +%{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 +- Update to 1.6.0 now using libxfce4ui + * Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 - Rebuild for Xfce 4.12 From 318f46f833d93d4cd5de2954df30753b5e0c2ea2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 03:58:57 +0000 Subject: [PATCH 24/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 54f9558..dee5939 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 - Update to 1.6.0 now using libxfce4ui From abc4b62e6c54045393d79eade2926a379a2f569b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:28:40 +0000 Subject: [PATCH 25/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index dee5939..8532cd4 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 0cae57168c335bdde2a05ddef277f20b216ca508 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:50:20 +0000 Subject: [PATCH 26/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 8532cd4..8453bf2 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From c26889f9507aebc531a046407d3f664da3683a66 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:05:50 +0000 Subject: [PATCH 27/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 8453bf2..6017f61 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From b7ef0fc1d78a513844aaee6f3b3cb6e9fbf8c6a7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:41:25 +0000 Subject: [PATCH 28/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 6017f61..d87ce87 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 67794f69b244ae31183edad857a1c30aff6c91c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:37:08 +0000 Subject: [PATCH 29/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index d87ce87..1f933c4 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ Name: xfce4-timer-plugin Version: 1.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From bd4d694c69364117ffbe2d90a3b0b54714f8a80f Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sat, 10 Feb 2018 18:52:57 -0200 Subject: [PATCH 30/61] spec cleanup --- xfce4-timer-plugin.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1f933c4..ea5f475 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -15,7 +15,6 @@ Patch0: xfce4-timer-plugin-1.6.0-improve-timer.patch # Fix compile with format-strings # https://bugzilla.xfce.org/show_bug.cgi?id=10110 Patch1: xfce4-timer-plugin-1.6.0-format-string.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfce4ui-devel >= 4.3.0 BuildRequires: libxml2-devel, gettext, intltool, perl(XML::Parser) @@ -38,17 +37,11 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - - %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/xfce4-timer %{_datadir}/xfce4/panel-plugins/*.desktop From 1f251cdae528604fe2a3caa172b18ffc6c203f49 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sat, 10 Feb 2018 18:58:58 -0200 Subject: [PATCH 31/61] - Bump to 1.7.0, drop unneeded patches, spec cleanup --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin-1.6.0-format-string.patch | 12 ------ xfce4-timer-plugin-1.6.0-improve-timer.patch | 12 ------ xfce4-timer-plugin.spec | 42 ++++++++++---------- 5 files changed, 22 insertions(+), 47 deletions(-) delete mode 100644 xfce4-timer-plugin-1.6.0-format-string.patch delete mode 100644 xfce4-timer-plugin-1.6.0-improve-timer.patch diff --git a/.gitignore b/.gitignore index 0311843..b1c71b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.6.0.tar.bz2 +/xfce4-timer-plugin-1.7.0.tar.bz2 diff --git a/sources b/sources index 9b9118d..5409489 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3be2a4ccfb2af20441b1d25c2cea5f28 xfce4-timer-plugin-1.6.0.tar.bz2 +SHA512 (xfce4-timer-plugin-1.7.0.tar.bz2) = b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e diff --git a/xfce4-timer-plugin-1.6.0-format-string.patch b/xfce4-timer-plugin-1.6.0-format-string.patch deleted file mode 100644 index ecd4476..0000000 --- a/xfce4-timer-plugin-1.6.0-format-string.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur xfce4-timer-plugin-1.6.0/src/xfcetimer.c xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c ---- xfce4-timer-plugin-1.6.0/src/xfcetimer.c 2015-03-29 07:53:22.426521717 -0600 -+++ xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c 2015-03-29 07:51:50.913218434 -0600 -@@ -192,7 +192,7 @@ - - dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, - GTK_MESSAGE_WARNING, -- GTK_BUTTONS_NONE, dialog_message); -+ GTK_BUTTONS_NONE, "%s", dialog_message); - - gtk_window_set_title ((GtkWindow *) dialog, dialog_title); - diff --git a/xfce4-timer-plugin-1.6.0-improve-timer.patch b/xfce4-timer-plugin-1.6.0-improve-timer.patch deleted file mode 100644 index 3adadb8..0000000 --- a/xfce4-timer-plugin-1.6.0-improve-timer.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c xfce4-timer-plugin-1.6.0/src/xfcetimer.c ---- xfce4-timer-plugin-1.6.0.orig/src/xfcetimer.c 2014-06-04 16:31:03.000000000 -0600 -+++ xfce4-timer-plugin-1.6.0/src/xfcetimer.c 2015-03-10 12:32:18.632908585 -0600 -@@ -167,6 +167,8 @@ - } - - /* Countdown is over, stop timer and free resources */ -+ g_snprintf(tiptext,31,_("%ds left"),0); -+ gtk_tooltips_set_tip(pd->tip,GTK_WIDGET(pd->base),tiptext,NULL); - - if(pd->timer) - g_timer_destroy(pd->timer); diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index ea5f475..87e1cb3 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,24 +1,21 @@ -%global minorver 1.6 +%global minorver 1.7 +%global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.6.0 -Release: 7%{?dist} +Version: 1.7.0 +Release: 1%{?dist} Summary: Timer for the Xfce panel - Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 - -# Improve the timer countdown -Patch0: xfce4-timer-plugin-1.6.0-improve-timer.patch -# Fix compile with format-strings -# https://bugzilla.xfce.org/show_bug.cgi?id=10110 -Patch1: xfce4-timer-plugin-1.6.0-format-string.patch - -BuildRequires: xfce4-panel-devel >= 4.3.20, libxfce4ui-devel >= 4.3.0 -BuildRequires: libxml2-devel, gettext, intltool, perl(XML::Parser) -Requires: xfce4-panel >= 4.4.0 +BuildRequires: xfce4-panel-devel +BuildRequires: libxfce4ui-devel +BuildRequires: libxml2-devel +BuildRequires: gettext +BuildRequires: intltool +BuildRequires: perl(XML::Parser) +Requires: xfce4-panel %description A timer for the Xfce panel. It supports countdown periods and alarms at @@ -26,10 +23,7 @@ certain times. %prep -%setup -q - -%patch0 -p1 -%patch1 -p1 +%autosetup %build %configure --disable-static @@ -42,12 +36,16 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -f %{name}.lang -%doc AUTHORS COPYING ChangeLog README TODO -%{_libexecdir}/xfce4/panel-plugins/xfce4-timer -%{_datadir}/xfce4/panel-plugins/*.desktop -%{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png +%doc AUTHORS ChangeLog README TODO +%license COPYING +%{_libdir}/xfce4/panel/plugins/libxfcetimer* +%{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop +%{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 +- Bump to 1.7.0, drop unneeded patches, spec cleanup + * Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From c613201cd1dcc45c737663d5e6fd13f9269ed473 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:53 +0200 Subject: [PATCH 32/61] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xfce4-timer-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 87e1cb3..644fe1a 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -9,6 +9,7 @@ Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +BuildRequires: gcc BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel BuildRequires: libxml2-devel From fd58e1bcaf31b875e3481e94c9f879225e90e282 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:17:02 +0000 Subject: [PATCH 33/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 644fe1a..1125562 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ @@ -44,6 +44,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 - Bump to 1.7.0, drop unneeded patches, spec cleanup From 38957ea330b672dfdd0280e944ecd9a5ca61706d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 20:32:50 -0400 Subject: [PATCH 34/61] Rebuilt (xfce 4.13) --- xfce4-timer-plugin.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1125562..a05a9be 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,19 +3,21 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 2%{?dist} +Release: 20%{?dist} Summary: Timer for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 -BuildRequires: gcc + +BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel BuildRequires: libxml2-devel BuildRequires: gettext BuildRequires: intltool BuildRequires: perl(XML::Parser) + Requires: xfce4-panel %description @@ -28,11 +30,12 @@ certain times. %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install + %find_lang %{name} @@ -44,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 +- Rebuilt (xfce 4.13) + * Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b464a233bdaa0f7140fc9335cfba4457f13ee3b5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 35/61] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfce4-timer-plugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index a05a9be..af845b7 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -5,7 +5,6 @@ Name: xfce4-timer-plugin Version: 1.7.0 Release: 20%{?dist} Summary: Timer for the Xfce panel -Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 From bb63f7853f083ca9b1fae771641c57c2e004ba02 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:23:16 +0000 Subject: [PATCH 36/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index af845b7..ce6e057 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 - Rebuilt (xfce 4.13) From ba471fbf68721b25ff0bff5e2631329d24abc65f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:10:35 +0000 Subject: [PATCH 37/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index ce6e057..3c31cbc 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 025c3699a0c684ba8a8b376b898ce4f14a8c8cb2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:26:02 +0000 Subject: [PATCH 38/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 3c31cbc..6629e22 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.0 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 2175654216c12dfe5686d8a892567766a88d1eda Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 23 Jul 2020 21:43:49 -0400 Subject: [PATCH 39/61] Update to 1.7.1 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1c71b2..e302af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.6.0.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 +/xfce4-timer-plugin-1.7.1.tar.bz2 diff --git a/sources b/sources index 5409489..903f3fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.0.tar.bz2) = b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e +SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 6629e22..9e51715 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,8 +2,8 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.0 -Release: 23%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 +- Update to 1.7.1 + * Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 80644e950e3de5baea8668a74dedba5e18855b3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:42:44 +0000 Subject: [PATCH 40/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 9e51715..81ea6fa 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 - Update to 1.7.1 From 2f9d341bbb3389e0322d48ac2ba5014e02d026e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 09:43:06 +0000 Subject: [PATCH 41/61] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 81ea6fa..24f28d3 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -46,6 +46,10 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 14f7f4d4543d216f35c331ce81eb3e79be5f0adf Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:24:00 +0000 Subject: [PATCH 42/61] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfce4-timer-plugin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 24f28d3..a36fd25 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -9,6 +9,7 @@ License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel From 2d1811aa3ce4565e91949e7e3bf224fd8bbe6cd4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:01:49 +0000 Subject: [PATCH 43/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index a36fd25..4d22e2d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 71d0c53bbbabdce5c01111c1558850b1c2198dce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:33:22 +0000 Subject: [PATCH 44/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 4d22e2d..ca5ce7f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 7f53aee9227c22c361c4e451b56eacf60c28a610 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:05:03 +0000 Subject: [PATCH 45/61] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index ca5ce7f..5f03d19 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 6920aae33d6cc5e83d176d137d14cd95f27f5355 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:06:48 +0000 Subject: [PATCH 46/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 5f03d19..d80d18a 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 7f558bf1bf50ed1a933ba7cbe929ba71752bdee4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:26:59 +0000 Subject: [PATCH 47/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-timer-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index d80d18a..1f51438 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,6 +47,9 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 235492070162acd96dd35556c808ce7d145b84b5 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 20:53:29 -0500 Subject: [PATCH 48/61] rpmqutospec --- changelog | 138 +++++++++++++++++++++++++++++++++++++++ xfce4-timer-plugin.spec | 141 +--------------------------------------- 2 files changed, 140 insertions(+), 139 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..9407b5e --- /dev/null +++ b/changelog @@ -0,0 +1,138 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 +- Update to 1.7.1 + +* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 +- Rebuilt (xfce 4.13) + +* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 +- Bump to 1.7.0, drop unneeded patches, spec cleanup + +* Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 +- Update to 1.6.0 now using libxfce4ui + +* Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 +- Rebuild for Xfce 4.12 + +* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 +- Rebuild for Xfce 4.10(pre2) + +* Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 +- Rebuild for Xfce 4.10 + +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 0.6.1-8 +- Rebuild for new libpng + +* Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 +- Fix segfault when creating plugin in 4.8 panel (#682458) +- Update translations from Xfce Transifex + +* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 +- Rebuild for Xfce 4.8 + +* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 +- Rebuild for Xfce 4.6 (Beta 3) + +* Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 +- Update to 0.6.1 +- BR intltool + +* Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 +- Autorebuild for GCC 4.3 + +* Sat Dec 29 2007 Christoph Wickert - 0.6-2 +- Bump release due to tag collision + +* Sat Dec 29 2007 Christoph Wickert - 0.6-1 +- Update to 0.6 + +* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 +- Rebuild for BuildID feature +- Update license tag + +* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 +- Rebuild for Xfce 4.4.1 + +* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 +- Update to 0.5.1 on Xfce 4.4. + +* Sat Sep 23 2006 Christoph Wickert - 0.5-1 +- Initial Fedora Extras version. diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 1f51438..331ed4d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -3,7 +3,7 @@ Name: xfce4-timer-plugin Version: 1.7.1 -Release: 8%{?dist} +Release: %autorelease Summary: Timer for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} @@ -47,141 +47,4 @@ certain times. %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g %changelog -* Sat Jan 21 2023 Fedora Release Engineering - 1.7.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.7.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.7.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 1.7.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 23 2020 Mukundan Ragavan - 1.7.1-1 -- Update to 1.7.1 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.7.0-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.7.0-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.7.0-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Aug 11 2018 Mukundan Ragavan - 1.7.0-20 -- Rebuilt (xfce 4.13) - -* Sat Jul 14 2018 Fedora Release Engineering - 1.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Feb 10 2018 Filipe Rosset - 1.7.0-1 -- Bump to 1.7.0, drop unneeded patches, spec cleanup - -* Fri Feb 09 2018 Fedora Release Engineering - 1.6.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.6.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.6.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.6.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Mar 29 2015 Kevin Fenzi 1.6.0-1 -- Update to 1.6.0 now using libxfce4ui - -* Sat Feb 28 2015 Kevin Fenzi 0.6.1-17 -- Rebuild for Xfce 4.12 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.6.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.6.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.6.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.6.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.6.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Apr 15 2012 Kevin Fenzi - 0.6.1-11 -- Rebuild for Xfce 4.10(pre2) - -* Thu Apr 05 2012 Kevin Fenzi - 0.6.1-10 -- Rebuild for Xfce 4.10 - -* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.6.1-8 -- Rebuild for new libpng - -* Sat Mar 05 2011 Christoph Wickert - 0.6.1-7 -- Fix segfault when creating plugin in 4.8 panel (#682458) -- Update translations from Xfce Transifex - -* Mon Feb 07 2011 Fedora Release Engineering - 0.6.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 13 2011 Kevin Fenzi - 0.6.1-5 -- Rebuild for Xfce 4.8 - -* Mon Jul 27 2009 Fedora Release Engineering - 0.6.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Jan 18 2009 Christoph Wickert - 0.6.1-2 -- Rebuild for Xfce 4.6 (Beta 3) - -* Thu Nov 27 2008 Christoph Wickert - 0.6.1-1 -- Update to 0.6.1 -- BR intltool - -* Mon Feb 18 2008 Fedora Release Engineering - 0.6-3 -- Autorebuild for GCC 4.3 - -* Sat Dec 29 2007 Christoph Wickert - 0.6-2 -- Bump release due to tag collision - -* Sat Dec 29 2007 Christoph Wickert - 0.6-1 -- Update to 0.6 - -* Sat Aug 25 2007 Christoph Wickert - 0.5.1-3 -- Rebuild for BuildID feature -- Update license tag - -* Sat Apr 28 2007 Christoph Wickert - 0.5.1-2 -- Rebuild for Xfce 4.4.1 - -* Sat Jan 27 2007 Christoph Wickert - 0.5.1-1 -- Update to 0.5.1 on Xfce 4.4. - -* Sat Sep 23 2006 Christoph Wickert - 0.5-1 -- Initial Fedora Extras version. +%autochangelog From 66fdcb7cd0f97d5864476572ed355d163ee0b27a Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 20:57:41 -0500 Subject: [PATCH 49/61] Update to v1.7.2 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e302af7..efb7cec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.6.0.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 /xfce4-timer-plugin-1.7.1.tar.bz2 +/xfce4-timer-plugin-1.7.2.tar.bz2 diff --git a/sources b/sources index 903f3fe..a4efa0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.1.tar.bz2) = 4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16 +SHA512 (xfce4-timer-plugin-1.7.2.tar.bz2) = 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 331ed4d..91cb91f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.1 +Version: 1.7.2 Release: %autorelease Summary: Timer for the Xfce panel License: GPLv2+ @@ -40,7 +40,7 @@ certain times. %files -f %{name}.lang -%doc AUTHORS ChangeLog README TODO +%doc AUTHORS ChangeLog TODO %license COPYING %{_libdir}/xfce4/panel/plugins/libxfcetimer* %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop From 2719da0e0bd5fa781c3f1c738d541e3d91784fa5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:49:44 +0000 Subject: [PATCH 50/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 9b46a08b5ee42b5bb979f4cc20eef239d02365ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:40:14 +0000 Subject: [PATCH 51/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b2377425b000f8759b507f6f0d99e5734ff1bcb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:02:27 +0000 Subject: [PATCH 52/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 45cea068c13ced83df4e8132e912e295b18a35d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:54:31 +0200 Subject: [PATCH 53/61] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-timer-plugin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 91cb91f..51f271d 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -5,7 +5,8 @@ Name: xfce4-timer-plugin Version: 1.7.2 Release: %autorelease Summary: Timer for the Xfce panel -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 From d1cd085732302e9ba83bd20945a4bb96d6d95a16 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 16:22:56 -0600 Subject: [PATCH 54/61] rebuild for xfce-4.20 From 28ef65fc89325fb56f174aebefddc6d7b2d5b786 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 08:36:02 -0600 Subject: [PATCH 55/61] Update to v1.7.3 --- .gitignore | 1 + sources | 2 +- xfce4-timer-plugin.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efb7cec..a23af1f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfce4-timer-plugin-0.6.1.tar.bz2 /xfce4-timer-plugin-1.7.0.tar.bz2 /xfce4-timer-plugin-1.7.1.tar.bz2 /xfce4-timer-plugin-1.7.2.tar.bz2 +/xfce4-timer-plugin-1.7.3.tar.bz2 diff --git a/sources b/sources index a4efa0a..8d7efce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.2.tar.bz2) = 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d +SHA512 (xfce4-timer-plugin-1.7.3.tar.bz2) = aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 51f271d..dc26885 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -2,7 +2,7 @@ %global _hardened_build 1 Name: xfce4-timer-plugin -Version: 1.7.2 +Version: 1.7.3 Release: %autorelease Summary: Timer for the Xfce panel # Automatically converted from old format: GPLv2+ - review is highly recommended. From 6f99d7449a8ebc7ea8547f41d59a0d467d7ad0d2 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 Dec 2024 08:54:38 -0600 Subject: [PATCH 56/61] remove TODO file from doc --- xfce4-timer-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index dc26885..92f00cd 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -41,7 +41,7 @@ certain times. %files -f %{name}.lang -%doc AUTHORS ChangeLog TODO +%doc AUTHORS ChangeLog %license COPYING %{_libdir}/xfce4/panel/plugins/libxfcetimer* %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop From aca84e9ffd17aec4f8eecf3a519cf9dfa52ab251 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:48:09 +0000 Subject: [PATCH 57/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From ff903daec0524be7a865b8e88cae42b935b5f0c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:49:14 +0000 Subject: [PATCH 58/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2e25ada579b082835f5b42974628fcefd5b69529 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:39:18 +0000 Subject: [PATCH 59/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6dab8055cabbd905dad0f2d44482dee3fcbdc828 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:12:23 +0000 Subject: [PATCH 60/61] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 6a305a1bf576539f3be0a410dc075a5dedb327f1 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sat, 1 Aug 2026 01:20:24 -0300 Subject: [PATCH 61/61] Update to 1.8.0 + switch to meson build system + spec cleanup and modernization --- .gitignore | 8 ++---- sources | 2 +- xfce4-timer-plugin.spec | 54 ++++++++++++++++++++++------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index a23af1f..ec03acd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -xfce4-timer-plugin-0.6.1.tar.bz2 -/xfce4-timer-plugin-1.6.0.tar.bz2 -/xfce4-timer-plugin-1.7.0.tar.bz2 -/xfce4-timer-plugin-1.7.1.tar.bz2 -/xfce4-timer-plugin-1.7.2.tar.bz2 -/xfce4-timer-plugin-1.7.3.tar.bz2 +/xfce4-timer-plugin-*.tar.bz2 +/xfce4-timer-plugin-*.tar.xz diff --git a/sources b/sources index 8d7efce..eff79b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-timer-plugin-1.7.3.tar.bz2) = aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55 +SHA512 (xfce4-timer-plugin-1.8.0.tar.xz) = 9729181248ee3aa6e90be8a6975a76121ce89c26131fc4eadb6840eec7059afb45f06ff9bae5e202e39d081bd898ece2fd236c5d64e1ab07a8c8ecb2c18558f0 diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec index 92f00cd..b7f264f 100644 --- a/xfce4-timer-plugin.spec +++ b/xfce4-timer-plugin.spec @@ -1,25 +1,22 @@ -%global minorver 1.7 -%global _hardened_build 1 +# CVS https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin +%global minorver 1.8 -Name: xfce4-timer-plugin -Version: 1.7.3 -Release: %autorelease -Summary: Timer for the Xfce panel -# Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later -URL: http://goodies.xfce.org/projects/panel-plugins/%{name} -Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.bz2 +Name: xfce4-timer-plugin +Version: 1.8.0 +Release: %autorelease +Summary: Timer for the Xfce panel +License: GPL-2.0-or-later +URL: https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start +Source0: https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorver}/%{name}-%{version}.tar.xz -BuildRequires: make -BuildRequires: gcc-c++ -BuildRequires: xfce4-panel-devel -BuildRequires: libxfce4ui-devel -BuildRequires: libxml2-devel -BuildRequires: gettext -BuildRequires: intltool -BuildRequires: perl(XML::Parser) +BuildRequires: gcc-c++ +BuildRequires: gettext +BuildRequires: libxfce4ui-devel +BuildRequires: libxml2-devel +BuildRequires: meson +BuildRequires: xfce4-panel-devel -Requires: xfce4-panel +Requires: xfce4-panel %description A timer for the Xfce panel. It supports countdown periods and alarms at @@ -29,23 +26,30 @@ certain times. %prep %autosetup -%build -%configure --disable-static -%make_build +%build +%meson +%meson_build + %install -%make_install +%meson_install + +# Rename non-standard hye locale to hy +if [ -d %{buildroot}%{_datadir}/locale/hye ]; then + mv %{buildroot}%{_datadir}/locale/hye %{buildroot}%{_datadir}/locale/hy +fi %find_lang %{name} %files -f %{name}.lang -%doc AUTHORS ChangeLog +%doc AUTHORS NEWS README.md %license COPYING -%{_libdir}/xfce4/panel/plugins/libxfcetimer* +%{_libdir}/xfce4/panel/plugins/libxfcetimer.so %{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop %{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g + %changelog %autochangelog