No more Clover version

This commit is contained in:
vectorsigma72 2020-03-05 22:28:24 +01:00
parent b5dc9e1b7f
commit d77778e62a
31 changed files with 130 additions and 93 deletions

View File

@ -61,7 +61,7 @@ choice=$("$CLOVER_APP_SUPPORT"/CloverUpdater.app/Contents/MacOS/CloverUpdater \
case "$choice" in
-1) "$PLISTBUDDY" -c "Add AllowUpdate bool false" "$CLOVER_UPDATER_PLIST" &>/dev/null
;;
1) open https://github.com/CloverHackyColor/CloverBootloader/releases/download/${last_revision}/Clover_v2.5k_r${last_revision}.pkg
1) open https://github.com/CloverHackyColor/CloverBootloader/releases/download/${last_revision}/Clover_r${last_revision}.pkg
;;
esac

View File

@ -33,7 +33,7 @@ EFIROOT=${SRCROOT}/CloverV2/EFI
BASETOOLS_DIR=${SRCROOT}/../BaseTools/Source/C/bin
REVISION=$(git describe --tags $(git rev-list --tags --max-count=1))
PRODUCT=Clover-v2.5k-${REVISION}
PRODUCT=Clover-${REVISION}
CDLABEL=${PRODUCT}-X64
ISOIMAGE=${SYMROOT}/${CDLABEL}.iso

View File

@ -31,14 +31,12 @@ done
# Go to the script directory to create the package
cd "$(dirname $0)"
version=v2.5k
revision=$(git describe --tags $(git rev-list --tags --max-count=1))
SRCROOT="${PWD}"
SYMROOT="${SRCROOT}"/sym
PKG_BUILD_DIR="${SYMROOT}"/package
echo "${version}" > version
echo "${revision}" > revision
# Workspace = edk2/Clover/CloverPackage
@ -82,14 +80,14 @@ fi
package/buildpkg.sh --srcroot "$SRCROOT" --symroot "sym" --builddir "$PKG_BUILD_DIR" ${NOEXTRAS:1} || exit $?
(cd sym ; zip Clover_${version}_r${revision}.zip \
Clover_${version}_r${revision}.pkg \
Clover_${version}_r${revision}.pkg.md5 )
(cd sym ; zip Clover_r${revision}.zip \
Clover_r${revision}.pkg \
Clover_r${revision}.pkg.md5 )
# Workspace = edk2/Clover/CloverPackage/
# Remove temp files.
rm -f version
rm -f version # take this to clean old sources
rm -f revision
# Workspace = edk2/Clover/CloverPackage

View File

@ -17,11 +17,11 @@
<body>
<div>
<p class="title">Clover EFI</p>
<p class="version">%CLOVERVERSION% r%CLOVERREVISION%</p>
<p class="version">r%CLOVERREVISION%</p>
<p class="p0"><br/></p>
<p class="complete">Installation Complete!</p>
</div>
<p class="p1"><br/></p>
<p class="copyright">Copyright © %CPRYEAR%</p>
</body>
</html>
</html>

View File

@ -28,7 +28,7 @@
<body>
<div>
<p class="title">Clover EFI</p>
<p class="version">%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)</p>
<p class="version">r%CLOVERREVISION% (%CLOVERSHA1%)</p>
</div>
<p class="p0"><br/></p>
<p class="p1">Developers:</p>

View File

@ -80,10 +80,8 @@ COL_BLUE="\x1b[34;01m"
COL_RESET="\x1b[39;49;00m"
# ====== REVISION/VERSION ======
declare -r CLOVER_VERSION=$( cat version )
# stage
CLOVER_STAGE=${CLOVER_VERSION##*-}
CLOVER_STAGE=${CLOVER_STAGE/RC/Release Candidate }
CLOVER_STAGE=${RC/Release Candidate }
CLOVER_STAGE=${CLOVER_STAGE/FINAL/2.2 Final}
declare -r CLOVER_STAGE
declare -r CLOVER_REVISION=$( cat revision )
@ -201,7 +199,6 @@ function makeSubstitutions () {
fi
local cloverSubsts="
s&%CLOVERVERSION%&${CLOVER_VERSION%%-*}&g
s&%CLOVERREVISION%&${CLOVER_REVISION}&g
s&%CLOVERSHA1%&${CLOVER_SHA1}&g
s&%CLOVERSTAGE%&${CLOVER_STAGE}&g
@ -1575,7 +1572,7 @@ buildpackage ()
#[ "${3}" == "relocatable" ] && header+="relocatable=\"true\" "
header+="identifier=\"${packageRefId}\" "
header+="version=\"${CLOVER_VERSION}\" "
header+="version=\"${CLOVER_REVISION}\" "
[ "${targetPath}" != "relocatable" ] && header+="install-location=\"${targetPath}\" "
@ -1610,7 +1607,7 @@ buildpackage ()
(pkgutil --flatten "${packagePath}/Temp" "${packagePath}/../${packageName}.pkg")
# Add the package to the list of build packages
pkgrefs[${#pkgrefs[*]}]="\t<pkg-ref id=\"${packageRefId}\" installKBytes='${installedsize}' version='${CLOVER_VERSION}.0.0.${CLOVER_TIMESTAMP}'>#${packageName}.pkg</pkg-ref>"
pkgrefs[${#pkgrefs[*]}]="\t<pkg-ref id=\"${packageRefId}\" installKBytes='${installedsize}' version='${CLOVER_REVISION}.0.0.${CLOVER_TIMESTAMP}'>#${packageName}.pkg</pkg-ref>"
rm -rf "${packagePath}"
fi
@ -1708,7 +1705,7 @@ generateChoices() {
makedistribution ()
{
declare -r distributionDestDir="${SYMROOT}"
declare -r distributionFilename="${packagename// /}_${CLOVER_VERSION}_r${CLOVER_REVISION}.pkg"
declare -r distributionFilename="${packagename// /}_r${CLOVER_REVISION}.pkg"
declare -r distributionFilePath="${distributionDestDir}/${distributionFilename}"
rm -f "${distributionDestDir}/${packagename// /}"*.pkg
@ -1777,7 +1774,7 @@ makedistribution ()
echo -e $COL_GREEN" ==========="
echo -e $COL_BLUE" Package name: "$COL_RESET"${distributionFilename}"
echo -e $COL_BLUE" MD5: "$COL_RESET"$md5"
echo -e $COL_BLUE" Version: "$COL_RESET"$CLOVER_VERSION"
echo -e $COL_BLUE" Revision: "$COL_RESET"$CLOVER_REVISION"
echo -e $COL_BLUE" Stage: "$COL_RESET"$CLOVER_STAGE"
echo -e $COL_BLUE" Date/Time: "$COL_RESET"$CLOVER_BUILDDATE"
echo -e $COL_BLUE" Built by: "$COL_RESET"$CLOVER_WHOBUILD"

View File

@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Clover v2.5k-r5098\n"
"POT-Creation-Date: 2019-11-06 23:33+0100\n"
"Project-Id-Version: Clover r5104\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -23,7 +23,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Welcome.html:31
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr ""
#. type: Content of: <html><body><p>
@ -201,7 +201,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr ""
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-14 17:40+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ge <ge@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -228,7 +228,9 @@ msgstr "Sichern des boot.log im OS und des preboot.log mit F2."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -29,7 +29,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -219,7 +219,9 @@ msgstr "Saving boot.log in OS and preboot.log from GUI by typing F2."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:38+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: es <es@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -224,7 +224,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -29,7 +29,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -228,7 +228,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:39+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: hr <hr@li.org>\n"
@ -28,7 +28,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -221,7 +221,9 @@ msgstr "Moguće spremati boot.log u OS-u te preboot.log kroz GUI pritiskom F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-20 10:15+0700\n"
"Last-Translator: Badruzeus\n"
"Language-Team: id <id@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -220,7 +220,9 @@ msgstr "Simpan boot.log di OS dan preboot.log dari GUI dengan tombol F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-13 10:25+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: it <it@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -220,7 +220,9 @@ msgstr "Salva il boot.log in OS e preboot.log dalla GUI premendo F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:41+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -28,7 +28,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -219,7 +219,9 @@ msgstr "OSのboot.logとGUIのpreboot.logの保存はF2キーを押下してく
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: ko <ko@li.org>\n"
@ -29,7 +29,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -226,7 +226,9 @@ msgstr "F12키로 boot.log(OS)와 preboot.log(GUI)를 저장합니다."
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:42+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -28,7 +28,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -230,7 +230,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-14 12:37+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -221,7 +221,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:43+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: pl <pl@li.org>\n"
@ -28,7 +28,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -225,7 +225,9 @@ msgstr "Zapisywanie boot.log w OS oraz preboot.log w GUI za pomocą klawisza F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:44+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: pt <pt@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -222,7 +222,9 @@ msgstr "Salva boot.log no sistema e preboot.log pelo GUI apertando a tecla F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-19 10:48+0100\n"
"Last-Translator: vector sigma\n"
"Language-Team: pt <pt@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -220,7 +220,9 @@ msgstr "Salva boot.log no sistema e preboot.log pelo GUI apertando a tecla F2"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-07-14 21:16+0300\n"
"Last-Translator: vector sigma\n"
"Language-Team: ro <ro@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -224,7 +224,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: vector sigma\n"
"Language-Team: ru <ru@li.org>\n"
@ -30,7 +30,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -233,7 +233,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:46+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: \n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -221,7 +221,9 @@ msgstr "İşletim sistemine boot.log ve F2 ile arabirimden preboot.log kaydetme"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ua <ua@li.org>\n"
@ -28,7 +28,7 @@ msgstr "Кловер EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -229,7 +229,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: ua <ua@li.org>\n"
@ -28,7 +28,7 @@ msgstr "Кловер EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -229,7 +229,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:47+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: en <en@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -229,7 +229,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2019-08-09 19:03-0400\n"
"Last-Translator: vector sigma\n"
"Language-Team: zh_CN <zh_CN@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -209,7 +209,9 @@ msgstr "可按 F2 储存操作系统的日志 boot.log 及 GUI 的日志 preboot
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Clover 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-21 17:34+0200\n"
"POT-Creation-Date: 2020-03-05 22:25+0100\n"
"PO-Revision-Date: 2018-10-02 11:48+0200\n"
"Last-Translator: vector sigma\n"
"Language-Team: zh_TW <zh_TW@li.org>\n"
@ -27,7 +27,7 @@ msgstr "Clover EFI"
#: Resources/templates/Welcome.html:31
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "%CLOVERVERSION% r%CLOVERREVISION% (%CLOVERSHA1%)"
msgid "r%CLOVERREVISION% (%CLOVERSHA1%)"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><p>
@ -210,7 +210,9 @@ msgstr "可按 F2 儲存 OS 的紀錄 boot.log 及 GUI 的紀錄 preboot.log"
#. type: Content of: <html><body><div><p>
#: Resources/templates/Conclusion.html:20
msgid "%CLOVERVERSION% r%CLOVERREVISION%"
#, fuzzy
#| msgid "%CLOVERVERSION% r%CLOVERREVISION%"
msgid "r%CLOVERREVISION%"
msgstr "%CLOVERVERSION% r%CLOVERREVISION%"
#. type: Content of: <html><body><div><p>

View File

@ -19,8 +19,6 @@ export LC_COLLATE='C'
export LC_CTYPE='C'
# ====== REVISION/VERSION ======
declare -r CLOVER_VERSION='v2.5k'
# declare -r CLOVER_REVISION=$(git describe --tags $(git rev-list --tags --max-count=1))
declare -r CLOVER_REVISION=$(git describe --tags --abbrev=0)
# ==== CHECK ENVIRONEMENT ====
@ -97,7 +95,7 @@ fi
PERLLIB=bin/po4a/lib \
bin/po4a/po4a \
--package-name 'Clover' \
--package-version "${CLOVER_VERSION}-r${CLOVER_REVISION}" \
--package-version "r${CLOVER_REVISION}" \
--msgmerge-opt '--lang=$lang --previous --width=79' \
--variable PODIR="$PODIR" \
--variable TEMPLATES_DIR="$TEMPLATES_DIR" \

View File

@ -1089,7 +1089,7 @@ VOID PatchTableType11()
// AsciiStrnCatS(OEMString, MAX_OEM_STRING, gSettings.EfiVersion, iStrLen(gSettings.EfiVersion, 64));
AsciiStrCatS(OEMString, MAX_OEM_STRING, "\n Board-ID : ");
AsciiStrnCatS(OEMString, MAX_OEM_STRING, gSettings.BoardNumber, iStrLen(gSettings.BoardNumber, 64));
AsciiSPrint(TempRev, MAX_OEM_STRING, "\n⌘ Powered by Clover v2.5k %s\n", gFirmwareRevision);
AsciiSPrint(TempRev, MAX_OEM_STRING, "\n⌘ Powered by Clover %s\n", gFirmwareRevision);
AsciiStrCatS(OEMString, MAX_OEM_STRING, TempRev);
UpdateSmbiosString(newSmbiosTable, &newSmbiosTable.Type11->StringCount, OEMString);