summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-14 08:51:13 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-14 08:51:13 +0000
commitd5a32bd4f1c8f31868ca6362408d78c9f258fa06 (patch)
tree8f34b0c88f56b764cebcb58f9c2ac2e13a00e643
parent9affcb1d87ac9415cac734e6e7e644c7b0ee2fd0 (diff)
downloadasb-d5a32bd4f1c8f31868ca6362408d78c9f258fa06.tar.gz
asb-d5a32bd4f1c8f31868ca6362408d78c9f258fa06.tar.xz
libreoffice: the package does not require boost-compat or icu4c-compat on -current since the 7.5 release
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild6
-rw-r--r--libreoffice/build/slack-required2
2 files changed, 0 insertions, 8 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index 13698294..793f68af 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -28,7 +28,6 @@
# For: libreoffice
# Descr: free office suite
# URL: http://www.libreoffice.org/
-# Needs: (Slackware-current: boost-compat, icu4c-compat)
# openjdk11
# Build-time: perl-archive-zip, openjdk11, apache-ant.
# (for Slackware 14.2 you need to upgrade gcc to the 9.2.0 version
@@ -1917,11 +1916,6 @@ fi # End splitting off the mozplugin
mkdir -p $PKG/install
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
cat $SRCDIR/slack-required > $PKG/install/slack-required
-if [ "$(cat /etc/os-release |grep VERSION_CODENAME |cut -d= -f2)" != "current" ]; then
- # Only Slackware-current needs -compat packages:
- sed -e '/^boost-compat$/d' -e '/^icu4c-compat$/d' \
- -i $PKG/install/slack-required
-fi
# Build the package:
cd $PKG
diff --git a/libreoffice/build/slack-required b/libreoffice/build/slack-required
index c372abdd..3d6f47a4 100644
--- a/libreoffice/build/slack-required
+++ b/libreoffice/build/slack-required
@@ -1,3 +1 @@
-boost-compat
-icu4c-compat
openjdk11