Vous êtes ici
StarUML 5.0
Informations
Créateur | Messages |
---|---|
altair2010
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionCaptures d'écranCode source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # CHANGELOG # [Altair2010] (2010) # First script. # [Dadu042] (2019-12-22) # Wine 1.2.3 -> system version. # Add software category. TITLE="StarUml 5.0" PREFIX="StarUml50" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "StarUml 5.0" "" "http://staruml.sourceforge.net" "Altaïr 2010" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "" POL_Wine_InstallFonts POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml3 POL_Call POL_Install_LunaTheme cd "$WINEPREFIX" POL_Download "http://files.playonlinux.com/staruml-5.0-with-cm.exe" "28706b9697e22353f911a55ee5d6997c" POL_Wine_WaitBefore "$TITLE" POL_Wine "staruml-5.0-with-cm.exe" POL_Shortcut "StarUML.exe" "StarUml 5.0" "" "" "Development;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 22 Décembre 2019 à 12:06 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -2,6 +2,13 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" +# CHANGELOG +# [Altair2010] (2010) +# First script. +# [Dadu042] (2019-12-22) +# Wine 1.2.3 -> system version. +# Add software category. + TITLE="StarUml 5.0" PREFIX="StarUml50" @@ -11,7 +18,7 @@ POL_SetupWindow_presentation "StarUml 5.0" "" "http://staruml.sourceforge.net" "Altaïr 2010" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate 1.2.3 +POL_Wine_PrefixCreate "" POL_Wine_InstallFonts POL_Call POL_Install_mfc42 @@ -25,6 +32,6 @@ POL_Wine_WaitBefore "$TITLE" POL_Wine "staruml-5.0-with-cm.exe" -POL_Shortcut "StarUML.exe" "StarUml 5.0" +POL_Shortcut "StarUML.exe" "StarUml 5.0" "" "" "Development;" POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # CHANGELOG # [Altair2010] (2010) # First script. # [Dadu042] (2019-12-22) # Wine 1.2.3 -> system version. # Add software category. TITLE="StarUml 5.0" PREFIX="StarUml50" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "StarUml 5.0" "" "http://staruml.sourceforge.net" "Altaïr 2010" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "" POL_Wine_InstallFonts POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml3 POL_Call POL_Install_LunaTheme cd "$WINEPREFIX" POL_Download "http://files.playonlinux.com/staruml-5.0-with-cm.exe" "28706b9697e22353f911a55ee5d6997c" POL_Wine_WaitBefore "$TITLE" POL_Wine "staruml-5.0-with-cm.exe" POL_Shortcut "StarUML.exe" "StarUml 5.0" "" "" "Development;" POL_SetupWindow_Close exit 0 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com