From 380e57ad13bc2fd848e241a2574f4650521ace27 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sat, 30 Apr 2022 13:18:38 +0100 Subject: [PATCH] Updated for R14.0.12 --- cross-compiling-TDE-for-the-RPi3.html | 28 +++++++++++---------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/cross-compiling-TDE-for-the-RPi3.html b/cross-compiling-TDE-for-the-RPi3.html index 36228c3..a1e5a3a 100755 --- a/cross-compiling-TDE-for-the-RPi3.html +++ b/cross-compiling-TDE-for-the-RPi3.html @@ -133,7 +133,7 @@ Builds have been done for the RPi3 running systems based on Slackware-arm-curren
The packages listed on this page have been built on an x86_64 machine and installed and tested OK on an RPi3.
-[Edit: builds for R14.0.11 have been verified for 64-bit arm only]. +[Edit: builds for R14.0.12 have been verified for 64-bit arm only].
For any problems, questions, etc please open an issue at tde-slackbuilds.

@@ -590,14 +590,14 @@ To keep track of where stuff is installed use the package management system - de installpkg /tmp/xgcc910-glibc2.29-${K_VER}_RPi_headers-en_GB-$ARM.txz ## Set the variables for the TDE packages builds -export TDE_VERSION=14.0.11 +export TDE_VERSION=14.0.12 export INSTALL_TDE=/opt/tde export SYS_CNF_DIR=/etc/tde [[ $ARM == aarch64 ]] && export LIBDIRSUFFIX=64 export TQTDIR=$INSTALL_TDE export INST_RPATH=$TQTDIR/lib$LIBDIRSUFFIX -export COMPILER=$HOST-gcc -export COMPILER_CXX=$HOST-g++ +export COMPILER="$HOST-gcc -w" +export COMPILER_CXX="$HOST-g++ -w" export CC=$COMPILER export CXX=$COMPILER_CXX export PLUGIN_INSTALL_DIR=tde @@ -938,7 +938,6 @@ PKG=$TMP/package-$PRGNAM OUTPUT=/tmp mkdir -p $PKG mkdir $TMP/tmp-$PRGNAM -PREPEND=no untar_fn @@ -1063,7 +1062,7 @@ echo $'--- mkspecs/linux-arm-g++/qmake.conf make $NUMJOBS symlinks src-qmake src-moc sub-src sub-tools make install INSTALL_ROOT=$PKG -## Remove some more stuff that's not needed for TDE build and run-time support +## Remove some more stuff that's not needed for TDE build and run-time support ## which I haven't yet figured out how to avoid building in the first place ## binaries @@ -3317,7 +3316,8 @@ sed -i 's|Default Gateway" ), LINK_QUALITY|Default Gateway" ), GATEWAY|' src/kne ## set support for additional language(s) as per I18N variable ## but only for languages available with this package -[[ $I18N ]] && TRANS=ON && LINGUAS=$I18N +## [need to export LINGUAS to set it as an environment variable for cmake] +[[ $I18N ]] && TRANS=ON && export LINGUAS=$I18N chown_fn @@ -3466,7 +3466,7 @@ These patches provide Kvkbd build options • Show blank keys where AltGr doesn't produce a character.
Kvkbd can be run with a different style than the system style, for example kvkbd --style plastik for the basic Greek keyboard: greek keyboard ## change num-pad keys text echo $'--- src/MainWidget.cpp @@ -3577,13 +3577,7 @@ echo $'--- src/VButton.cpp +//\t\t// use shift text in case altGr does not provide extra characters. +//\t\t// This is required at least on US keyboards, where altGr works as Alt. +//\t\tc = sc; -+//\t} -# -## substitute the .notdef, VoidSymbol, with a space ---- src/Xutils.cpp -+++ src/Xutils.cpp -@@ -839,0 +840 @@ -+ { 0x00ffffffL, 0x0020 }, /* VoidSymbol -> <- space */'|patch -p0 ++//\t}'|patch -p0 ## generate keycode for Win keys with single click so that they can be used for xmodmap echo $'--- src/MainWidget.cpp @@ -3648,7 +3642,7 @@ makepkg_fn ## ROOT=$SYSROOT installpkg $OUTPUT/$PRGNAM-$VERSION-$ARM-$BUILD.txz There is a help page included with the tde-slackbuilds source which is not practical to add to this build. -It can be built from that source with meinproc and added to this package if needed. +It can be added to this package from that source with, if needed, the index.cache.bz2 file built with meinproc. Translations are also available with the x86_64 build. close @@ -3658,7 +3652,7 @@ Translations are also available with the x86_64 build.
-The source for this page is in the gh-pages branch of tde-slackbuilds: +The source for this page is in the gh-pages branch of tde-slackbuilds:
git clone https://github.com/Ray-V/tde-slackbuilds.git cd tde-slackbuilds