<html>
<head>
<base href="https://bugs.documentfoundation.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Pack LibreOffice for PlayOnLinux for QA"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=87743#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Pack LibreOffice for PlayOnLinux for QA"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=87743">bug 87743</a>
from <span class="vcard"><a class="email" href="mailto:bjoern.michaelsen@canonical.com" title="Björn Michaelsen <bjoern.michaelsen@canonical.com>"> <span class="fn">Björn Michaelsen</span></a>
</span></b>
<pre>Also from #playonlinux:
<span class="quote">> petch2: quick script review: <a href="http://pastebin.com/raw/RcsgwRJ7">http://pastebin.com/raw/RcsgwRJ7</a></span >
(copied below for archive):
TITLE="LibreOffice 4.4.3"
$TITLE will have to match the script name in the repository, so I'd recommend
against including the version here, or the script will have to be renamed when
the version changes
PREFIX="LibreOffice_4.4.3"
Similarly, unless you want to support installing different versions
side-by-side, I'd recommend not including version in the prefix name (or say
not the whole version if you want to support installing different major
versions).
On the other hand it could be useful to store the version in some variable to
avoid repeating it in several places in the script.
POL_SetupWindow_browse "Please select the setup file to run." "$TITLE"
All user oriented messages must support localization mechanism
<a href="http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_10:_Script_Translation">http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_10:_Script_Translation</a>
POL_Wine_WaitBefore "$TITLE"
POL_SetupWindow_wait "$(eval_gettext 'Installation in progress.')" "$TITLE"
POL_Wine_WaitBefore displays a standard wait message, the POL_SetupWindow_wait
is redundan</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>