You are here
StarUML 5.0
Informations
Creator | Message |
---|---|
altair2010
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionScreenshotsSource code#!/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:
ContributeMember | Message |
Dadu042 | Sunday 22 December 2019 at 12:06 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
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