debian/0000755000000000000000000000000012147217726007177 5ustar debian/docs0000644000000000000000000000002411274754324010046 0ustar AUTHORS README TODO debian/changelog0000644000000000000000000001131212147217630011041 0ustar xfce4-timer-plugin (1.5.0-1) unstable; urgency=low * New upstream release. closes: #709338 * debian/patches: - 01_improve-timer-stop refreshed. - 02_fix-format-string added, fix a format string issue. * debian/rules: - enable all hardening flags. * debian/control: - update build-deps, switch to libxfce4ui-dev. - update standards version to 3.9.3. -- Yves-Alexis Perez Wed, 22 May 2013 21:42:15 +0200 xfce4-timer-plugin (0.6.3-1) unstable; urgency=low [ Lionel Le Folgoc ] * New upstream release, including: - updated translations - fixed response on left click mouse events. lp: #800659 [ Yves-Alexis Perez ] * debian/rules: - use debhelper 9 hardening support. - don't run xdt-autogen, not needed anymore. * debian/compat bumped to 9. * debian/control: - drop xfce4-dev-tools build-dep. - update debhelper build-dep to 9 for hardening support. - add dpkg-dev 1.16.1 build-dep for hardening support. -- Lionel Le Folgoc Mon, 23 Jan 2012 17:22:23 +0100 xfce4-timer-plugin (0.6.2-1) unstable; urgency=low * New upstream release. * debian/patches: - 02_Fix-segfault-when-creating-plugin-in-4.8-panel.patch: dropped, included upstream. - series: refreshed. -- Lionel Le Folgoc Sun, 04 Sep 2011 22:46:46 +0200 xfce4-timer-plugin (0.6.1-4) unstable; urgency=low [ Lionel Le Folgoc ] * debian/control: change Section to 'xfce'. * debian/rules: - pick {C,LD}FLAGS from dpkg-buildflags. - add -O1, -z,defs and --as-needed to LDFLAGS. - add hardening flags to {C,LD}FLAGS. - add .pc dir to po/POTFILES.skip, and remove it at clean time. - replace dh-autoreconf addon by xdt-autogen call. * debian/patches: - 01_improve-timer-stop.patch: drop the POTFILES.skip part, done in debian/rules now. - 02_Fix-segfault-when-creating-plugin-in-4.8-panel.patch: make the plugin work with Xfce 4.8. - series: refreshed. * debian/control: - remove Simon and Emanuele from uploaders, thanks to them. - add build-dep on hardening-includes. - bump debhelper b-dep to (>= 7.0.50~) for the overrides. - bump xfce4-panel-dev b-dep to (>= 4.8.0). - add build-dep on xfce4-dev-tools and libtool. [ Yves-Alexis Perez ] * debian/control: - update standards version to 3.9.2. - drop cdbs build-dep. -- Lionel Le Folgoc Wed, 20 Apr 2011 10:01:15 +0200 xfce4-timer-plugin (0.6.1-3) unstable; urgency=low * debian/patches/01_improve-timer-stop.patch: refreshed, added .pc directory to POTFILES.skip, fixes FTBFS. closes: #560662 * debian/control: added myself to uploaders. -- Lionel Le Folgoc Sat, 10 Apr 2010 21:12:05 +0100 xfce4-timer-plugin (0.6.1-2) unstable; urgency=low [ Evgeni Golov ] * Fix Vcs-* fields, they were missing 'trunk' in the path. [ Yves-Alexis Perez ] * debian/watch edited to track Xfce archive reorganisation. * convert package to 3.0 (quilt) format. * debian/patches: - 01_improve-timer-stop added. closes: #554601, #554597 * debian/rules: - switch to debhelper 7. - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS. * debian/control: - update standards version to 3.8.3. - update debhelper build-dep to 7. - add build-dep on autotools-dev to refresh config.{guess,sub}. * debian/compat bumped to 7. * debian/docs: add some docs to the package. -- Yves-Alexis Perez Fri, 06 Nov 2009 08:37:27 +0100 xfce4-timer-plugin (0.6.1-1) unstable; urgency=low * New upstream release. * debian/control: - added build-dep on intltool, pkg-config, libglib2.0-dev, libgtk2.0-dev, libxfcegui4-dev. - update build-dep on xfce4-panel-dev to match Xfce 4.4. - remove Rudy and Martin from Uploaders:. - updated standards version to 3.8.0. * debian/copyright: - update dates. -- Yves-Alexis Perez Sun, 22 Feb 2009 20:07:50 +0100 xfce4-timer-plugin (0.6-1) unstable; urgency=low * New upstream release. -- Yves-Alexis Perez Thu, 27 Dec 2007 22:59:08 +0100 xfce4-timer-plugin (0.5.1-2) unstable; urgency=low * debian/patches: - 01_implicit-pointer-conversion added. closes: #456316 -- Yves-Alexis Thu, 20 Dec 2007 15:58:55 +0000 xfce4-timer-plugin (0.5.1-1) unstable; urgency=low [ Yves-Alexis Perez ] * Initial release. closes: #407198 [ Simon Huggins ] * Add Vcs-* headers to debian/control -- Yves-Alexis Perez Sat, 08 Dec 2007 22:43:39 +0100 debian/compat0000644000000000000000000000000211707304435010370 0ustar 9 debian/patches/0000755000000000000000000000000012147217633010623 5ustar debian/patches/series0000644000000000000000000000006712147217623012042 0ustar 01_improve-timer-stop.patch 02_fix-format-string.patch debian/patches/02_fix-format-string.patch0000644000000000000000000000112712147217623015525 0ustar Author: Yves-Alexis Perez Description: Fix format string issue Forwarded: https://bugzilla.xfce.org/show_bug.cgi?id=10110 --- a/src/xfcetimer.c +++ b/src/xfcetimer.c @@ -175,6 +175,7 @@ static gboolean update_function (gpointe GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, + "%s", dialog_message); g_signal_connect_swapped (dialog, "response", debian/patches/01_improve-timer-stop.patch0000644000000000000000000000064012147210720015714 0ustar --- a/src/xfcetimer.c +++ b/src/xfcetimer.c @@ -162,6 +162,8 @@ static gboolean update_function (gpointe } /* 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( (strlen(pd->timeout_command)==0) || !pd->nowin_if_alarm ) { gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(pd->pbar),1); debian/watch0000644000000000000000000000020311274654775010234 0ustar version=3 http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/([\d\.]+)/ \ xfce4-timer-plugin-([\d\.]+)\.tar\.(?:gz|bz2) debian/copyright0000644000000000000000000000100611111457721011116 0ustar This package was debianized by Yves-Alexis Perez on Tue, 16 Jan 2007 19:37:21 +0100 It was downloaded from http://goodies.xfce.org/releases/xfce4-timer-plugin/ Copyright Holder: © 2005-2008 Kemal Ilgar Eroglu License: You are free to distribute this software under the terms of the GNU General Public License (version 2 or later). On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL' debian/rules0000755000000000000000000000050612147210744010251 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \; dh_auto_configure override_dh_auto_clean: rm -f po/POTFILES.skip dh_auto_clean %: dh $@ debian/control0000644000000000000000000000171112147217577010606 0ustar Source: xfce4-timer-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: debhelper (>= 9), libxml-parser-perl, xfce4-panel-dev, intltool, pkg-config, libglib2.0-dev, libgtk2.0-dev, libxfce4ui-1-dev, libtool Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-timer-plugin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/ Package: xfce4-timer-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: timer plugin for Xfce panel With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc. The timer progress is shown as a progress bar in the Xfce panel, lasting time displayed on tooltip. debian/source/0000755000000000000000000000000012147217633010474 5ustar debian/source/format0000644000000000000000000000001411274654775011716 0ustar 3.0 (quilt)