[meld] bin/meld: Bump our glib requirement to line up with the GTK+ release



commit 690effe9234ec376b467adf36efed6d909ce16de
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat May 12 09:08:12 2018 +1000

    bin/meld: Bump our glib requirement to line up with the GTK+ release
    
    This is simply bumping the glib requirement based on the timing of the
    release with the same-date GTK+ release, so realistically shouldn't
    cause any dependency pain.

 bin/meld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/meld b/bin/meld
index 6c21bdf0..34971b02 100755
--- a/bin/meld
+++ b/bin/meld
@@ -180,7 +180,7 @@ def show_error_and_exit(error_text):
 def check_requirements():
 
     gtk_requirement = (3, 20)
-    glib_requirement = (2, 36, 0)
+    glib_requirement = (2, 48, 0)
     gtksourceview_requirement = (3, 20, 0)
     pangocairo_requirement = (1, 34)
 


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