From fc9245e12d038e0f288c6708aef8de0df57c5894 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 14 Sep 2012 01:39:18 +0000 Subject: [PATCH] Update to seamonkey-2.12.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10664 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 4 ++++ xsoft/graphweb/seamonkey.xml | 35 ++++++++++++++++++------------ 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/general.ent b/general.ent index 765befb7b7..5140dbc671 100644 --- a/general.ent +++ b/general.ent @@ -1003,7 +1003,7 @@ $Date$ --> - + SeaMonkey Dependencies Required @@ -134,14 +134,14 @@ Installation of SeaMonkey - + The configuration of SeaMonkey is accomplished by creating a mozconfig file containing the desired @@ -218,13 +218,17 @@ make -C moz-build-dir/suite/installer commands as the root user: -rm -rf /usr/lib/seamonkey-&seamonkey-version; && +rm -rf /usr/lib/seamonkey-&seamonkey-version; && mkdir -pv /usr/lib/seamonkey-&seamonkey-version; && + tar -xf moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2 \ - -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 && -ln -sfv ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin && -mkdir -pv /usr/lib/mozilla/plugins && + -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 && + +ln -sfv ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin && + +mkdir -pv /usr/lib/mozilla/plugins && ln -sfv ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; && + cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1 @@ -238,13 +242,14 @@ cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1root user: -rm -rf /usr/include/npapi && +rm -rf /usr/include/npapi && mkdir -v /usr/include/npapi && cp -v mozilla/dom/plugins/base/*.h /usr/include/npapi All the Development Libraries and Headers + If you want to install the full SeaMonkey development environment, as the @@ -343,6 +348,7 @@ cp -v mozilla/dom/plugins/base/*.h /usr/include/npapi mkdir -pv /usr/share/applications && + cat > /usr/share/applications/seamonkey.desktop << "EOF" && [Desktop Entry] Encoding=UTF-8 @@ -355,6 +361,7 @@ Categories=Network;GTK;Application;Email;Browser;WebBrowser;News; StartupNotify=true Terminal=false EOF + ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \ /usr/share/pixmaps