Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch misc-fixes2
Date: Thu,  6 May 2010 20:20:00 +0200	[thread overview]
Message-ID: <cover.1273169997.git.thomas.petazzoni@free-electrons.com> (raw)

The following changes since commit d701a82321ad2f3e5bfa16639e93532294cad4ce:
  Paulius Zaleckas (1):
        Remove gtk-doc documentations from target

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot misc-fixes2

Thomas Petazzoni (7):
      Add -rpath option for host package compilation
      Add staging libraries directories to -L in external case
      xfont_font-util: enable host package
      xapp_bdftopcf: enable for the host
      Enable xapp_bdftopcf dependencies for the host
      xapp_mkfontdir: enable for the host
      xfonts: fix dependencies and build process

 package/Makefile.in                                |    6 ++++
 package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk       |    2 +
 package/x11r7/xapp_mkfontdir/xapp_mkfontdir.mk     |    2 +
 package/x11r7/xfont_encodings/xfont_encodings.mk   |    2 +
 .../xfont_font-adobe-100dpi.mk                     |    6 ++--
 .../xfont_font-adobe-75dpi.mk                      |    6 ++--
 .../xfont_font-adobe-utopia-100dpi.mk              |    6 ++--
 .../xfont_font-adobe-utopia-75dpi.mk               |    6 ++--
 .../xfont_font-adobe-utopia-type1.mk               |    6 ++--
 package/x11r7/xfont_font-alias/xfont_font-alias.mk |    6 ++--
 .../xfont_font-arabic-misc.mk                      |    6 ++--
 .../xfont_font-bh-100dpi/xfont_font-bh-100dpi.mk   |    6 ++--
 .../xfont_font-bh-75dpi/xfont_font-bh-75dpi.mk     |    6 ++--
 .../xfont_font-bh-lucidatypewriter-100dpi.mk       |    6 ++--
 .../xfont_font-bh-lucidatypewriter-75dpi.mk        |    6 ++--
 .../x11r7/xfont_font-bh-ttf/xfont_font-bh-ttf.mk   |    6 ++--
 .../xfont_font-bh-type1/xfont_font-bh-type1.mk     |    6 ++--
 .../xfont_font-bitstream-100dpi.mk                 |    6 ++--
 .../xfont_font-bitstream-75dpi.mk                  |    6 ++--
 .../xfont_font-bitstream-speedo.mk                 |    6 ++--
 .../xfont_font-bitstream-type1.mk                  |    6 ++--
 .../xfont_font-cronyx-cyrillic.mk                  |    6 ++--
 .../xfont_font-cursor-misc.mk                      |    6 ++--
 .../xfont_font-daewoo-misc.mk                      |    6 ++--
 .../xfont_font-dec-misc/xfont_font-dec-misc.mk     |    6 ++--
 .../xfont_font-ibm-type1/xfont_font-ibm-type1.mk   |    6 ++--
 .../xfont_font-isas-misc/xfont_font-isas-misc.mk   |    6 ++--
 .../xfont_font-jis-misc/xfont_font-jis-misc.mk     |    6 ++--
 .../xfont_font-micro-misc/xfont_font-micro-misc.mk |    6 ++--
 .../xfont_font-misc-cyrillic.mk                    |    6 ++--
 .../xfont_font-misc-ethiopic.mk                    |    6 ++--
 .../xfont_font-misc-meltho.mk                      |    6 ++--
 .../xfont_font-misc-misc/xfont_font-misc-misc.mk   |    6 ++--
 .../xfont_font-mutt-misc/xfont_font-mutt-misc.mk   |    6 ++--
 .../xfont_font-schumacher-misc.mk                  |    6 ++--
 .../xfont_font-screen-cyrillic.mk                  |    6 ++--
 .../xfont_font-sony-misc/xfont_font-sony-misc.mk   |    6 ++--
 .../xfont_font-sun-misc/xfont_font-sun-misc.mk     |    6 ++--
 package/x11r7/xfont_font-util/post-install.sh      |   28 --------------------
 package/x11r7/xfont_font-util/xfont_font-util.mk   |    7 ++++-
 .../xfont_font-winitzki-cyrillic.mk                |    6 ++--
 .../xfont_font-xfree86-type1.mk                    |    6 ++--
 package/x11r7/xlib_libXfont/xlib_libXfont.mk       |    3 ++
 package/x11r7/xlib_xtrans/xlib_xtrans.mk           |    1 +
 .../xproto_fontcacheproto/xproto_fontcacheproto.mk |    1 +
 .../x11r7/xproto_fontsproto/xproto_fontsproto.mk   |    1 +
 46 files changed, 132 insertions(+), 137 deletions(-)
 delete mode 100755 package/x11r7/xfont_font-util/post-install.sh

Thanks,
-- 
Thomas Petazzoni

             reply	other threads:[~2010-05-06 18:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06 18:20 Thomas Petazzoni [this message]
2010-05-06 18:20 ` [Buildroot] [PATCH 1/7] Add -rpath option for host package compilation Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 2/7] Add staging libraries directories to -L in external case Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 3/7] xfont_font-util: enable host package Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 4/7] xapp_bdftopcf: enable for the host Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 5/7] Enable xapp_bdftopcf dependencies " Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 6/7] xapp_mkfontdir: enable " Thomas Petazzoni
2010-05-06 18:20 ` [Buildroot] [PATCH 7/7] xfonts: fix dependencies and build process Thomas Petazzoni
2010-05-07 22:12 ` [Buildroot] [pull request] Pull request for branch misc-fixes2 Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2010-02-14 11:11 Thomas Petazzoni
2010-02-17 10:16 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1273169997.git.thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox