summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxterminal
AgeCommit message (Collapse)Author
2018-11-17lxterminal: update to 0.3.2rocko-nextrockoMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-22lxterminal: update to 0.3.1Max Krummenacher
Move back to use the versioned tar ball, as that is now supporting gtk3. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-10lxterminal: depends on glib-2.0-nativeMax Krummenacher
Fixes run.do_configure: line 169: glib-gettextize: command not found. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-26lxterminal: don't error out on faulty config for man pagesMax Krummenacher
configure checks for XML catalogs from the host installation. If missing the resulting man/Makefile will fail in do_compile. Workaround this by ignoring that the man page can not be built. On Ubuntu were this was observed the following installs the required dependencies: sudo apt-get install docbook-xsl Better still one would fix lxterminal's configure to pick up OE's catalogs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-19lxterminal: really add missing dependency to regenerate manMax Krummenacher
While libxslt-native is needed there are still docbook stylesheets and xmlto-native missing. xmlot-native pulls in all needed components so replacing libxslt-native with xmlto-native fixes the build. | make[2]: Entering directory '/build/krm/oe-core_V2.6.2/build_test/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/man' | /build/krm/oe-core_V2.6.2/build_test/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../../git/man/lxterminal.xml | I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" | cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | Makefile:532: recipe for target 'lxterminal.1' failed Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-01-11lxterminal: add missing dependency to regenerate manMax Krummenacher
Building from git requires regenerating the man pages with xsltproc. Thus the recipe must depend on libxslt-native. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11lxterminal: remove now unused filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11lxterminal: add recipe which fetches from gitMax Krummenacher
This builds for gtk3 and vte with API 2.91 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11lxterminal: make it compatible with vte api 2.91 and move to gtk+ 3Max Krummenacher
While at it remove unneeded RDEPENDS, these are pulled in automatically by oe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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-10lxterminal: update to 0.2.0Max 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-15add _${PN} to all DEPENDS variable definitionsMax Krummenacher
2011-11-09Inherit pkgconfig instead of explicitly depending on pkgconfig-native.Peter Tworek
2011-11-06New layer: meta-lxde. Most stuff is imported from classic oe.Peter Tworek