Guide 9

Informatie

Creator Bericht
almukantarat Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 3375
Wine: 2.22

Feedbacks

Omschrijving

Astronomical software.

Editor: Project Pluto. Appdb.winehq.org

Broncode

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Donderdag 14 November 2019 om 16:09
Dadu042

Information

This update has been approved by the team.

Bericht

Wine 1.6.2 ->2 .22

Differences

@@ -1,15 +1,22 @@
 #!/bin/bash
 # Last revision : (2014-09-24)
-# Wine version used : 1.6.2
+# Wine version used : 1.6.2, 2.22
 # Author : almukantarat
 # License : GNU/GPL v3
 
+# CHANGELOG
+# [almukantarat] (2014)
+#   First script.
+# [Dadu042] (201x)
+#   Wine 1.6.2 -> 2.22
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Guide 9.0"
+TITLE="Guide 9"
 PREFIX="guide9"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

New source code

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Antwoorden

Dadu042 Zondag 2 Juni\ 2019 om 15:06
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Script moved.

Differences

@@ -0,0 +1,29 @@
+#!/bin/bash
+# Last revision : (2014-09-24)
+# Wine version used : 1.6.2
+# Author : almukantarat
+# License : GNU/GPL v3
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Guide 9.0"
+PREFIX="guide9"
+WORKING_WINE_VERSION="1.6.2"
+
+POL_SetupWindow_Init
+POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+POL_SetupWindow_InstallMethod "LOCAL"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
+SETUP_EXE="$APP_ANSWER"
+POL_Wine $SETUP_EXE
+
+POL_Shortcut "guide9.exe" "$TITLE"
+
+POL_SetupWindow_Close
+
+exit
\ No newline at end of file

New source code

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2
# Author : almukantarat
# License : GNU/GPL v3

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9.0"
PREFIX="guide9"
WORKING_WINE_VERSION="1.6.2"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Antwoorden

Quentin PÂRIS Woensdag 24 September 2014 om 12:04
Quentin PÂRIS Anonymous

Bericht

The description is not the right place to put your code. Can you send it more properly? Thank you

Antwoorden

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