[fractal] Bump libhandy to 0.0.13



commit 6cf0575dab370c938037a6c185a33ab49d943a06
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Feb 5 12:22:39 2020 +0100

    Bump libhandy to 0.0.13
    
    This is needed to access HdySwipeGroup and new features of HdyLeaflet.

 flatpak/org.gnome.Fractal.json | 2 +-
 meson.build                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index d240e0e9..9eaaafbf 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -62,7 +62,7 @@
                 {
                     "type" : "git",
                     "url" : "https://source.puri.sm/Librem5/libhandy.git";,
-                    "tag" : "v0.0.11"
+                    "tag" : "v0.0.13"
                 }
             ]
         },
diff --git a/meson.build b/meson.build
index d2c6f828..f762dda9 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ dependency('gio-2.0', version: '>= 2.56')
 dependency('cairo', version: '>= 1.16')
 dependency('gdk-pixbuf-2.0')
 dependency('gtk+-3.0', version: '>= 3.24.7')
-dependency('libhandy-0.0', version: '>= 0.0.10')
+dependency('libhandy-0.0', version: '>= 0.0.13')
 dependency('gtksourceview-4', version: '>= 4.0')
 dependency('gspell-1', version: '>= 1.8')
 


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