Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (09ea43a3ef5663e87418094822522a1c3e517b3d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (09ea43a3ef5663e87418094822522a1c3e517b3d)
  • Date: Tue, 7 Oct 2008 18:30:25 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/xulrunner/HISTORY | 6 +++++-
http/xulrunner/INSTALL | 12 +++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 09ea43a3ef5663e87418094822522a1c3e517b3d
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xulrunner: Few more updates to get xulrunner working with
other spells.

diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 57e2a0d..ef0a65d 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,4 +1,8 @@
-2008-10-06 George Sherwood <george AT beernabeer.com>
+2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
+ * INSTALL: Added fixes for libxul.pc. Create symlnk for
+ /usr/lib/xulrunner
+
+2008-10-06 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.9.0.3
* BUILD: Re-wrote to use mozconfig3 file.
* INSTALL: Updated and fix *.pc files to match new install.
diff --git a/http/xulrunner/INSTALL b/http/xulrunner/INSTALL
index c932814..ab1704e 100755
--- a/http/xulrunner/INSTALL
+++ b/http/xulrunner/INSTALL
@@ -28,12 +28,14 @@ then
rm $MOZILLA_HOME/plugins/libnullplugin.so
fi

-#Need ln -s to find lib directory
-#ln -s $INSTALL_ROOT/usr/lib/xulrunner-1.9/ $INSTALL_ROOT/usr/lib/xulrunner
&&
+#Need ln -s to for some apps
+ln -s $INSTALL_ROOT/usr/lib/xulrunner-1.9/ $INSTALL_ROOT/usr/lib/xulrunner
&&

# make the pkgconfig files reference the nspr from the standalone nspr spell
sedit 's/nspr/mozilla-nspr/'
${INSTALL_ROOT}/usr/lib/pkgconfig/mozilla-js.pc &&
sedit 's/nspr/mozilla-nspr/'
${INSTALL_ROOT}/usr/lib/pkgconfig/mozilla-plugin.pc &&
-sedit 's/nspr/mozilla-nspr/'
${INSTALL_ROOT}/usr/lib/pkgconfig/mozilla-nss.pc
-#sedit 's/nspr/mozilla-nspr/' ${INSTALL_ROOT}/usr/lib/pkgconfig/libxul.pc
&&
-#sedit 's/nspr/mozilla-nspr/'
${INSTALL_ROOT}/usr/lib/pkgconfig/libxul-unstable.pc
+sedit 's/nspr/mozilla-nspr/'
${INSTALL_ROOT}/usr/lib/pkgconfig/mozilla-nss.pc &&
+
+#libxul.pc needs to include an idl compiler directory
+sed -i 's:\/xulrunner-1\.9\/idl:\/xulrunner-1\.9\/idl\/stable:'
${INSTALL_ROOT}/usr/lib/pkgconfig/libxul.pc &&
+sed -i '5ilibdir=/usr/lib/xulrunner-1.9'
${INSTALL_ROOT}/usr/lib/pkgconfig/libxul.pc



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (09ea43a3ef5663e87418094822522a1c3e517b3d), George Sherwood, 10/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page