All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frederic Bassaler <frederic.bassaler@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Fluxbox window manager
Date: Tue, 2 Aug 2011 16:01:16 +0200	[thread overview]
Message-ID: <20110802160116.324b7ba8@gmail.com> (raw)

Hi everybody

Maybe Fluxbox could be included in Buildroot?

it is actively maintained (unlike Blackbox)

http://www.fluxbox.org/news/

and adding it to Buildroot is very easy :


--- file : package/fluxbox/Config.in

config BR2_PACKAGE_FLUXBOX
        bool "fluxbox"
        depends on BR2_PACKAGE_XORG7
        depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        select BR2_PACKAGE_XLIB_LIBX11
        help
          The Fluxbox lightweight window manager for X

          http://fluxbox.org

comment "fluxbox requires a toolchain with C++ support enabled"
        depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP

# EOF


---- file : package/fluxbox/fluxbox.mk

#############################################################
#
# FLUXBOX
#
#############################################################

FLUXBOX_VERSION:=1.3.1
FLUXBOX_SOURCE:=fluxbox-$(FLUXBOX_VERSION).tar.bz2
FLUXBOX_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fluxbox/
FLUXBOX_AUTORECONF:=NO
FLUXBOX_INSTALL_STAGING:=NO
FLUXBOX_INSTALL_TARGET:=YES

FLUXBOX_CONF_OPT:=--x-includes=$(STAGING_DIR)/usr/include/X11 \
                --x-libraries=$(STAGING_DIR)/usr/lib

FLUXBOX_DEPENDENCIES = xlib_libX11

ifneq ($(BR2_ENABLE_LOCALE),y)
FLUXBOX_DEPENDENCIES += libiconv
endif

$(eval $(call AUTOTARGETS,package,fluxbox))

# EOF



(Sorry I'm not used to patches!)

             reply	other threads:[~2011-08-02 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02 14:01 Frederic Bassaler [this message]
2011-08-02 14:46 ` [Buildroot] Fluxbox window manager Thomas Petazzoni

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=20110802160116.324b7ba8@gmail.com \
    --to=frederic.bassaler@gmail.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 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.