Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131669 - New ebuild: gnome-extra/timer-applet
Summary: New ebuild: gnome-extra/timer-applet
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://launchpad.net/timer-applet
Whiteboard:
Keywords: EBUILD
: 266297 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-29 06:08 UTC by Mikel Olasagasti
Modified: 2012-01-22 11:56 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for timer-applet-1.3 (timer-applet-1.3.ebuild,580 bytes, text/plain)
2006-04-29 06:08 UTC, Mikel Olasagasti
Details
timer-applet-2.0.1.ebuild (timer-applet-2.0.1.ebuild,760 bytes, text/plain)
2007-05-17 16:13 UTC, Paul Bredbury
Details
timer-applet-2.0.1-r1.ebuild (timer-applet-2.0.1-r1.ebuild,936 bytes, text/plain)
2008-01-06 21:59 UTC, Balazs Nemeth
Details
Patch to stop timer pulsing after fired (timer-applet-2.0.1-stop-pulsing.patch,1.21 KB, patch)
2009-04-24 18:42 UTC, Harris Landgarten
Details | Diff
Ebuild for timer-applet 2.1.2 (timer-applet-2.1.2.ebuild,619 bytes, text/plain)
2010-04-07 05:18 UTC, Andrey Vihrov
Details
updated python.eclass usage, EAPI=2 cleanup (timer-applet-2.0.1-r2.ebuild,969 bytes, text/plain)
2010-04-07 05:30 UTC, Michael Weber (RETIRED)
Details
updated ebuild 2.1.2 (timer-applet-2.1.2.ebuild,944 bytes, text/plain)
2010-04-07 05:59 UTC, Michael Weber (RETIRED)
Details
updated ebuild 2.1.2 (timer-applet-2.1.2.ebuild,946 bytes, text/plain)
2010-04-08 01:58 UTC, Michael Weber (RETIRED)
Details
timer-applet-2.2.1 (timer-applet-2.2.1.ebuild,1.11 KB, text/plain)
2011-03-29 14:32 UTC, Roman V. Prikhodchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikel Olasagasti 2006-04-29 06:08:01 UTC
Ebuild necesary to build timer-applet-1.3 with sound and libnotify support. Nice and stable app.
Comment 1 Mikel Olasagasti 2006-04-29 06:08:31 UTC
Created attachment 85760 [details]
Ebuild for timer-applet-1.3
Comment 2 Michael Krelin 2006-07-09 13:55:39 UTC
Works well for 1.3.1 as well.
Comment 3 Mikel Olasagasti 2006-10-03 13:58:02 UTC
This is now in the sunrise overlay. You can find it at:
http://gentoo-sunrise.org/svn/reviewed/gnome-extra/timer-applet
Comment 4 Paul Bredbury 2007-05-17 16:13:31 UTC
Created attachment 119539 [details]
timer-applet-2.0.1.ebuild

Should probably depend on the python eclass. Sounds are silent for me, because gnome.sound_play('chord.wav') is silent.
Comment 5 Bertrand Lorentz 2007-09-16 18:53:09 UTC
The timer-applet-2.0.1 ebuild seems to work perfectly for me, sounds are OK.

Thanks for the ebuild.
Comment 6 Balazs Nemeth 2008-01-06 21:59:06 UTC
Created attachment 140320 [details]
timer-applet-2.0.1-r1.ebuild

Here is another ebuild for 2.0.1. It's based on the previous 2.0.1 ebuild.
It has an optional dbus support and improved dependencies handling.
Please test it.
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-17 11:47:53 UTC
*** Bug 266297 has been marked as a duplicate of this bug. ***
Comment 8 Harris Landgarten 2009-04-24 18:41:04 UTC
I am adding a patch to 2.0.1 which fixes a bug caused by changes is libnotify. The bug prevents stopping the timer once it has fired.
Comment 9 Harris Landgarten 2009-04-24 18:42:18 UTC
Created attachment 189339 [details, diff]
Patch to stop timer pulsing after fired
Comment 10 Michael Weber (RETIRED) gentoo-dev 2010-04-07 04:36:12 UTC
please add python-2.6 as alternative, it works, and won't pull python-2.5.
Comment 11 Andrey Vihrov 2010-04-07 05:18:19 UTC
Created attachment 226815 [details]
Ebuild for timer-applet 2.1.2

(In reply to comment #10)
> please add python-2.6 as alternative, it works, and won't pull python-2.5.
> 

Here's the ebuild I'm using (the patch is not needed anymore; there seem to be no special build-time deps). It works, but I'm not sure if it's all correct.
Comment 12 Michael Weber (RETIRED) gentoo-dev 2010-04-07 05:30:49 UTC
Created attachment 226823 [details]
updated python.eclass usage, EAPI=2 cleanup
Comment 13 Michael Weber (RETIRED) gentoo-dev 2010-04-07 05:59:07 UTC
Created attachment 226825 [details]
updated ebuild 2.1.2

- added python-2.4+telementtree option
- added libtool/gconf dep from configure.ac
- stripped all version numbers where portage tree is newer
- added eautoreconf
- reverted to pkg_postinst/python_mod_optimize
Comment 14 Michael Weber (RETIRED) gentoo-dev 2010-04-08 01:58:35 UTC
Created attachment 226947 [details]
updated ebuild 2.1.2

updated ebuild 2.1.2

added brackets around ${RDEPEND}
Comment 15 Roman V. Prikhodchenko 2011-03-29 14:32:35 UTC
Created attachment 267693 [details]
timer-applet-2.2.1

after update libnotify? timer-applet show error:

Notify.Notification.__init__() takes at most 3 arguments (4 given)

patch (sed) for the new version (timer-applet-2.2b1) fixes a bug