diff --git a/CloverPackage/package/po/clover.pot b/CloverPackage/package/po/clover.pot index 5b85c99aa..c604874eb 100644 --- a/CloverPackage/package/po/clover.pot +++ b/CloverPackage/package/po/clover.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Clover r5153\n" -"POT-Creation-Date: 2023-07-03 19:51+0300\n" +"Project-Id-Version: Clover r5156\n" +"POT-Creation-Date: 2023-12-09 16:06+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build_gcc13.sh b/build_gcc13.sh index 8165d7058..67a434d0f 100755 --- a/build_gcc13.sh +++ b/build_gcc13.sh @@ -27,12 +27,12 @@ set -u # exit with error if unbound variables # GCC toolchain source version # here we can change source versions of tools # -export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.40} -export GCC_VERSION=${GCC_VERSION:-13.1.0} +export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.41} +export GCC_VERSION=${GCC_VERSION:-13.2.0} # Version of libraries are from ./contrib/download_prerequisites in gcc source directory -export GMP_VERSION=${GMP_VERSION:-gmp-6.2.1} -export MPFR_VERSION=${MPFR_VERSION:-mpfr-4.2.0} +export GMP_VERSION=${GMP_VERSION:-gmp-6.3.0} #6.2.1 +export MPFR_VERSION=${MPFR_VERSION:-mpfr-4.2.1} export MPC_VERSION=${MPC_VERSION:-mpc-1.3.1} # isl-0.25 compatibility requirement is set to 10.14 diff --git a/buildgettext.sh b/buildgettext.sh index ed279a3d5..52c36e640 100755 --- a/buildgettext.sh +++ b/buildgettext.sh @@ -10,7 +10,7 @@ set -u # Gettext source version # here we can change source versions of tools # -export GETTEXT_VERSION=${GETTEXT_VERSION:-gettext-0.21.1} +export GETTEXT_VERSION=${GETTEXT_VERSION:-gettext-0.22.4} # Change PREFIX if you want gettext installed on different place # diff --git a/buildme b/buildme index 3e6e14af0..a92251d31 100755 --- a/buildme +++ b/buildme @@ -19,14 +19,32 @@ COL_CYAN="\x1b[36;01m" COL_WHITE="\x1b[37;01m" COL_BLUE="\x1b[34;01m" COL_RESET="\x1b[39;49;00m" +# ====== Main Window SetUp ====== +osascript <