[the-board] [build] Misc improvements on the automatic build bits



commit 670c5abe877ba7b902b6932f97c395618748b201
Author: Lucas Rocha <lucasr gnome org>
Date:   Wed Dec 8 18:40:49 2010 +0000

    [build] Misc improvements on the automatic build bits

 build/jhbuildrc-the-board      |    2 +-
 build/the-board-build-setup.sh |    4 ++++
 build/the-board.modules        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/build/jhbuildrc-the-board b/build/jhbuildrc-the-board
index 94fc536..fee31eb 100644
--- a/build/jhbuildrc-the-board
+++ b/build/jhbuildrc-the-board
@@ -18,7 +18,7 @@ prefix = os.path.expanduser('~/Code/the-board/install/')
 
 skip = [ 'mozilla', 'gtk+', 'libxml2', 'expat', 'libgcrypt',
          'libxslt', 'gnome-common', 'intltool', 'gnome-doc-utils',
-         'gtk-doc', 'libgpg-error' ]
+         'gtk-doc', 'libgpg-error', 'pulseaudio' ]
 #
 # For Ubuntu Intrepid, libmozjs lives in /usr/lib/xulrunner-<version>
 # However, that path isn't in ld.so.conf, meaning that it's basically
diff --git a/build/the-board-build-setup.sh b/build/the-board-build-setup.sh
index 16fd159..a438361 100644
--- a/build/the-board-build-setup.sh
+++ b/build/the-board-build-setup.sh
@@ -185,6 +185,10 @@ echo -n "Writing ~/.jhbuildrc-the-board ... "
 curl -L -s -o $HOME/.jhbuildrc-the-board $BASEURL/jhbuildrc-the-board
 echo "done"
 
+echo -n "Writing ~/$SOURCE/jhbuild/modulesets/the-board.modules ... "
+curl -L -s -o $SOURCE/jhbuild/modulesets/the-board.modules $BASEURL/the-board.modules
+echo "done"
+
 if test "x`echo $PATH | grep $HOME/.bin`" = x; then
     echo "PATH does not contain $HOME/.bin, it is recommended that you add that."
     echo
diff --git a/build/the-board.modules b/build/the-board.modules
index 8d7634b..aef6ec9 100644
--- a/build/the-board.modules
+++ b/build/the-board.modules
@@ -12,7 +12,7 @@
   <repository type="tarball" name="0pointer.de"
     href="http://0pointer.de/lennart/projects/"/>
 
-  <include href="~/Code/the-board/jhbuild/modulesets/gnome-suites-core-3.0.modules"/>
+  <include href="gnome-suites-core-3.0.modules"/>
 
   <autotools id="clutter-gtk">
     <branch repo="git.clutter-project.org" module="clutter-gtk"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]