From afbe43ab9756afb84461661c6093e19724e59c42 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:57:50 +0200 Subject: Deps: remove updates.SlackBuild and update alldeps.SlackBuild --- deps/alldeps.SlackBuild | 10 +---- deps/updates.SlackBuild | 101 ------------------------------------------------ 2 files changed, 2 insertions(+), 109 deletions(-) delete mode 100755 deps/updates.SlackBuild diff --git a/deps/alldeps.SlackBuild b/deps/alldeps.SlackBuild index d3a7d98..6fdb0c4 100755 --- a/deps/alldeps.SlackBuild +++ b/deps/alldeps.SlackBuild @@ -15,6 +15,7 @@ QTDIR=/usr/lib${LIBDIRSUFFIX}/qt ; export QTDIR ALLDEPS=" \ extra-cmake-modules \ + elogind \ md4c \ sni-qt \ qjson \ @@ -24,10 +25,7 @@ ALLDEPS=" \ phonon-qt4-gstreamer \ python-enum34 \ pyxdg \ - pcaudiolib \ - espeak-ng \ dotconf \ - flite \ speech-dispatcher \ qca-qt5 \ libdbusmenu-qt5 \ @@ -42,9 +40,6 @@ ALLDEPS=" \ cfitsio \ libdmtx \ qrencode \ - hack-font-ttf \ - noto-font-ttf \ - noto-cjk-font-ttf \ lensfun \ opencv \ dvdauthor \ @@ -72,9 +67,8 @@ ALLDEPS=" \ kdsoap \ libqalculate \ exiv2 \ + pipewire \ " - # Only needed when adding support for Wayland: - #elogind \ # Allow for specification of individual packages to be built: if [ -z "$1" ]; then diff --git a/deps/updates.SlackBuild b/deps/updates.SlackBuild deleted file mode 100755 index 31e992a..0000000 --- a/deps/updates.SlackBuild +++ /dev/null @@ -1,101 +0,0 @@ -#!/bin/sh - -# Build (and install) all KDE dependencies -# Modified from the KDE Slackware script by Eric Hameleers - -# Set initial variables: -CWD=$(pwd) -TMP=${TMP:-/tmp} - -# Set the config option variables if they are not already set: -[ -r ./alldeps.options ] && . ./alldeps.options - -# This avoids compiling a version number into KDE's .la files: -QTDIR=/usr/lib${LIBDIRSUFFIX}/qt ; export QTDIR - -ALLDEPS=" \ - extra-cmake-modules \ - md4c \ - sni-qt \ - qca-qt5 \ - libdbusmenu-qt5 \ - phonon \ - phonon-gstreamer \ - phonon-qt4 \ - phonon-qt4-gstreamer \ - python-enum34 \ - pyxdg \ - pcaudiolib \ - espeak-ng \ - dotconf \ - flite \ - speech-dispatcher \ - polkit-qt5-1 \ - grantlee \ - grantlee-qt4 \ - poppler \ - libdbusmenu-gtk \ - libindicator \ - libappindicator \ - cfitsio \ - libdmtx \ - qrencode \ - hack-font-ttf \ - noto-font-ttf \ - noto-cjk-font-ttf \ - lensfun \ - opencv \ - dvdauthor \ - vid.stab \ - frei0r-plugins \ - mlt \ - cracklib \ - libpwquality \ - accountsservice \ - libburn \ - qtav \ - ddcutil \ - id3lib \ - cryptopp \ - cryfs \ - python3-random2 \ - perl-path-tiny \ - perl-template-toolkit \ - freecell-solver \ - drumstick \ - libsass \ - sassc \ - rttr \ - quazip \ - kdsoap \ - libqalculate \ - exiv2 \ - " - # Only needed when adding support for Wayland: - #elogind \ - -# Allow for specification of individual packages to be built: -if [ -z "$1" ]; then - MODQUEUE=$ALLDEPS -else - MODQUEUE=$* -fi - -for module in \ - $MODQUEUE ; -do - cd $module - ./$module.SlackBuild - if [ $? = 0 ]; then - # Yes, I will build with the fresh packages installed: - upgradepkg --install-new --reinstall ${TMP}/${module}-*.txz - # Keep MIME database current: - /usr/bin/update-mime-database /usr/share/mime 1> /dev/null 2> /dev/null & - rm -rf ${TMP}/package-${module} ${TMP}/${module}-$VERSION - else - echo "${module} failed to build." - exit 1 - fi - cd - ; -done - -- cgit v1.2.3