Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
c0cfb0ce
Commit
c0cfb0ce
authored
8 months ago
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop - from stable version
parent
efac79a8
master
devel
workflow
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
start.sh
data_from_portwine/scripts/start.sh
+5
-5
No files found.
data_from_portwine/scripts/functions_helper
View file @
c0cfb0ce
...
...
@@ -1410,7 +1410,7 @@ pw_port_update () {
else
curl
-s
--list-only
"
${
URL_FOR_CHANGELOG
}
/
${
PW_CHANGELOG_FILE
}
"
|
tee
"
${
PORT_WINE_TMP_PATH
}
/curent_var_ver"
CHANGLOG_NEWS
=
$(
sed
"/Scripts version
${
scripts_install_ver
}
/,
$
d"
"
${
PORT_WINE_TMP_PATH
}
/curent_var_ver"
|
sed
'1,/---/ d'
)
xcsd
=
$(
"
${
pw_yad
}
"
--title
"
$(
gettext
"Update scripts:"
)
v.(
${
scripts_install_ver
}
-
${
BRANCH_VERSION
}
)"
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
xcsd
=
$(
"
${
pw_yad
}
"
--title
"
$(
gettext
"Update scripts:"
)
v.(
${
scripts_install_ver
}${
BRANCH_VERSION
}
)"
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--form
--separator
=
'%%%'
--width
=
1200
--height
=
600
\
--field
=
":TXT"
"
${
CHANGLOG_NEWS
}
"
\
--button
=
"
$(
gettext
"EXIT"
)
"
!
"
$PW_GUI_ICON_PATH
/
$BUTTON_SIZE
.png"
!
""
:252
\
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/start.sh
View file @
c0cfb0ce
...
...
@@ -181,7 +181,7 @@ if [[ "$BRANCH" == "master" ]] ; then
export
BRANCH_VERSION
=
""
else
print_warning
"Branch in used: DEVEL
\n
"
export
BRANCH_VERSION
=
"dev"
export
BRANCH_VERSION
=
"
-
dev"
fi
# choose mirror
...
...
@@ -512,7 +512,7 @@ if [[ -f "${portwine_exe}" ]] ; then
"
${
pw_yad
}
"
--key
=
$KEY_START
--notebook
--active-tab
=
${
TAB_START
}
\
--gui-type
=
settings-notebook
\
--width
=
"
${
PW_START_SIZE_W
}
"
--tab-pos
=
"
${
PW_TAB_POSITON
}
"
--center
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}
-
${
BRANCH_VERSION
}
)"
--expand
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}${
BRANCH_VERSION
}
)"
--expand
\
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--tab
=
"
$(
gettext
"GENERAL"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
--tab
=
"
$(
gettext
"SETTINGS"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
...
...
@@ -552,7 +552,7 @@ if [[ -f "${portwine_exe}" ]] ; then
"
${
pw_yad
}
"
--key
=
$KEY_START
--paned
--center
\
--gui-type
=
settings-paned
\
--width
=
"
${
PW_START_SIZE_W
}
"
--tab-pos
=
"
${
PW_TAB_POSITON
}
"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}
-
${
BRANCH_VERSION
}
)"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}${
BRANCH_VERSION
}
)"
\
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--button
=
"
${
PW_SHORTCUT
}
"
\
--button
=
"
$(
gettext
"DEBUG"
)
"
!
"
$PW_GUI_ICON_PATH
/
$BUTTON_SIZE
.png"
!
"
$(
gettext
"Launch with the creation of a .log file at the root PortProton"
)
"
:102
\
...
...
@@ -707,7 +707,7 @@ else
--gui-type
=
settings-notebook
\
--width
=
"
${
PW_MAIN_SIZE_W
}
"
--height
=
"
${
PW_MAIN_SIZE_H
}
"
--no-buttons
\
--auto-close
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}
-
${
BRANCH_VERSION
}
)"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}${
BRANCH_VERSION
}
)"
\
--tab-pos
=
bottom
\
--tab
=
"
$(
gettext
"AUTOINSTALLS"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
--tab
=
"
$(
gettext
"EMULATORS"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
...
...
@@ -720,7 +720,7 @@ else
--gui-type
=
settings-notebook
\
--width
=
"
${
PW_MAIN_SIZE_W
}
"
--height
=
"
${
PW_MAIN_SIZE_H
}
"
--no-buttons
\
--auto-close
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}
-
${
BRANCH_VERSION
}
)"
\
--title
"PortProton-
${
install_ver
}
(
${
scripts_install_ver
}${
BRANCH_VERSION
}
)"
\
--tab-pos
=
bottom
\
--tab
=
"
$(
gettext
"INSTALLED"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
--tab
=
"
$(
gettext
"AUTOINSTALLS"
)
"
!
"
$PW_GUI_ICON_PATH
/
$TAB_SIZE
.png"
!
""
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment