Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
30d21d82
Commit
30d21d82
authored
4 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Windows: Fix build
MSYS removed python2 support
parent
965b4a6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
win/_base.sh
+16
-13
16 additions, 13 deletions
win/_base.sh
with
16 additions
and
13 deletions
win/_base.sh
+
16
−
13
View file @
30d21d82
...
...
@@ -57,8 +57,11 @@ function build_compileall {
function
install_pre_deps
{
pacman
-S
--needed
--noconfirm
p7zip
\
mingw-w64-
"
${
ARCH
}
"
-nsis
wget intltool mingw-w64-
"
${
ARCH
}
"
-toolchain
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
wget
\
intltool
\
mingw-w64-
"
${
ARCH
}
"
-nsis
\
mingw-w64-
"
${
ARCH
}
"
-toolchain
\
mingw-w64-
"
${
ARCH
}
"
-python
}
function
create_root
{
...
...
@@ -73,9 +76,9 @@ function create_root {
}
function
install_deps
{
build_pacman
--noconfirm
-S
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-gobject
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-pip
\
build_pacman
--noconfirm
-S
mingw-w64-
"
${
ARCH
}
"
-
python
\
mingw-w64-
"
${
ARCH
}
"
-
python
-gobject
\
mingw-w64-
"
${
ARCH
}
"
-
python
-pip
\
mingw-w64-
"
${
ARCH
}
"
-adwaita-icon-theme
\
mingw-w64-
"
${
ARCH
}
"
-libwebp
\
mingw-w64-
"
${
ARCH
}
"
-sqlite3
\
...
...
@@ -83,13 +86,13 @@ function install_deps {
mingw-w64-
"
${
ARCH
}
"
-gspell
\
mingw-w64-
"
${
ARCH
}
"
-hunspell
\
mingw-w64-
"
${
ARCH
}
"
-libsoup
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-setuptools
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-pillow
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-setuptools-scm
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-pyopenssl
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-certifi
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-six
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-pygments
mingw-w64-
"
${
ARCH
}
"
-
python
-setuptools
\
mingw-w64-
"
${
ARCH
}
"
-
python
-pillow
\
mingw-w64-
"
${
ARCH
}
"
-
python
-setuptools-scm
\
mingw-w64-
"
${
ARCH
}
"
-
python
-pyopenssl
\
mingw-w64-
"
${
ARCH
}
"
-
python
-certifi
\
mingw-w64-
"
${
ARCH
}
"
-
python
-six
\
mingw-w64-
"
${
ARCH
}
"
-
python
-pygments
build_pip
install
precis-i18n
...
...
@@ -173,7 +176,7 @@ function install_gajim {
function
cleanup_install
{
build_pacman
--noconfirm
-Rdd
mingw-w64-
"
${
ARCH
}
"
-shared-mime-info
\
mingw-w64-
"
${
ARCH
}
"
-
"
${
PYTHON_ID
}
"
-pip
mingw-w64-
"
${
ARCH
}
"
-ncurses
||
true
mingw-w64-
"
${
ARCH
}
"
-
python
-pip
mingw-w64-
"
${
ARCH
}
"
-ncurses
||
true
build_pacman
--noconfirm
-Rdd
mingw-w64-
"
${
ARCH
}
"
-tk
||
true
build_pacman
--noconfirm
-Rdd
mingw-w64-
"
${
ARCH
}
"
-tcl
||
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment