[meld/meld-3-20] Note that GtkSourceView 4 is not supported



commit 1609b84f6706a1deda0fafb997f3c9558e515165
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Wed Apr 3 19:08:31 2019 +1000

    Note that GtkSourceView 4 is not supported

 README.md | 2 +-
 bin/meld  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index 6176bb46..39fd065e 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ And following packages with GObject introspection:
 * Pango
 * PangoCairo
 * GTK+ 3.20
-* GtkSourceView 3.20
+* GtkSourceView 3.20 (note that GtkSourceView 4 is not supported)
 
 
 Build requirements
diff --git a/bin/meld b/bin/meld
index 57a7406c..5406ea76 100755
--- a/bin/meld
+++ b/bin/meld
@@ -223,7 +223,7 @@ def check_requirements():
         assert hasattr(GtkSource, 'SearchSettings')
         assert hasattr(GtkSource, 'Tag')
     except (ImportError, AssertionError, ValueError) as e:
-        missing_reqs("GtkSourceView", gtksourceview_requirement, e)
+        missing_reqs("GtkSourceView 3", gtksourceview_requirement, e)
 
 
 def setup_resources():


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