summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-06 19:25:04 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-07 08:59:58 +0200
commit0e0679dee7c2f114f3531eb31cbfacc9414d30bd (patch)
tree4f64365d14c3e0cd72ff700785b88a1b8a4385f0 /source/xap
parent467ef177c6db247b84c6e8ee0afd2da1c1b0ffd6 (diff)
downloadcurrent-20211006192504.tar.gz
current-20211006192504.tar.xz
Wed Oct 6 19:25:04 UTC 202120211006192504
a/hwdata-0.352-noarch-1.txz: Upgraded. ap/nano-5.9-x86_64-1.txz: Upgraded. d/mercurial-5.9.2-x86_64-1.txz: Upgraded. l/libgnt-2.14.3-x86_64-1.txz: Upgraded. l/librsvg-2.52.1-x86_64-1.txz: Upgraded. l/mozjs78-78.15.0esr-x86_64-1.txz: Upgraded. l/netpbm-10.96.01-x86_64-1.txz: Upgraded. l/polkit-0.120-x86_64-1.txz: Upgraded. n/openvpn-2.5.4-x86_64-1.txz: Upgraded. x/xkeyboard-config-2.34-noarch-1.txz: Upgraded. xap/gftp-2.7.0b-x86_64-3.txz: Rebuilt. Removed broken icon symlink. Thanks to marav. xap/mozilla-thunderbird-91.2.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.2.0/releasenotes/ (* Security fix *) extra/fltk/fltk-1.3.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rwxr-xr-xsource/xap/gftp/gftp.SlackBuild12
-rwxr-xr-xsource/xap/mozilla-firefox/mozilla-firefox.SlackBuild1
-rwxr-xr-xsource/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild1
3 files changed, 3 insertions, 11 deletions
diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild
index 4ba914719..502aae21b 100755
--- a/source/xap/gftp/gftp.SlackBuild
+++ b/source/xap/gftp/gftp.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gftp
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -95,15 +95,6 @@ make install DESTDIR=$PKG || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# Put symlinks to the themable icons in place
-mkdir -p $PKG/usr/share/icons/hicolor/{scalable,16x16,22x22,24x24,32x32,48x48}/apps
-ln -s /usr/share/gftp/gftp-scalable.svg \
- $PKG/usr/share/icons/hicolor/scalable/apps/gftp.svg
-for i in 16x16 22x22 24x24 32x32 48x48 ; do
- ln -s /usr/share/gftp/gftp-${i}.png \
- $PKG/usr/share/icons/hicolor/${i}/apps/gftp.png
-done
-
mkdir -p $PKG/usr/doc/gftp-$VERSION
cp -a \
AUTHORS COPYING NEWS README README.html THANKS TODO docs/USERS-GUIDE \
@@ -119,4 +110,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $TMP/gftp-$VERSION-$ARCH-$BUILD.txz
-
diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
index 62181ad23..6d0682fbc 100755
--- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
+++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
@@ -281,6 +281,7 @@ export MOZ_PACKAGE_JSSHELL="1"
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS -fno-delete-null-pointer-checks"
export MOZ_MAKE_FLAGS="$NUMJOBS"
+export MOZBUILD_STATE_PATH="$TMP/firefox-$RELEASEVER/.mozbuild"
# Clear some variables that could break the build
unset DBUS_SESSION_BUS_ADDRESS ORBIT_SOCKETDIR SESSION_MANAGER \
diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
index fe886830e..7762dd91d 100755
--- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
+++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
@@ -246,6 +246,7 @@ export CXXFLAGS="$SLKCFLAGS"
export MOZ_MAKE_FLAGS="$NUMJOBS"
# Set the following variable to empty. =0 does not work.
export MOZ_REQUIRE_SIGNING=
+export MOZBUILD_STATE_PATH="$TMP/thunderbird-$RELEASEVER/.mozbuild"
# Clear some variables that could break the build
unset DBUS_SESSION_BUS_ADDRESS ORBIT_SOCKETDIR SESSION_MANAGER \