summaryrefslogtreecommitdiff
path: root/recipes/xfce-extras
AgeCommit message (Collapse)AuthorFiles
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa7
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-04-13xfce: xfcalendar and xffm for 4.2 are only in .tar.gz not .tar.bz2Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa12
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: add missing checksumsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18xfce4-power-manager: Remove broken xfce4-power-manager_4.6.1.bb and add ↵David-John Willis1
latest 0.8.4.2 to xfce-extras. * xfce4-power-manager_4.6.1.bb was a dummy package that never worked (a left over from my Xfce 4.6.1 work). 0.8.4.2 is the correct version to use with Xfce 4.6.* >.
2010-01-06gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.David-John Willis1
2009-12-04gigolo: Add build and runtime depends on gvfs (without it, the app is not a ↵David-John Willis1
lot of use).
2009-10-27XFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).David-John Willis15