Daniel Brötzmann pushed to branch gtk4 at gajim / gajim


Commits:
681bc187 by wurstsalat at 2024-10-03T13:25:37+02:00
other: Adapt Windows dependencies

- - - - -


2 changed files:

- win/_base.sh
- win/dev_env.sh


Changes:

=====================================
win/_base.sh
=====================================
@@ -81,8 +81,8 @@ function install_mingw_deps {
         "${MINGW_PACKAGE_PREFIX}"-python-setuptools-scm \
         "${MINGW_PACKAGE_PREFIX}"-python-six \
         "${MINGW_PACKAGE_PREFIX}"-python-sqlalchemy \
-        "${MINGW_PACKAGE_PREFIX}"-gtk3 \
-        "${MINGW_PACKAGE_PREFIX}"-gtksourceview4 \
+        "${MINGW_PACKAGE_PREFIX}"-gtk4 \
+        "${MINGW_PACKAGE_PREFIX}"-gtksourceview5 \
         "${MINGW_PACKAGE_PREFIX}"-gstreamer \
         "${MINGW_PACKAGE_PREFIX}"-gst-plugins-base \
         "${MINGW_PACKAGE_PREFIX}"-gst-plugins-good \


=====================================
win/dev_env.sh
=====================================
@@ -25,8 +25,8 @@ function main {
         ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm \
         ${MINGW_PACKAGE_PREFIX}-python-six \
         ${MINGW_PACKAGE_PREFIX}-python-sqlalchemy \
-        ${MINGW_PACKAGE_PREFIX}-gtk3 \
-        ${MINGW_PACKAGE_PREFIX}-gtksourceview4 \
+        ${MINGW_PACKAGE_PREFIX}-gtk4 \
+        ${MINGW_PACKAGE_PREFIX}-gtksourceview5 \
         ${MINGW_PACKAGE_PREFIX}-gstreamer \
         ${MINGW_PACKAGE_PREFIX}-gst-plugins-base \
         ${MINGW_PACKAGE_PREFIX}-gst-plugins-good \
@@ -45,7 +45,7 @@ function main {
     PIP_REQUIREMENTS="\
 git+https://dev.gajim.org/gajim/python-nbxmpp.git
 git+https://dev.gajim.org/gajim/omemo-dr.git
-pygobject-stubs --no-cache-dir --config-settings=config=Gtk3,Gdk3,GtkSource4
+pygobject-stubs --no-cache-dir --config-settings=config=Gtk4,Gdk4,GtkSource5
 python-gnupg
 qrcode
 css_parser



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/681bc18756a0ed9db0afaf180f9cf0e9980bfdf2

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/681bc18756a0ed9db0afaf180f9cf0e9980bfdf2
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- commits@gajim.org
To unsubscribe send an email to commits-le...@gajim.org

Reply via email to