You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ray-V 8daefd3cb2 Updates 28 November 2022 ...
get-source.sh - moved common cmake command line options from SlackBuilds to an initial cache file
              - added worktrees removal prior to git[ea] updates
filelight - backported patch
k3b, kbfx, tdegraphics, tdepim, tdevelop - ConfigureChecks.cmake - removed check for gcc visibility support where it causes a build failure
k3b - backported patch for sndfile includes
k9copy, tdeedu - modified config.guess for i586 build
kbookreader - set default encoding to utf8
kile, tdelibs - patched for clang/i586 build
BUILD-TDE.sh - 'parked' 14.0.x build option
README.md - added note about 14.0.x build option
tdeaccessibility - fixed freeverb requirement
tdelibs - backported Backtrace patch
tdewebdev - replaced LIB_INSTALL_DIR with cmake set variables
tqt3 - consolidated qmake.conf patches
     - selected translations as per I18N
     - removed spurious PCH files 'fatal error:' message
     - removed already set make variables for regextester
libkdcraw - revised libkdcraw.pc creation
inkscape - added linker -latomic flag for clang/i586 build
2 years ago
..
README R14.0.11 updates 3 years ago
tdebase.SlackBuild Updates 28 November 2022 ... 2 years ago

README

(Installing tdebase)
In line with normal practice, tdmrc will not be overwritten and tdmrc.new will be installed for admin decision on whether to use it as tdmrc. Where tdmrc doesn't exist, it will be created by doinst.sh from tdmrc.new.

(root logins)
AllowRootLogin is set to true in tdmrc.new, and will therefore be the default for new installations.

(rc.4.local)
This has been included on the assumption that the standard entry in rc.4[.new] from the package sysvinit-scripts exists:

    # If you'd like to start something different or in a
    # different order than the options below, create your
    # own startup script /etc/rc.d/rc.4.local and make it
    # executable and it will be used instead:
        if [ -x /etc/rc.d/rc.4.local ]; then
          exec /bin/bash /etc/rc.d/rc.4.local
        fi

To enable TDM if this isn't the case, either
[1] add this test to rc.4 above other session manager options
or
[2] copy the contents of rc.4.local to rc.4 above other session manager options