summaryrefslogtreecommitdiffstats
path: root/package/xterm
Commit message (Collapse)AuthorAgeFilesLines
* xterm: bump to version 325Gustavo Zacarias2016-06-072-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: bump to version 324Gustavo Zacarias2016-04-282-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xterm: bump to version 322Gustavo Zacarias2016-02-172-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xterm: bump to version 320Gustavo Zacarias2015-10-072-3/+3
| | | | | | | Also switch to http site. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xterm: compile with libXft support when it selectedkyak2015-07-271-1/+9
| | | | | | | | | | | When libXft (FreeType) library is selected, xterm will use it. host-pkgcong is used to search for libXft during configure, so it is in the dependencies. Signed-off-by: Mikhail Peselnik <bas@bmail.ru> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Tested-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: x-includes and x-libraries must be set for cross-compilingkyak2015-07-271-1/+3
| | | | | | | | | | | | These flags need to be set so that the configure script would correctly use libICE from cross-toolchain rather than from host. This fix is similar to "package/efl/libevas: x-includes and x-libraries must be set for cross-compiling" done by Romain Naour on libecore. Signed-off-by: Mikhail Peselnik <bas@bmail.ru> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: bump to version 314Gustavo Zacarias2015-02-192-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: remove superfluous INSTALL_TARGET_OPTSGustavo Zacarias2015-02-191-1/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: add support for 256 colorsThierry Bultel2015-02-031-0/+1
| | | | | | | [Thomas: make the 256 colors support unconditionally enabled.] Signed-off-by: Thierry Bultel <tbultel@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_INSTALL_TARGET_OPT into FOO_INSTALL_TARGET_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_INSTALL_TARGET_OPT. Sed command used: find * -type f | xargs sed -i 's#_INSTALL_TARGET_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: depends on MMUJérôme Pouiller2014-09-121-0/+1
| | | | | | | | | | | | | | | | | | Fixes http://sysmic.org/~jezz/results/53a729c3: button.o: In function `_executeCommand': ./button.c:(.text+0x21be): undefined reference to `_fork' main.o: In function `_get_pty': ./main.c:(.text+0xab0): undefined reference to `_getpt' main.o: In function `_spawnXTerm': ./main.c:(.text+0x1030): undefined reference to `_fork' misc.o: In function `_creat_as': ./misc.c:(.text+0x3a56): undefined reference to `_fork' print.o: In function `_charToPrinter': ./print.c:(.text+0x1ee): undefined reference to `_fork' Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xterm: add license informationGustavo Zacarias2014-07-021-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xterm: bump to version 306Gustavo Zacarias2014-06-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xterm: bump to 278Yegor Yefremov2012-02-012-1/+2
| | | | | | | bump version and add project's URL Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: bump to v271Frederic Bassaler2011-09-111-1/+1
| | | | | Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: fix dependenciesPeter Korsgaard2011-03-141-1/+1
| | | | | | xterm doesn't need the xserver to build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: fix dependencies and bump to version 267Gustavo Zacarias2011-03-142-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xterm: should select libXaw and bump to latest versionPaulius Zaleckas2010-10-042-2/+3
| | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package xtermPaul Jones2010-06-242-0/+19
Signed-off-by: Paul Jones <paul@pauljones.id.au>
OpenPOWER on IntegriCloud