summaryrefslogtreecommitdiffstats
path: root/source/xap/seamonkey/seamonkey.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-01-25 01:07:00 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-25 08:59:51 +0100
commit6197acd604d6d8e70b3523d1a5abfa101270ddf3 (patch)
tree0e4117903e1bce3d03e1ff97ecbae199e229003b /source/xap/seamonkey/seamonkey.SlackBuild
parentd6b3fac831bf7bbe61e3e04c1dc6f734f06f8731 (diff)
downloadcurrent-6197acd604d6d8e70b3523d1a5abfa101270ddf3.tar.gz
current-6197acd604d6d8e70b3523d1a5abfa101270ddf3.tar.xz
Mon Jan 25 01:07:00 UTC 202120210125010700
a/glibc-zoneinfo-2021a-noarch-1.txz: Upgraded. This package provides the latest timezone updates. ap/vorbis-tools-1.4.2-x86_64-1.txz: Upgraded. d/binutils-2.36-x86_64-1.txz: Upgraded. d/bison-3.7.5-x86_64-1.txz: Upgraded. d/oprofile-1.4.0-x86_64-4.txz: Rebuilt. d/perl-5.32.1-x86_64-1.txz: Upgraded. d/python-pip-21.0-x86_64-1.txz: Upgraded. d/python-setuptools-52.0.0-x86_64-1.txz: Upgraded. l/imagemagick-7.0.10_59-x86_64-1.txz: Upgraded. l/libsndfile-1.0.31-x86_64-1.txz: Upgraded. x/libXt-1.2.1-x86_64-1.txz: Upgraded. x/util-macros-1.19.3-noarch-1.txz: Upgraded. x/xf86-video-nouveau-1.0.17-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.6-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.6 (* Security fix *)
Diffstat (limited to 'source/xap/seamonkey/seamonkey.SlackBuild')
-rwxr-xr-xsource/xap/seamonkey/seamonkey.SlackBuild22
1 files changed, 8 insertions, 14 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild
index 7f68f28b6..a8afd8a44 100755
--- a/source/xap/seamonkey/seamonkey.SlackBuild
+++ b/source/xap/seamonkey/seamonkey.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ PKGNAM=seamonkey
TARBALLVER=${VERSION:-$(basename $(ls seamonkey-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)}
# Strip the end from beta versions:
VERSION=$(echo $TARBALLVER | cut -f 1 -d b)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -125,10 +125,7 @@ rm -rf seamonkey-unpack
cd seamonkey-${TARBALLVER} || exit 1
# Retain GTK+ v2 scrolling behavior:
-zcat $CWD/sm.ui.scrollToClick.diff.gz | patch -p1 --verbose || exit 1
-
-# Fix build with Rust 1.48.0:
-zcat $CWD/rust148-packed_simd.patch.gz | patch -p0 --verbose || exit 1
+zcat $CWD/sm.ui.scrollToClick.diff.gz | patch -p2 --verbose || exit 1
# Make sure the perms/ownerships are sane:
chown -R root:root .
@@ -164,8 +161,7 @@ OPTIONS="\
--enable-calendar \
--without-system-nspr \
--with-system-zlib \
- --enable-application=suite \
- --with-pthreads \
+ --enable-application=comm/suite \
--host=$ARCH-slackware-linux \
--target=$ARCH-slackware-linux"
@@ -189,7 +185,7 @@ echo "export CXX=\"${CXX}\"" >> .mozconfig
mkdir obj
echo "mk_add_options MOZ_OBJDIR=$(pwd)/obj" >> .mozconfig
# This directory is also needed or the build will fail:
-mkdir -p mozilla/obj
+mkdir -p obj
# Set options for $OPTIMIZE_FLAG:
echo "ac_add_options --enable-optimize=\"${OPTIMIZE_FLAG}\"" >> .mozconfig
@@ -246,11 +242,9 @@ chown -R root:root $PKG/usr/share/pixmaps
chmod 644 $PKG/usr/share/pixmaps/*
mkdir -p $PKG/usr/doc/seamonkey-$VERSION
-( cd mozilla
- cp -a \
- LEGAL LICENSE README.txt \
- $PKG/usr/doc/seamonkey-$VERSION
-)
+cp -a \
+ AUTHORS LEGAL LICENSE README.txt \
+ $PKG/usr/doc/seamonkey-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc