From 0e0679dee7c2f114f3531eb31cbfacc9414d30bd Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 6 Oct 2021 19:25:04 +0000 Subject: Wed Oct 6 19:25:04 UTC 2021 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. --- source/xap/gftp/gftp.SlackBuild | 12 +----------- source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 1 + .../xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 1 + 3 files changed, 3 insertions(+), 11 deletions(-) (limited to 'source/xap') 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 \ -- cgit v1.2.3-65-gdbad