[Lunar-commits] <moonbase> seamonkey: version bumped to 1.1.16.
Florin Braescu
florin at lunar-linux.org
Sun Apr 12 11:26:14 CEST 2009
commit 3b9cd8f410aeb5ecc9f4482f876c7653e0bce58c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 12 12:26:14 2009 +0300
seamonkey: version bumped to 1.1.16.
Security and stability fixes.
---
web/seamonkey/BUILD | 43 +++++++++++++++++++++----------------------
web/seamonkey/DETAILS | 22 ++++++++++++----------
2 files changed, 33 insertions(+), 32 deletions(-)
diff --git a/web/seamonkey/BUILD b/web/seamonkey/BUILD
index 6eb31d9..e7149a8 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,37 +60,36 @@
--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 &&
- setterm -bfreq -blength &&
- default_make &&
+ 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 ef3292c..4717f82 100644
--- a/web/seamonkey/DETAILS
+++ b/web/seamonkey/DETAILS
@@ -2,19 +2,21 @@
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=20090411
+ UPDATED=20090412
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