Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Some more games: XorCurses, ASCII-Invaders and Frotz
@ 2019-02-23 20:56 Thomas Huth
  2019-02-23 20:56 ` [Buildroot] [PATCH 1/3] package/xorcurses: new package Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Thomas Huth @ 2019-02-23 20:56 UTC (permalink / raw)
  To: buildroot

Hi everybody!
This is my first patch contribution to the buildroot project ...
I used buildroot for building most of the images for he QEMU advent
calendar 2018 (see https://www.qemu-advent-calendar.org/2018/ ).
That would not have been possible without buildroot, so thanks a lot
for this great build environment!

Anyway, I've now gone through the package files that I've written
for that project, and I think some of them might maybe be interesting
for integrating them into the official buildroot tree, too. Please
have a look at the following patches, and let me know what you think.
(I also got some more package files on my hard disk, but they need some
more polishing, so I would like to get some feedback on these three
patches first)

Thomas Huth (3):
  package/xorcurses: new package
  package/ascii-invaders: new package
  package/frotz: new package

 package/Config.in                          |  3 ++
 package/ascii-invaders/Config.in           |  5 ++++
 package/ascii-invaders/ascii-invaders.hash |  2 ++
 package/ascii-invaders/ascii-invaders.mk   | 23 ++++++++++++++++
 package/frotz/Config.in                    |  7 +++++
 package/frotz/frotz.hash                   |  2 ++
 package/frotz/frotz.mk                     | 32 ++++++++++++++++++++++
 package/xorcurses/Config.in                | 13 +++++++++
 package/xorcurses/xorcurses.hash           |  2 ++
 package/xorcurses/xorcurses.mk             | 25 +++++++++++++++++
 10 files changed, 114 insertions(+)
 create mode 100644 package/ascii-invaders/Config.in
 create mode 100644 package/ascii-invaders/ascii-invaders.hash
 create mode 100644 package/ascii-invaders/ascii-invaders.mk
 create mode 100644 package/frotz/Config.in
 create mode 100644 package/frotz/frotz.hash
 create mode 100644 package/frotz/frotz.mk
 create mode 100644 package/xorcurses/Config.in
 create mode 100644 package/xorcurses/xorcurses.hash
 create mode 100644 package/xorcurses/xorcurses.mk

-- 
2.17.2

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

end of thread, other threads:[~2019-06-03 18:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23 20:56 [Buildroot] [PATCH 0/3] Some more games: XorCurses, ASCII-Invaders and Frotz Thomas Huth
2019-02-23 20:56 ` [Buildroot] [PATCH 1/3] package/xorcurses: new package Thomas Huth
2019-03-16 16:57   ` Gilles Talis
2019-04-22  5:55     ` Thomas Huth
2019-06-03 18:22       ` Gilles Talis
2019-02-23 20:56 ` [Buildroot] [PATCH 2/3] package/ascii-invaders: " Thomas Huth
2019-03-16 17:04   ` Gilles Talis
2019-02-23 20:56 ` [Buildroot] [PATCH 3/3] package/frotz: " Thomas Huth
2019-03-16 17:15   ` Gilles Talis
2019-03-07 11:16 ` [Buildroot] [PATCH 0/3] Some more games: XorCurses, ASCII-Invaders and Frotz Thomas Huth
2019-03-17 15:16   ` Thomas Petazzoni

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