summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gcalctool
Commit message (Collapse)AuthorAgeFilesLines
* Revert "gcalctool: move to nonworking"Martin Jansa2015-10-132-0/+51
| | | | | | | | * use PNBLACKLIST instead This reverts commit 84e8fee8b8631138ef52ef3dcf0ab7c8ce2925d0. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcalctool: move to nonworkingMartin Jansa2013-08-142-49/+0
| | | | | | | * broken at least since April http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920 and nobody complained, it's also replaced by gnome calculator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gcalctool: upgrade to 5.32.0Martin Jansa2012-12-112-15/+18
| | | | | | | | | | * 5.8.17 required scrollkeeper which we don't provide as scrollkeeper-native * inherit gsettings to package glib-2.0/shemas and compile them on target * add LICENSE version and LIC_FILES_CHKSUM * use SHRT_VER * replace local patch with sed (other chunk is already resolved upstream) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcalctool: add SRC_URI checksumsMartin Jansa2012-12-111-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcalctool: remove older version and drop 'patch=1'Martin Jansa2012-06-012-14/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcalctool: : import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73cKoen Kooi2011-04-213-0/+56
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>