Skip to Content.
Sympa Menu

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

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 (d4eab1a79b94d727b6af8668911ca0b30a0fdc6c)
  • Date: Sun, 20 Feb 2011 05:33:14 -0600

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

windowmanagers/fluxbox/HISTORY | 2 +-
windowmanagers/fluxbox/PRE_BUILD | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)

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

fluxbox: added checking for the future versions of fribidi

diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index d7f6760..340a2b4 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -3,7 +3,7 @@
* BUILD: removed deprecated definitions
* DEPENDS: moved nls from CONFIGURE
* CONFIGURE: corrected some questions
- * PRE_BUILD: apply the patch and do autoconf
+ * PRE_BUILD: apply the patch and do autoconf only for fribidi 0.10.*
* fribidi.patch: added, to fix configure for fribidi support

2011-02-19 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/windowmanagers/fluxbox/PRE_BUILD
b/windowmanagers/fluxbox/PRE_BUILD
index 26ca318..09d86a3 100755
--- a/windowmanagers/fluxbox/PRE_BUILD
+++ b/windowmanagers/fluxbox/PRE_BUILD
@@ -2,6 +2,8 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

patch -p0 < "$SPELL_DIRECTORY/gcc43.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&

-autoreconf -i
+if is_depends_enabled $SPELL fribidi && [[ $(installed_version fribidi) <
0.19 ]]; then
+ patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&
+ autoreconf -i
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d4eab1a79b94d727b6af8668911ca0b30a0fdc6c), Vlad Glagolev, 02/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page