Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add lightweight Zile editor
@ 2014-04-07 11:00 Alex Bennée
  2014-04-07 11:00 ` [Buildroot] [PATCH 1/2] package/libgc: add Boehm-Demers-Weiser gc library Alex Bennée
  2014-04-07 11:00 ` [Buildroot] [PATCH 2/2] package/zile: add Zile is Lossy Emacs editor Alex Bennée
  0 siblings, 2 replies; 9+ messages in thread
From: Alex Bennée @ 2014-04-07 11:00 UTC (permalink / raw)
  To: buildroot

From: Alex Benn?e <alex@bennee.com>

Hi,

The following two patches enable the addition of Zile to the roster of
available editors in buildroot. Zile is a lightweight Emacs-a-like
implementation. It requires libgc which will also be useful for a
number of other packages if they get added to Buildroot. There is
nothing especially complex in the build descriptions although libgc
requires another source tree (lib_atomic) merging in the build and
Zile needs help2man disabling.

Cheers,

--
Alex Benn?e
QEMU/KVM Hacker for Linaro


Alex Benn?e (2):
  package/libgc: add Boehm-Demers-Weiser gc library
  package/zile: add Zile is Lossy Emacs editor

 package/Config.in                  |  2 ++
 package/libgc/Config.in            |  9 +++++++++
 package/libgc/libgc.mk             | 23 +++++++++++++++++++++++
 package/zile/Config.in             | 14 ++++++++++++++
 package/zile/remove-help2man.patch | 28 ++++++++++++++++++++++++++++
 package/zile/zile.mk               | 13 +++++++++++++
 6 files changed, 89 insertions(+)
 create mode 100644 package/libgc/Config.in
 create mode 100644 package/libgc/libgc.mk
 create mode 100644 package/zile/Config.in
 create mode 100644 package/zile/remove-help2man.patch
 create mode 100644 package/zile/zile.mk

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-08 16:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 11:00 [Buildroot] [PATCH 0/2] Add lightweight Zile editor Alex Bennée
2014-04-07 11:00 ` [Buildroot] [PATCH 1/2] package/libgc: add Boehm-Demers-Weiser gc library Alex Bennée
2014-04-07 20:26   ` Yann E. MORIN
2014-04-08 10:20     ` Alex Bennée
2014-04-07 21:39   ` Thomas Petazzoni
2014-04-07 11:00 ` [Buildroot] [PATCH 2/2] package/zile: add Zile is Lossy Emacs editor Alex Bennée
2014-04-07 20:33   ` Yann E. MORIN
2014-04-08 10:19     ` Alex Bennée
2014-04-08 16:16       ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox