aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dzen2
AgeCommit message (Collapse)Author
2010-11-17jlime,dzen2,puzzles: use RDEPENDS_${PN}Martin Jansa
* it was fixed in whole tree about half year ago http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-June/020384.html http://comments.gmane.org/gmane.comp.handhelds.openembedded/33440 * then again about month ago http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg11356.html * please follow OE packaging guidelines in new recipes Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-15dzen2: Modify dzen-extras, update Makefile and recipe.Alex Ferguson
Modularized the battery applet by moving the charge calculation in an external script and adding per-platform functions. Made the process a bit more efficient by adding a small program written in C, dzen-battery, which calculates a battery percentage given two standard files in /sys/class/power_supply and by moving processes outside the main loop when they only need to run once. Modified Makefile for dzen-battery.c Bumped PR on dzen2-svn Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-15dzen2: Modularize dzen-launcher, update recipe.Alex Ferguson
Moved battery charge status calculation from dzen-launcher to /usr/share/dzen/scripts/battery.sh, modularizing the process for various different devices (nanonote, h1940, rx1950 and a generic target for now). Modified Makefile for battery.sh. All scripts are now installed to /usr/share/dzen/scripts. Bumped PR on dzen2-svn recipe. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03dzen2: Add recipe for dzen2, a small messaging/menu program.Alex Ferguson
* Added Makefile, which adds the INCS and LIBS variables due to the way OE handles CFLAGS and LDFLAGS. * Added dzen-extras.tar.gz which adds a launcher script containing several functions (including time display, memory usage, cpu usage and battery status) for use of dzen as a panel application, along with some other required scripts and images. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>