Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b758db2b5a365bddb1ed14f4df44155c81be170f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b758db2b5a365bddb1ed14f4df44155c81be170f)
  • Date: Mon, 31 Dec 2012 01:43:21 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

windowmanagers/fluxbox/BUILD | 6 ++++++
windowmanagers/fluxbox/HISTORY | 1 +
2 files changed, 7 insertions(+)

New commits:
commit b758db2b5a365bddb1ed14f4df44155c81be170f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fluxbox: fixed fribidi detection, when built with glib support

diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
index 3d8e291..c3bf9b1 100755
--- a/windowmanagers/fluxbox/BUILD
+++ b/windowmanagers/fluxbox/BUILD
@@ -2,6 +2,12 @@ if [[ $FLUXBOX_BRANCH == scm ]]; then
./autogen.sh
fi &&

+if is_depends_enabled $SPELL fribidi && is_depends_enabled fribidi glib2;
then
+ CXXFLAGS="-I$INSTALL_ROOT/usr/include/glib-2.0 \
+ -I$INSTALL_ROOT/usr/lib/glib-2.0/include \
+ $CXXFLAGS"
+fi &&
+
OPTS="$FLUXBOX_OPTS $OPTS" &&

default_build
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index d119dd8..b341f16 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: updated spell to 1.3.3
* CONFIGURE: dropped deprecated randr1.2 flags; fixed timedcache
flags;
added test flags; swapped deprecated flags with ewmh support
+ * BUILD: fixed fribidi detection, when built with glib support
* size_t.patch: dropped, fixed by upstream

2011-10-30 Vlad Glagolev <stealth AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b758db2b5a365bddb1ed14f4df44155c81be170f), Vlad Glagolev, 12/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page