All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch qt
@ 2009-07-27 13:07 Thomas Petazzoni
  2009-07-27 13:07 ` [Buildroot] [PATCH 1/4] qt: rename qtopia4 to qt Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2009-07-27 13:07 UTC (permalink / raw)
  To: buildroot

The following changes since commit 660952565ed0c76b4a2e345bb79fd553a4f53d77:
  Thomas Petazzoni (1):
        Update CHANGES with recent improvements

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot qt

Thomas Petazzoni (4):
      qt: rename qtopia4 to qt
      qt: put the Qt options into a submenu
      qt: fix build with external toolchain
      qt: the GUI module requires the network module to work properly

 package/Config.in                                  |    2 +-
 package/qt/Config.gfx.in                           |   19 +
 package/{qtopia4 => qt}/Config.in                  |  167 +++---
 package/qt/Config.mouse.in                         |   24 +
 package/{qtopia4 => qt}/Config.sql.in              |   18 +-
 .../qt-4.5.2-fix-qt-zlib-build.patch}              |    0
 package/qt/qt.mk                                   |  583 ++++++++++++++++++++
 package/qtopia4/Config.gfx.in                      |   19 -
 package/qtopia4/Config.mouse.in                    |   24 -
 package/qtopia4/qtopia4.mk                         |  582 -------------------
 10 files changed, 720 insertions(+), 718 deletions(-)
 create mode 100644 package/qt/Config.gfx.in
 rename package/{qtopia4 => qt}/Config.in (62%)
 create mode 100644 package/qt/Config.mouse.in
 rename package/{qtopia4 => qt}/Config.sql.in (60%)
 rename package/{qtopia4/qtopia-4.5.2-fix-qt-zlib-build.patch => qt/qt-4.5.2-fix-qt-zlib-build.patch} (100%)
 create mode 100644 package/qt/qt.mk
 delete mode 100644 package/qtopia4/Config.gfx.in
 delete mode 100644 package/qtopia4/Config.mouse.in
 delete mode 100644 package/qtopia4/qtopia4.mk

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2009-07-27 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 13:07 [Buildroot] [pull request] Pull request for branch qt Thomas Petazzoni
2009-07-27 13:07 ` [Buildroot] [PATCH 1/4] qt: rename qtopia4 to qt Thomas Petazzoni
2009-07-27 13:07 ` [Buildroot] [PATCH 2/4] qt: put the Qt options into a submenu Thomas Petazzoni
2009-07-27 13:07 ` [Buildroot] [PATCH 3/4] qt: fix build with external toolchain Thomas Petazzoni
2009-07-27 13:07 ` [Buildroot] [PATCH 4/4] qt: the GUI module requires the network module to work properly Thomas Petazzoni
2009-07-27 13:24 ` [Buildroot] [pull request] Pull request for branch qt Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.