[meld: 1/3] Updating windows build to gtksourceview4



commit 044d6e839597829099a9340ffd08818b1f77f9d3
Author: Michael Behrisch <oss behrisch de>
Date:   Thu Aug 29 12:48:27 2019 +0000

    Updating windows build to gtksourceview4

 .gitlab-ci.yml | 4 ++--
 setup_win32.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ba242db..dcb75fed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
 
 variables:
   DEPENDENCIES: python3 pygobject3 gobject-introspection
-                python3-gobject gtk3 gtksourceview3
+                python3-gobject gtk3 gtksourceview4
                 python3-pytest intltool glib2-devel
 
 .linux-common: &linux-common
@@ -43,7 +43,7 @@ linux-build:
       - dist/
   before_script:
     - path C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
-    - pacman --noconfirm -S --refresh --sysupgrade --needed mingw-w64-%MSYS2_ARCH%-python3-cx_Freeze 
mingw-w64-%MSYS2_ARCH%-python3-gobject mingw-w64-%MSYS2_ARCH%-python3-pytest 
mingw-w64-%MSYS2_ARCH%-gtksourceview3 mingw-w64-%MSYS2_ARCH%-gsettings-desktop-schemas glib2-devel intltool
+    - pacman --noconfirm -S --refresh --sysupgrade --needed mingw-w64-%MSYS2_ARCH%-python3-cx_Freeze 
mingw-w64-%MSYS2_ARCH%-python3-gobject mingw-w64-%MSYS2_ARCH%-python3-pytest 
mingw-w64-%MSYS2_ARCH%-gtksourceview4 mingw-w64-%MSYS2_ARCH%-gsettings-desktop-schemas glib2-devel intltool
   script:
     - glib-compile-schemas data
     - python3 setup_win32.py bdist_dumb --bdist-dir build\bdist.mingw\msi --keep-temp bdist_msi --keep-temp
diff --git a/setup_win32.py b/setup_win32.py
index 960b1de9..9e188877 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -29,7 +29,7 @@ def get_non_python_libs():
 
     if 'mingw' in sysconfig.get_platform():
         # dll imported by dll dependencies expected to be auto-resolved later
-        inst_root = [os.path.join(local_bin, 'libgtksourceview-3.0-1.dll')]
+        inst_root = [os.path.join(local_bin, 'libgtksourceview-4-0.dll')]
 
         # gspawn-helper is needed for Gtk.show_uri function
         if platform.architecture()[0] == '32bit':
@@ -51,7 +51,7 @@ gtk_data_dirs = [
     'lib/girepository-1.0',
     'share/fontconfig',
     'share/glib-2.0',
-    'share/gtksourceview-3.0',
+    'share/gtksourceview-4',
     'share/icons',
 ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]