summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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