Countdown app using PyGTK

Thomas Zimmermann zimmermann at vdm-design.de
Mon Sep 21 14:13:36 CEST 2009


Am Montag 21 September 2009 13:58:16 schrieb Marcel:
> Moin!
> 
> I've written a little python app that can count down for a given amount
> of time, either just seconds or hh:mm. I always missed that feature in
> ffalarms (which also only does 5min-steps, not sufficient for my needs)
> but I'm not willing to fiddle with elm, so here it's in GTK, feel free
> to try it.
> 
> Although the GUI fits nicely with the illume keyboard visible, I'd like
> to have the text entry field for the countdown time a little larger. How
> can I do that independently (that word looks strange to me...) from the
> GTK theme?
> 
> Here it is:
> http://d-a300.selfip.net/files/eieruhr.tar.gz
> Just the python script and a desktop file yet, is there some minimal
> sample for a bb recipe somewhere?
if you inlcude a setup.py for distutils, then the essentials for the recipe 
are:

RDEPENDS = "python-pygtk"
SRC_URI = "http://yourpage.org/app.tar.gz"
inherit disutils

That's all.
> 
> Marcel



More information about the community mailing list