Du är här

StarUML 5.0

Informations

Creator Meddelanden
altair2010 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 24727
Wine: " POL_Wine_InstallFonts POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml3 POL_Call POL_Install_LunaTheme cd

Feedbacks

Description

Screenshots

Miniature

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

Contributions

Filters:

Contribute
Member Meddelanden
Dadu042 Sunday 22 December 2019 at 12:06
Dadu042

Information

This 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

Svar