Cmake build for tdeaccessibility
Modified build order for some optional build dependencies
Renamed cgit builds to 14.1.0
Modified test for whether the Slackware package has been built [BUILD-TDE.sh]
Create dot [graphviz] plugin config6 file during build
Changed installation directories for ocaml and facile [tdeedu]
"Apps/koffice-i18n""Internationalization files for koffice" off "\Zb\Z6 Provides \Zb\Z3Additional language support\Zb\Z6 for koffice \Zn"\
"Apps/krusader""File manager for TDE" off "\Zb\Z6 \Zn"\
" Misc/graphviz""Graph Visualization" off "\Zb\Z6 Runtime option for kscope. pdf/html docs not built by default \Zn"\
"Apps/kscope""A source-editing environment for C and C-style languages." off "\Zb\Z6 Runtime options cscope [d/cscope], ctags [ap/vim], dot [graphviz] \Zn"\
"Apps/ksensors""A graphical interface for sensors" off "\Zb\Z6 Runtime requirement ap/lm_sensors \Zn"\
"Apps/kshutdown""Shutdown utility for TDE" off "\Zb\Z6 \Zn"\
@ -621,7 +621,7 @@ $(cat $TMPVARS/READMEs)" \
rm -f $TMPVARS/DL_CGIT # place this here to facilitate testing for summary screen
@ -648,7 +648,7 @@ Create and/or update the git repositories local copies.
#rm -f $TMPVARS/PRE_DOWNLOAD ## this is done at the head of this script
[[$(cat $TMPVARS/TDEVERSION)== 14.0.9 ]]&&PRE_DOWNLOAD_MESSAGE="Only the source archives not already in 'src' will be downloaded."
[[$(cat $TMPVARS/TDEVERSION)==cgit||$(cat $TMPVARS/TDEVERSION)== 14.0.x ]]&&PRE_DOWNLOAD_MESSAGE="All cgit sources for the build list packages will be cloned/updated.\nMisc archives will only be downloaded if not already in 'src'."&&LINES=18
[[$(cat $TMPVARS/TDEVERSION)==14.1.0||$(cat $TMPVARS/TDEVERSION)== 14.0.x ]]&&PRE_DOWNLOAD_MESSAGE="All cgit sources for the build list packages will be cloned/updated.\nMisc archives will only be downloaded if not already in 'src'."&&LINES=18
## testing for cgit!=no will allow =yes or null, which is the 14.0.9 build case
sed -ri "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"$TMP/$TDE_PFX$package-$(evalecho$version)-${LOG:-"${ARCH_i18n:-$ARCH}-$build-build"}-log ||${EXIT_FAIL:-"true"}
checkmakepkg ()
{
## test whether the Slackware package has been built ..
## skip build/packaging check and installation if only downloading sources
[[$PRE_DOWNLOAD== yes ]]||{
## tde-i18n package installation is handled in tde-i18n.SlackBuild because if more than one i18n package is being built, only the last one will be installed by upgradepkg here - test for last language in the I18N list to ensure they've all been built
## tde-i18n package installation is handled in tde-i18n.SlackBuild because if more than one i18n package is being built, only the last one will be installed by upgradepkg here - test for last language in the I18N list to ensure they've all been built
## install packages - any 'Cannot install /tmp/....txz: file not found' error message caused by build failure deliberately not suppressed.
## create libpng-1.4 package only - it will be installed by the koffice.SB because it overrides libpng headers which for Sl14.2/current point to libpng16.
## if building only, and/or libpng, just check that the package has been created