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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Michel Le Bihan
gajim
Commits
e6229ebe
Unverified
Commit
e6229ebe
authored
10 months ago
by
Michel Le Bihan
Browse files
Options
Downloads
Patches
Plain Diff
other: Switch from winsdk to the winrt package
parent
ac398cd2
No related branches found
No related tags found
No related merge requests found
Pipeline
#16220
passed
10 months ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gajim/common/winapi/system_style.py
+3
-3
3 additions, 3 deletions
gajim/common/winapi/system_style.py
win/_base.sh
+2
-1
2 additions, 1 deletion
win/_base.sh
win/dev_env.sh
+2
-1
2 additions, 1 deletion
win/dev_env.sh
with
7 additions
and
5 deletions
gajim/common/winapi/system_style.py
+
3
−
3
View file @
e6229ebe
...
...
@@ -11,9 +11,9 @@ from typing import Any
import
logging
from
collections.abc
import
Callable
from
win
sdk
.windows.ui
import
Color
from
win
sdk
.windows.ui.viewmanagement
import
UIColorType
from
win
sdk
.windows.ui.viewmanagement
import
UISettings
from
win
rt
.windows.ui
import
Color
from
win
rt
.windows.ui.viewmanagement
import
UIColorType
from
win
rt
.windows.ui.viewmanagement
import
UISettings
from
gajim.common
import
app
from
gajim.common.events
import
StyleChanged
...
...
This diff is collapsed.
Click to expand it.
win/_base.sh
+
2
−
1
View file @
e6229ebe
...
...
@@ -80,7 +80,6 @@ function install_deps {
"
${
MINGW_PACKAGE_PREFIX
}
"
-python-setuptools
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-python-setuptools-scm
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-python-six
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-python-winsdk
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-python-sqlalchemy
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-gtk3
\
"
${
MINGW_PACKAGE_PREFIX
}
"
-gtksourceview4
\
...
...
@@ -110,6 +109,8 @@ qrcode
css_parser
sentry-sdk
emoji
winrt-Windows.UI
winrt-Windows.UI.ViewManagement
"
# Workaround for https://dev.gajim.org/gajim/gajim/-/issues/11490
# Env variable described in https://www.msys2.org/docs/python/
...
...
This diff is collapsed.
Click to expand it.
win/dev_env.sh
+
2
−
1
View file @
e6229ebe
...
...
@@ -24,7 +24,6 @@ function main {
${
MINGW_PACKAGE_PREFIX
}
-python-setuptools
\
${
MINGW_PACKAGE_PREFIX
}
-python-setuptools-scm
\
${
MINGW_PACKAGE_PREFIX
}
-python-six
\
${
MINGW_PACKAGE_PREFIX
}
-python-winsdk
\
${
MINGW_PACKAGE_PREFIX
}
-python-sqlalchemy
\
${
MINGW_PACKAGE_PREFIX
}
-gtk3
\
${
MINGW_PACKAGE_PREFIX
}
-gtksourceview4
\
...
...
@@ -52,6 +51,8 @@ qrcode
css_parser
sentry-sdk
emoji
winrt-Windows.UI
winrt-Windows.UI.ViewManagement
"
# Workaround for https://dev.gajim.org/gajim/gajim/-/issues/11490
# Env variable described in https://www.msys2.org/docs/python/
...
...
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