Skip to content
Snippets Groups Projects
Unverified Commit e6229ebe authored by Michel Le Bihan's avatar Michel Le Bihan
Browse files

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
......@@ -11,9 +11,9 @@ from typing import Any
import logging
from collections.abc import Callable
from winsdk.windows.ui import Color
from winsdk.windows.ui.viewmanagement import UIColorType
from winsdk.windows.ui.viewmanagement import UISettings
from winrt.windows.ui import Color
from winrt.windows.ui.viewmanagement import UIColorType
from winrt.windows.ui.viewmanagement import UISettings
from gajim.common import app
from gajim.common.events import StyleChanged
......
......@@ -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/
......
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment