Code::Blocks 10.05

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 37616
Wine: 1.4

Retours d'expérience

Description

Free, open-source cross-platform IDE that supports multiple compilers

Wikipedia.

Captures d'écran

Miniature

Code source

#!/bin/bash

# CHANGELOG
# [SuperPlumus] (2013-07-07 19-55)
#   Clean code

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

TITLE="Code::Blocks 10.05"
PREFIX="CodeBlocks"
WORKING_WINE_VERSION="1.4"

EDITOR="Codeblocks"
EDITOR_URL="http://www.codeblocks.org/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

POL_Call POL_Install_LunaTheme

cd "$POL_System_TmpDir"
POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "codeblocks-10.05mingw-setup.exe"

POL_System_TmpDelete

POL_Shortcut "codeblocks.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
FuzzyToothpaste Mardi 16 September 2014 à 2:25
FuzzyToothpaste Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Please change the name from Codeblocks to Code::Blocks, the official name. Go to http://codeblocks.org and look in the title of the tab in your browser. Notice how it (should) say Code::Blocks. It is also called this on the official website, codeblocks.org.

Differences

@@ -7,7 +7,7 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Codeblocks 10.05"
+TITLE="Code::Blocks 10.05"
 PREFIX="CodeBlocks"
 WORKING_WINE_VERSION="1.4"
 

Nouveau code source

#!/bin/bash

# CHANGELOG
# [SuperPlumus] (2013-07-07 19-55)
#   Clean code

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

TITLE="Code::Blocks 10.05"
PREFIX="CodeBlocks"
WORKING_WINE_VERSION="1.4"

EDITOR="Codeblocks"
EDITOR_URL="http://www.codeblocks.org/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

POL_Call POL_Install_LunaTheme

cd "$POL_System_TmpDir"
POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "codeblocks-10.05mingw-setup.exe"

POL_System_TmpDelete

POL_Shortcut "codeblocks.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Dimanche 30 Juin 2019 à 7:48
Fixed.