Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorMichel Le Bihan <michel@lebihan.pl>2023-04-21 18:03:41 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-21 18:03:41 +0300
commit99dad790f42d6b191621042a29c7b592d5ce5c4d (patch)
tree10ccb3e889dcfa362757635e042105fb333331c8 /win
parent5f77a2545226bc9d0e0782e44744af3cc54358c7 (diff)
feat: Detect dark theme on Windows
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh1
-rwxr-xr-xwin/dev_env.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 69ce39056..5302c4ef3 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -81,6 +81,7 @@ 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}"-gtk3 \
"${MINGW_PACKAGE_PREFIX}"-gtksourceview4 \
"${MINGW_PACKAGE_PREFIX}"-gstreamer \
diff --git a/win/dev_env.sh b/win/dev_env.sh
index 66aa6c873..2d352cd0e 100755
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -24,6 +24,7 @@ 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}-gtk3 \
${MINGW_PACKAGE_PREFIX}-gtksourceview4 \
${MINGW_PACKAGE_PREFIX}-gstreamer \