From d5a32bd4f1c8f31868ca6362408d78c9f258fa06 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 14 Aug 2023 08:51:13 +0000 Subject: libreoffice: the package does not require boost-compat or icu4c-compat on -current since the 7.5 release --- libreoffice/build/libreoffice.SlackBuild | 6 ------ libreoffice/build/slack-required | 2 -- 2 files changed, 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 -- cgit v1.2.3