Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
63e932b6 by wurstsalat at 2024-11-03T10:55:23+01:00
refactor: Windows: Replace gspell dependency with libspelling
- - - - -
2 changed files:
- win/_base.sh
- win/dev_env.sh
Changes:
=====================================
win/_base.sh
=====================================
@@ -91,7 +91,7 @@ function install_mingw_deps {
"${MINGW_PACKAGE_PREFIX}"-gst-python \
"${MINGW_PACKAGE_PREFIX}"-adwaita-icon-theme \
"${MINGW_PACKAGE_PREFIX}"-farstream \
- "${MINGW_PACKAGE_PREFIX}"-gspell \
+ "${MINGW_PACKAGE_PREFIX}"-libspelling \
"${MINGW_PACKAGE_PREFIX}"-hunspell \
"${MINGW_PACKAGE_PREFIX}"-libavif \
"${MINGW_PACKAGE_PREFIX}"-libheif \
=====================================
win/dev_env.sh
=====================================
@@ -34,7 +34,7 @@ function main {
${MINGW_PACKAGE_PREFIX}-gst-python \
${MINGW_PACKAGE_PREFIX}-adwaita-icon-theme \
${MINGW_PACKAGE_PREFIX}-farstream \
- ${MINGW_PACKAGE_PREFIX}-gspell \
+ ${MINGW_PACKAGE_PREFIX}-libspelling \
${MINGW_PACKAGE_PREFIX}-hunspell \
${MINGW_PACKAGE_PREFIX}-libheif \
${MINGW_PACKAGE_PREFIX}-libnice \
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/63e932b6d96d201d430b9eaadc98ecdca991b636
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/63e932b6d96d201d430b9eaadc98ecdca991b636
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]