summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel
AgeCommit message (Collapse)Author
2017-01-11keybinder: update to 0.3.1krogoth-nextMax Krummenacher
While at it change the license string to MIT as the license text is an exact MIT copy and limit the checksummed part to only the license header. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11keybinder: inherit gobject-introspectionMax Krummenacher
Fixes do_compile: | make[1]: *** No rule to make target 'Keybinder-0.0.typelib', needed by 'all-am'. Stop. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29lxpanel: add missing depends on intltool-nativeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-29remove unneeded PR variablesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-29lxpanel: update to 0.8.2Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-10-16lxpanel: update to 0.8.1Max Krummenacher
2015-01-10recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2015-01-10recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-01-10add missing DEPENDS as reported by QA WARNINGSMax Krummenacher
2015-01-10lxpanel: update to 0.8.0Max Krummenacher
Add a libkeybinder recipe, as lxpanel now depends on it. While at it, remove old recipes.
2013-10-15lxpanel: fix paths in git repodylanMax Krummenacher
2013-10-15DEPENDS: replace ${RDEPENDS} with the explicit depsMax Krummenacher
DEPENDS lists required built recipes at build time, whereas RDEPENDS does list required packages at runtime. So don't confuse the two namespaces by using one to define the other.
2013-10-15lxpanel: add wireless-tools to dependenciesMax Krummenacher
2013-10-15lxpanel: add libwnck as a dependencyMax Krummenacher
2013-10-15lxpanel: update to 0.5.12Max Krummenacher
2013-10-15add _${PN} to all DEPENDS variable definitionsMax Krummenacher
2013-10-15Add missing autoconf tests required by newer autoconf version Backported a ↵Max Krummenacher
bugfix to lxdm (lxdm used 100% CPU)
2011-11-09Inherit pkgconfig instead of explicitly depending on pkgconfig-native.Peter Tworek
2011-11-07Import some more LXDE recipes.Peter Tworek