Changes

Jump to: navigation, search

Gajim

129 bytes removed, 10 June
It seems with the latest version of wpkg.js you can't next variables within variables. This was something that seemed to work on earlier versions. I updated the script to eliminate those.
The goal of Gajim is to provide a full featured and easy to use Jabber client. It is released under the GNU General Public License.
Gajim is available on Windows with an installer which provide Gtk, python libs and Gajim. Download available here [httphttps://www.gajim.org/downloads/gajim1.9/Gajim-01.129.50-164bit.exe Windows-installer]
<source lang="xml">
priority="10">
<variable name="PKG_VERSION" value="1.89.40" />
<variable name="PKG_NAME" value="Gajim" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\gajim\%PKG_NAME%-%PKG_VERSION%-64bit.exe"/>
<variable name="PKG_DESTINATION" value="%ProgramFiles%\%PKG_NAME%\" />
<variable name="PKG_INSTALL_SWITCH" value="/S" />
<variable name="PKG_REMOVE_SWITCH" value="/S _?=%PKG_DESTINATIONProgramFiles%\Gajim\" />
<check type="uninstall" condition="versiongreaterorequal" path="%PKG_NAME% %PKG_VERSION% (64-Bit)" value="%PKG_VERSION%" />
<install cmd='"%PKG_SOURCESOFTWARE%\gajim\Gajim-%PKG_VERSION%-64bit.exe" %PKG_INSTALL_SWITCH% ' />
<upgrade include="install" />
<remove cmd='"%PKG_DESTINATIONProgramFiles%\Gajim\uninstall.exe" %PKG_REMOVE_SWITCH%' /> <remove cmd='%ComSpec% /C if exist "%PKG_DESTINATIONProgramFiles%\Gajim\uninstall.exe" del "%PKG_DESTINATIONProgramFiles%\Gajim\uninstall.exe"' /> <remove cmd='%ComSpec% /C if exist "%PKG_DESTINATIONProgramFiles%\Gajim\" rmdir "%PKG_DESTINATIONProgramFiles%\Gajim\"' />
</package>
</packages:packages>
15
edits

Navigation menu