[Lunar-commits] <moonbase> Revert "seamonkey: version bumped to 1.1.16."

Zbigniew Luszpinski zbiggy at lunar-linux.org
Fri Apr 17 01:46:20 CEST 2009


commit d2068e9c94f206f1eca03547641a5a9b396c34d7
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Fri Apr 17 01:46:20 2009 +0200

    Revert "seamonkey: version bumped to 1.1.16."
    
    This reverts commit 3b9cd8f410aeb5ecc9f4482f876c7653e0bce58c.
    
    People, before pushing module do git pull to make sure that
    modules you want to commit are not already commited.
    This will safe compilation time for users and will not destroy
    improvements implemented on previous module update.
    This time the victim of blind module commit is antibeep improvement I commited on Saturday.
    This antibeep solution fixes annoying beeping during seamonkey compilation.
    The good commit habit is to do git pull, git diff and eventually git push
    if changes you want to commit _still_ make sense. Thank you for reading.
---
 web/seamonkey/BUILD   |   43 ++++++++++++++++++++++---------------------
 web/seamonkey/DETAILS |   22 ++++++++++------------
 2 files changed, 32 insertions(+), 33 deletions(-)

diff --git a/web/seamonkey/BUILD b/web/seamonkey/BUILD
index e7149a8..6eb31d9 100644
--- a/web/seamonkey/BUILD
+++ b/web/seamonkey/BUILD
@@ -4,7 +4,7 @@
   fi &&
 
   # This should always be just a link
-  rm -rf /usr/lib/seamonkey-$VERSION/plugins  &&
+  rm -rf /usr/lib/seamonkey-$VERSION/plugins &&
 
   MOZILLA_HOME=/usr/lib/$MODULE-$VERSION
 
@@ -17,7 +17,7 @@
   fi &&
 
   # This hack added to fix a gtk+-2/pango/atk update that broke seamonkey. This should be removed in the future.
-  sedit "s/(MOZ_GTK2_LIBS)/(MOZ_GTK2_LIBS) -lX11 -lXrender/" layout/build/Makefile.in  &&
+  sedit "s/(MOZ_GTK2_LIBS)/(MOZ_GTK2_LIBS) -lX11 -lXrender/" layout/build/Makefile.in &&
 
   export MOZ_FREETYPE2="no"
   export MOZ_PANGO="yes"
@@ -35,11 +35,11 @@
     --with-x            \
     --with-pthreads     \
     --with-default-mozilla-five-home=$MOZILLA_HOME \
-    --with-user-appdir=.seamonkey  \
+    --with-user-appdir=.seamonkey     \
     --with-system-zlib  \
     --with-system-png   \
     --with-system-jpeg  \
-    --enable-extensions=${MOZ_EXTENSIONS}  \
+    --enable-extensions=${MOZ_EXTENSIONS}       \
     --enable-application=suite     \
     --enable-default-toolkit=gtk2  \
     --enable-optimize="$CFLAGS"    \
@@ -60,36 +60,37 @@
     --disable-installer \
     --disable-pedantic  \
     --disable-logging   \
-    --disable-accessibility   \
-    --disable-ldap            \
-    --disable-profilesharing  \
+    --disable-accessibility     \
+    --disable-ldap      \
+    --disable-profilesharing    \
     --enable-mathml     \
-    --disable-xinerama  \
-    --disable-gnomeui   \
+    --disable-xinerama \
+    --disable-gnomeui  \
     --enable-glitz      \
-    --disable-pango     \
-    --disable-gnomevfs  \
-    $OPTS              &&
+    --disable-pango \
+    --disable-gnomevfs \
+    $OPTS               &&
 
-  default_make  &&
+  setterm -bfreq -blength &&
+  default_make        &&
 
   # Put some important headers in place
-  mkdir -p /usr/include/seamonkey-$VERSION/nss  &&
-  cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/seamonkey-$VERSION/nss  &&
+  mkdir -p /usr/include/seamonkey-$VERSION/nss &&
+  cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/seamonkey-$VERSION/nss &&
 
   # Install the plugins in the right directories
-  mkdir -p /opt/lunar/plugins  &&
+  mkdir -p /opt/lunar/plugins         &&
   for plugin in `ls /usr/lib/seamonkey-$VERSION/plugins`; do
        `install -m755 /usr/lib/seamonkey-$VERSION/plugins/$plugin /opt/lunar/plugins`; done  &&
 
-  rm -rf /usr/lib/seamonkey-$VERSION/plugins  &&
-  ln -snf /opt/lunar/plugins /usr/lib/seamonkey-$VERSION/plugins  &&
+  rm -rf /usr/lib/seamonkey-$VERSION/plugins &&
+  ln -snf /opt/lunar/plugins /usr/lib/seamonkey-$VERSION/plugins &&
 
   # Now the .desktop file and the icon
-  mkdir -p /usr/share/applications /usr/share/pixmaps  &&
-  install -m644 $SCRIPT_DIRECTORY/seamonkey.desktop /usr/share/applications  &&
+  mkdir -p /usr/share/applications /usr/share/pixmaps &&
+  install -m644 $SCRIPT_DIRECTORY/seamonkey.desktop /usr/share/applications &&
   # please, dont just let the lin fail because /usr/share/pixmaps/seamonkey.xpm is an existing symlink...
-  rm -f /usr/share/pixmaps/seamonkey.xpm  &&
+  rm -f /usr/share/pixmaps/seamonkey.xpm &&
   install -m644 $MOZILLA_HOME/chrome/icons/default/main-window.xpm /usr/share/pixmaps/seamonkey.xpm
 
 ) > $C_FIFO 2>&1
diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS
index 4717f82..ef3292c 100644
--- a/web/seamonkey/DETAILS
+++ b/web/seamonkey/DETAILS
@@ -2,21 +2,19 @@
          VERSION=1.1.16
           SOURCE=$MODULE-$VERSION.source.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
-   SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION
-   SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION
-   SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION
+   SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/
+   SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/
+   SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/
       SOURCE_VFY=sha1:1dd4a6cda98bb9f86f233ae1cc3bdd49f7361b8e
-        WEB_SITE=http://www.seamonkey-project.org
+        WEB_SITE=http://www.seamonkey-project.org/
            PSAFE=no
          ENTERED=20051208
-         UPDATED=20090412
+         UPDATED=20090411
       MAINTAINER=zbiggy at o2.pl
-           SHORT="Seamonkey is a next generation mozilla web browser"
-	   
+           SHORT="Seamonkey is a next generation mozilla web browser."
 cat << EOF
-Seamonkey is a next generation browser that is being developed by the 
-Free Software Community. Initially, its development was based on a 
-last beta version of Mozilla Web Suite.
-Most of code is shared now with FireFox but outlook and behaviour is 
-made in classic mozilla style.
+Seamonkey is a next generation browser that is being developed by the Free Software
+Community. Initially, its development was based on a last beta version of Mozilla Web Suite.
+Most of code is shared now with FireFox but outlook and behaviour is made in classic
+mozilla style.
 EOF


More information about the Lunar-commits mailing list