From 8160de57c47ccc90ccb514a65cc14fde84939c8f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 31 Oct 2019 21:31:50 +0000 Subject: Thu Oct 31 21:31:50 UTC 2019 a/kernel-firmware-20191030_9e194c7-noarch-1.txz: Upgraded. d/cmake-3.15.5-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_71-x86_64-1.txz: Upgraded. l/libxml2-2.9.10-x86_64-1.txz: Upgraded. l/libxslt-1.1.34-x86_64-1.txz: Upgraded. n/bluez-5.52-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-68.2.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/68.2.1/releasenotes/ Added option: --disable-updater --- source/l/libxml2/libxml2.SlackBuild | 2 +- source/l/libxml2/libxml2.url | 1 + source/l/libxslt/libxslt.url | 1 + source/n/bluez/bluez.SlackBuild | 11 ++++++++--- source/n/bluez/bluez.url | 1 + source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 1 + source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 1 + 7 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 source/l/libxml2/libxml2.url create mode 100644 source/l/libxslt/libxslt.url create mode 100644 source/n/bluez/bluez.url (limited to 'source') diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index 007bfa4ae..9fbe39bb3 100755 --- a/source/l/libxml2/libxml2.SlackBuild +++ b/source/l/libxml2/libxml2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libxml2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libxml2/libxml2.url b/source/l/libxml2/libxml2.url new file mode 100644 index 000000000..62e07ca9e --- /dev/null +++ b/source/l/libxml2/libxml2.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 diff --git a/source/l/libxslt/libxslt.url b/source/l/libxslt/libxslt.url new file mode 100644 index 000000000..62e07ca9e --- /dev/null +++ b/source/l/libxslt/libxslt.url @@ -0,0 +1 @@ +ftp://ftp.xmlsoft.org/libxml2 diff --git a/source/n/bluez/bluez.SlackBuild b/source/n/bluez/bluez.SlackBuild index dd99028a3..cc55d396b 100755 --- a/source/n/bluez/bluez.SlackBuild +++ b/source/n/bluez/bluez.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bluez VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -81,10 +81,10 @@ zcat $CWD/bluez-5.51-obexd_without_systemd-1.patch.gz | patch -p1 --verbose || e # Fix bluetoothd crashes: zcat $CWD/refresh_adv_manager_for_non-LE_devices.diff.gz | patch -p1 --verbose || exit 1 -autoreconf -vif - sed -i -e 's|-lreadline|\0 -lncursesw|g' Makefile.{in,tools} +autoreconf -vif + # We're adding --enable-deprecated due to this commit: # # commit b1eb2c4cd057624312e0412f6c4be000f7fc3617 @@ -129,6 +129,11 @@ chmod 644 $PKG/lib/modprobe.d/btusb.conf mkdir -p $PKG/usr/sbin ln -s ../libexec/bluetooth/bluetoothd $PKG/usr/sbin +# Fix substitution in /usr/share/dbus-1/services/org.bluez.obex.service: +if [ -x $PKG/usr/libexec/bluetooth/obexd ]; then + sed -i "s|@libexecdir@|/usr/libexec|g" $PKG/usr/share/dbus-1/services/org.bluez.obex.service +fi + # Install the configuration files mkdir -p $PKG/etc/bluetooth $PKG/etc/default cat src/main.conf > $PKG/etc/bluetooth/main.conf.new diff --git a/source/n/bluez/bluez.url b/source/n/bluez/bluez.url new file mode 100644 index 000000000..34d9166e9 --- /dev/null +++ b/source/n/bluez/bluez.url @@ -0,0 +1 @@ +http://www.kernel.org/pub/linux/bluetooth diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index b4863b518..c36e23a68 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -240,6 +240,7 @@ OPTIONS="\ --disable-crashreporter \ --disable-debug-symbols \ --disable-debug \ + --disable-updater \ --disable-optimize" # Complains about missing APNG support in Slackware's libpng: # --with-system-png \ diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 5b87a31d3..43a454224 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -227,6 +227,7 @@ OPTIONS="\ --disable-crashreporter \ --disable-debug \ --disable-tests \ + --disable-updater \ --host=$ARCH-slackware-linux \ --target=$ARCH-slackware-linux" # Complains about missing APNG support in Slackware's libpng: -- cgit v1.2.3