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/installer/ChangeLog.txt | 5 +++++ source/installer/build_installer.sh | 1 + source/l/libgnt/libgnt.url | 2 +- source/xap/gftp/gftp.SlackBuild | 12 +----------- source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 1 + .../xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 1 + 6 files changed, 10 insertions(+), 12 deletions(-) (limited to 'source') diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 45384884f..d63000f0e 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,8 @@ +Wed Oct 6 12:16:57 UTC 2021 + build_installer.sh: Added console font 'ter-732b.psf.gz' + for the AArch64/PineBook Pro. + Thanks to Stuart Winter. ++--------------------------+ Fri Sep 3 18:06:38 UTC 2021 Added dhcpcd user/group to passwd/group/shadow. Added /var/lib/dhcpcd directory. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 47c93734a..111036180 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1151,6 +1151,7 @@ cd $TMP/extract-packages/usr/share/kbd/consolefonts mkdir -p $PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts cp --remove-destination -fa${VERBOSE1} \ ter-114v.psf.gz \ + ter-732b.psf.gz \ $PKG/$ARCH-installer-filesystem/usr/share/kbd/consolefonts # Copy binaries from /usr/sbin into the installer's /usr/sbin/ diff --git a/source/l/libgnt/libgnt.url b/source/l/libgnt/libgnt.url index 696d62918..5ec331825 100644 --- a/source/l/libgnt/libgnt.url +++ b/source/l/libgnt/libgnt.url @@ -1,2 +1,2 @@ #https://keep.imfreedom.org/libgnt/libgnt -https://downloads.sourceforge.net/pidgin/libgnt/libgnt-2.14.2.tar.xz +https://downloads.sourceforge.net/pidgin/libgnt/libgnt-2.14.3.tar.xz 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