summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxterminal/lxterminal_git.bb
AgeCommit message (Collapse)Author
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: 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>