summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-01-09 20:49:08 +0000
committer Eric Hameleers <alien@slackware.com>2024-01-09 22:32:52 +0100
commit070f5e03ce6f386a652f1fbdcfdd023bd5af7a0a (patch)
tree340183e91edf8d54e015d2c6bef5b37b4af79696 /source
parent09504fc48447542878036d98e868b525789c7bc6 (diff)
downloadcurrent-070f5e03ce6f386a652f1fbdcfdd023bd5af7a0a.tar.gz
current-070f5e03ce6f386a652f1fbdcfdd023bd5af7a0a.tar.xz
Tue Jan 9 20:49:08 UTC 202420240109204908
a/mcelog-197-x86_64-1.txz: Upgraded. ap/qpdf-11.8.0-x86_64-1.txz: Upgraded. kde/qca-2.3.8-x86_64-1.txz: Upgraded. l/enchant-2.6.5-x86_64-1.txz: Upgraded. n/iproute2-6.7.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.6.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.thunderbird.net/en-US/thunderbird/115.6.1/releasenotes/
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/btrfs-progs/btrfs-progs.SlackBuild8
-rwxr-xr-xsource/kde/qca/qca.SlackBuild (renamed from source/l/qca/qca.SlackBuild)0
-rw-r--r--source/kde/qca/qca.url (renamed from source/l/qca/qca.url)0
-rw-r--r--source/kde/qca/slack-desc (renamed from source/l/qca/slack-desc)0
-rwxr-xr-xsource/l/enchant/enchant.SlackBuild3
-rw-r--r--source/l/enchant/enchant.url2
6 files changed, 9 insertions, 4 deletions
diff --git a/source/a/btrfs-progs/btrfs-progs.SlackBuild b/source/a/btrfs-progs/btrfs-progs.SlackBuild
index c995a42d1..bd36c98d8 100755
--- a/source/a/btrfs-progs/btrfs-progs.SlackBuild
+++ b/source/a/btrfs-progs/btrfs-progs.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2009, 2010, 2011, 2015, 2017 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2009, 2010, 2011, 2015, 2017, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -119,6 +119,12 @@ make install DESTDIR=$PKG || exit 1
# Don't ship static library:
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a
+# Install the bash-completion file manually:
+mkdir -p $PKG/usr/share/bash-completion/completions
+cp -a btrfs-completion $PKG/usr/share/bash-completion/completions/btrfs
+chown root:root $PKG/usr/share/bash-completion/completions/btrfs
+chmod 644 $PKG/usr/share/bash-completion/completions/btrfs
+
# Strip binaries:
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/source/l/qca/qca.SlackBuild b/source/kde/qca/qca.SlackBuild
index dad6549cf..dad6549cf 100755
--- a/source/l/qca/qca.SlackBuild
+++ b/source/kde/qca/qca.SlackBuild
diff --git a/source/l/qca/qca.url b/source/kde/qca/qca.url
index 6761b96a5..6761b96a5 100644
--- a/source/l/qca/qca.url
+++ b/source/kde/qca/qca.url
diff --git a/source/l/qca/slack-desc b/source/kde/qca/slack-desc
index ec4e9f0d6..ec4e9f0d6 100644
--- a/source/l/qca/slack-desc
+++ b/source/kde/qca/slack-desc
diff --git a/source/l/enchant/enchant.SlackBuild b/source/l/enchant/enchant.SlackBuild
index ed3ea917f..54fc62562 100755
--- a/source/l/enchant/enchant.SlackBuild
+++ b/source/l/enchant/enchant.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2007 Alex Elliott <alex@alex-elliott.co.uk>
-# Copyright 2008, 2009, 2013, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2013, 2018, 2021, 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -97,7 +97,6 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
- --with-aspell-prefix=/usr \
--enable-static=no \
--build=$ARCH-slackware-linux || exit 1
diff --git a/source/l/enchant/enchant.url b/source/l/enchant/enchant.url
index afe281e12..1d40ac7f8 100644
--- a/source/l/enchant/enchant.url
+++ b/source/l/enchant/enchant.url
@@ -1,2 +1,2 @@
https://github.com/AbiWord/enchant
-https://github.com/AbiWord/enchant/releases/download/v2.6.4/enchant-2.6.4.tar.gz
+https://github.com/AbiWord/enchant/releases/download/v2.6.5/enchant-2.6.5.tar.gz