&Caps; can be used with &AltGr; & &AltGr;+&Shift; and mostly gives the correct display, but may not depending on how the unicode character has been defined.
For each of these, &Caps; will toggle the case of alpha characters where a lower/upper pair is defined in UnicodeData.txt && &TQt; && libX11.
@ -676,8 +675,8 @@ Create and/or update the git repositories local copies.
#rm -f $TMPVARS/PRE_DOWNLOAD ## this is done at the head of this script
#rm -f $TMPVARS/PRE_DOWNLOAD ## this is done at the head of this script
[[$(cat $TMPVARS/TDEVERSION)== 14.0.10 ]]&&PRE_DOWNLOAD_MESSAGE="Only the source archives not already in 'src' will be downloaded."
[[$(cat $TMPVARS/TDEVERSION)== 14.0.10 ]]&&PRE_DOWNLOAD_MESSAGE="Only the source archives not already in 'src' will be downloaded."
[[$(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
[[$(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'."
## testing for cgit!=no will allow =yes or null, which is the 14.0.10 build case
## testing for cgit!=no will allow =yes, or null, which is the 14.0.10 build case
[1]\Z3\Zbinstall\Zn - install packages as they are built - needed for\Zb\Zr\Z4R\Znequired packages and some interdependencies
[2]\Z3\Zbno_warn\Zn - don't display any compiler warning messages
[3]\Z3\Zbninja\Zn - use ninja for cmake builds
[4]\Z3\Zbverbose\Zn - show command lines during cmake builds, 'make' debugging information, and standard error output. Using this is only recommended if fault finding.
The default is to install the packages as they are built, which is necessary initially for the required packages and for some interdependencies [for example, tdesdk requires tdepim].
The Required packages will need to be installed as they are built, because they provide dependencies for other TDE packages.
Run **INST=0 ./BUILD-TDE.sh** to build only.
Only building the packages is a global option. It therefore can't be used where the build list includes packages which will need to be installed as dependencies for other packages in the build list [for example tdesdk needs tdepim to be installed].
This is a global option so can't be used where the build list includes packages which will need to be installed as dependencies for other packages in the build list.
Any package, or set of packages, can be selected in the 'TDE Packages Selection' screen.
Any package, or set of packages, can be selected in the 'TDE Packages Selection' screen.
Information about dependencies for some packages has been added at the bottom of the dialog screen.
Information about dependencies for some packages has been added at the bottom of the dialog screen.
@ -29,15 +28,13 @@ If you're curious about what this might involve, [take a look at a sample build
***Other command line options*** that can be used to set some build parameters:
***Other command line options*** that can be used to set some build parameters:
* TDE_MIRROR= - override the trinitydesktop.org geoIP redirector to use https - example, *https://trinitydesktop.mirrorservice.org/trinity*. URLs @ https://www.trinitydesktop.org/mirrorstatus.php
* TDE_MIRROR= - override the trinitydesktop.org geoIP redirector to use https - example, *https://trinitydesktop.mirrorservice.org/trinity*. URLs @ https://www.trinitydesktop.org/mirrorstatus.php
* BUILD= - sets the package build identifier, overriding the SlackBuild default of 1
* BUILD= - sets the package build identifier, overriding the SlackBuild default of 1
* USE_CMAKE_MM=yes - to build tdemultimedia with cmake - see Core/tdemultimedia/README.
* VERBOSE=1 - show command lines during cmake builds; and error messages
---
---
***The directory structure*** for the SlackBuild scripts is in line with the Trinity release source repositories:
***The directory structure*** for the SlackBuild scripts is in line with the Trinity release source repositories: