From 805d20d132098b9123f5527ffd0a4e1b807fd5a9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:59:59 +0200 Subject: Bump required software versions We needed to update the README anyway --- README | 7 +++---- meson.build | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 5a5da18..82211bb 100644 --- a/README +++ b/README @@ -10,11 +10,10 @@ by the built in 3G chipset in your laptop/netbook. Requirements ------------ -* ModemManager with ussd support (>= 0.5) +* ModemManager with ussd support (>= 1.4) * mobile-broadband-provider-info with top-up support (>= 20110319) -* GTK+ >= 3.0.0, Debian package: libgtk+-3-0 -* PyGObject >= 2.28.3, Debian package: python-gobject -* DBus Python Bindings >= 0.83, Debian package: python-dbus +* GTK+ >= 3.22, Debian package: libgtk+-3-0 +* PyGObject >= 3.22, Debian package: python-gobject Build ----- diff --git a/meson.build b/meson.build index a062639..a2a71ea 100644 --- a/meson.build +++ b/meson.build @@ -12,8 +12,8 @@ gnome = import('gnome') i18n = import('i18n') gio_dep = dependency('gio-2.0', version: '>=2.25.6') -gtk_dep = dependency('gtk+-3.0', version: '>=3.0.0') -pygobject_dep = dependency('pygobject-3.0', version: '>=3.0') +gtk_dep = dependency('gtk+-3.0', version: '>=3.22.0') +pygobject_dep = dependency('pygobject-3.0', version: '>=3.22') subdir('data') subdir('src') -- cgit v1.2.3