[Lunar-commits] <moonbase> universalindentgui: Adding a patch to fix a build failure.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Apr 3 16:32:17 CEST 2011


commit 3093d67da7bc85a9f466cb9ade71cb1f4f57e79c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Apr 3 10:32:17 2011 -0400

    universalindentgui: Adding a patch to fix a build failure.
    
    https://sourceforge.net/tracker/?func=detail&aid=3006513&group_id=167482&atid=843127
---
 utils/universalindentgui/BUILD   |    4 ++++
 utils/universalindentgui/DETAILS |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/utils/universalindentgui/BUILD b/utils/universalindentgui/BUILD
index bc03ae5..ca5b445 100644
--- a/utils/universalindentgui/BUILD
+++ b/utils/universalindentgui/BUILD
@@ -1,7 +1,11 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
   source /etc/profile.d/qt4.rc  &&
 
+  sedit "s:-qt4::g" UniversalIndentGUI.pro &&
+
   sedit 's:--style=kr:--style=k/r:' indenters/uigui_astyle.ini &&
 
   qmake -o Makefile UniversalIndentGUI.pro  &&
diff --git a/utils/universalindentgui/DETAILS b/utils/universalindentgui/DETAILS
index 3e12cd3..35e798d 100644
--- a/utils/universalindentgui/DETAILS
+++ b/utils/universalindentgui/DETAILS
@@ -1,15 +1,18 @@
           MODULE=universalindentgui
          VERSION=1.1.0
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=02_fix_gcc_4.5_build.patch
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/files/uigui/UniversalIndentGUI_$VERSION/
    SOURCE_URL[1]=http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
+     SOURCE2_URL=https://launchpadlibrarian.net/64350673/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_VFY=sha1:e1bb09e48bb2d927d2a9e59eb5b8eb7fa2a8193e
+     SOURCE2_VFY=sha1:852a6e80e6a8c663193007899aac35e94cb53918
         WEB_SITE="http://universalindent.sourceforge.net/"
          ENTERED=20100403
          UPDATED=20100403
            SHORT="gui for several code formatters, beautifiers and indenters"
-cat <<EOF
+cat << EOF
 UniversalIndentGUI offers a live preview for setting the parameters
 of nearly any indenter. You change the value of a parameter and
 directly see how your reformatted code will look like. Save your


More information about the Lunar-commits mailing list