[gnome-builder] autotools-templates: Bump dependency requirements



commit df4bc774b0b3534169e4199ec65e8c9696a22c05
Author: Matthew Leeds <mleeds redhat com>
Date:   Tue Mar 7 15:02:47 2017 -0600

    autotools-templates: Bump dependency requirements

 .../autotools_templates/__init__.py                |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/__init__.py 
b/plugins/autotools-templates/autotools_templates/__init__.py
index 72eb142..f348d67 100644
--- a/plugins/autotools-templates/autotools_templates/__init__.py
+++ b/plugins/autotools-templates/autotools_templates/__init__.py
@@ -296,7 +296,7 @@ class EmptyProjectTemplate(AutotoolsTemplate):
          )
 
     def get_packages(self):
-        return "gio-2.0 >= 2.42"
+        return "gio-2.0 >= 2.50"
 
     def prepare_files(self, files):
         files['resources/src/Makefile.empty'] = 'src/Makefile.am'
@@ -313,9 +313,9 @@ class GnomeProjectTemplate(AutotoolsTemplate):
 
     def get_packages(self):
         if self.language == "c" or self.language == "vala":
-            return "gio-2.0 >= 2.42 gtk+-3.0 >= 3.20"
+            return "gio-2.0 >= 2.50 gtk+-3.0 >= 3.22"
         elif self.language == "c++":
-            return "giomm-2.4 >= 2.42 gtkmm-3.0 >= 3.20"
+            return "giomm-2.4 >= 2.49.7 gtkmm-3.0 >= 3.22"
         else:
             return ""
 


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