[Lunar-commits] <moonbase-other> seamonkey: version bumped to 2.13.1.
Florin Braescu
florin at lunar-linux.org
Sun Oct 14 16:35:08 CEST 2012
commit ea4b0a5548dcda67c7bbe60e5e7c36659b730de4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 14 Oct 2012 07:35:08 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ea4b0a5548dcda67c7bbe60e5e7c36659b730de4
seamonkey: version bumped to 2.13.1.
---
web/seamonkey/BUILD | +5/-11
web/seamonkey/CONFIGURE | +0/-1
web/seamonkey/DETAILS | +3/-3
3 files changed, 8 insertions(+), 15 deletions(-)
--- a/web/seamonkey/BUILD
+++ b/web/seamonkey/BUILD
@@ -70,16 +70,7 @@
setterm -bfreq -blength &&
#Finally, the build!
- if [ "$PGO" == "y" ] ; then
- #CCache breaks the pgo build
- export CCACHE_DISABLE=1 &&
- echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig &&
- echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig &&
- make -f client.mk build ${MAKES:+-j${MAKES}} &&
- make -f client.mk profiledbuild ${MAKES:+-j${MAKES}}
- else
- make -f client.mk build ${MAKES:+-j${MAKES}}
- fi &&
+ make -f client.mk build ${MAKES:+-j${MAKES}} &&
cd ${MOZ_OBJDIR} &&
prepare_install &&
@@ -90,6 +81,9 @@
for s in 16 22 24 32 48 256 ; do
install -Dm 644 $SOURCE_DIRECTORY/mozilla/browser/branding/official/default${s}.png /usr/share/icons/hicolor/${s}x${s}/apps/seamonkey.png
- done
+ done &&
+ if [ -x /usr/bin/gtk-update-icon-cache -a -f /usr/share/icons/hicolor/index.theme ]; then
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+ fi
) > $C_FIFO 2>&1
--- a/web/seamonkey/CONFIGURE
+++ b/web/seamonkey/CONFIGURE
@@ -1,2 +1 @@
-mquery PGO "Build with Profile Guided Optimization?" y "--enable-profile-guided-optimization" ""
mquery SAFE "Enable safe browsing (anti-phishing)?" y "--enable-safe-browsing" ""
--- a/web/seamonkey/DETAILS
+++ b/web/seamonkey/DETAILS
@@ -1,5 +1,5 @@
MODULE=seamonkey
- VERSION=2.10.1
+ VERSION=2.13.1
SOURCE=$MODULE-$VERSION.source.tar.bz2
SOURCE2=Bug-515374.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
@@ -7,11 +7,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:fbd756f7c0c5e613f7fc47ada329c53897366adb
+ SOURCE_VFY=sha1:ade7b214a62a642067a5cad6063176e8babe405b
SOURCE2_VFY=sha1:2e31bd69350b870e54fb7909e42038c12a592ea1
WEB_SITE=http://www.seamonkey-project.org
ENTERED=20051208
- UPDATED=20120617
+ UPDATED=20121013
SHORT="Seamonkey is a next generation mozilla web browser"
cat << EOF
More information about the Lunar-commits
mailing list