summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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