[Lunar-commits] r20749 - moonbase/trunk/graphics/scribus

Jannis Pohlmann jannis at lunar-linux.org
Tue Jul 18 16:37:15 UTC 2006


Author: jannis
Date: 2006-07-18 16:37:15 +0000 (Tue, 18 Jul 2006)
New Revision: 20749

Modified:
   moonbase/trunk/graphics/scribus/BUILD
Log:
* Completely drop Python scripting support. I doubt there is much use 
  for it and it's definitely not worth the effort to check if 
  Boost.Python is available etc.
* Removed some old commands from BUILD:
    /usr/X11R6/include/zlib.h is already removed in the BUILD script of
    XOrg and the other line didn't make a difference on my machine, so 
    I removed it. Old stuff from 1.1.x, I guess.



Modified: moonbase/trunk/graphics/scribus/BUILD
===================================================================
--- moonbase/trunk/graphics/scribus/BUILD	2006-07-18 15:36:02 UTC (rev 20748)
+++ moonbase/trunk/graphics/scribus/BUILD	2006-07-18 16:37:15 UTC (rev 20749)
@@ -4,22 +4,9 @@
   export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:/usr/X11/bin:$PATH
   export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
 
-  rm -f /usr/X11R6/include/zlib.h 
-  sedit "s:<qpopupmenu.h>:<qpopupmenu.h>\n#include <unistd.h>:" scribus/page.h
-
-  HAS_SCRIPTING_SUPPORT=false
-  if  module_installed  boost;  then
-    if  in_depends  boost  Python;  then
-      HAS_SCRIPTING_SUPPORT=true
-    fi
-  fi
-  if [ "$HAS_SCRIPTING_SUPPORT" == "false" ];  then
-    message "${MODULE_COLOR}scribus${CYAN} will be compiled without Python scripting support."
-    message "To enable this feature, please build ${MODULE_COLOR}boost${CYAN} with Python bindings.${DEFAULT_COLOR}"
-  fi
-
   ./configure  --prefix=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                \
+               --without-python               \
                $OPTS                         &&
 
   default_make



More information about the Lunar-commits mailing list