[gnome-notes] update libhandy dependency to libhandy-1



commit bec23052d8a4a23779b173dba736cb90141eeffe
Author: Jonathan Kang <jonathankang gnome org>
Date:   Thu Feb 25 10:59:28 2021 +0800

    update libhandy dependency to libhandy-1

 build-aux/flatpak/org.gnome.Notes.json | 3 +--
 data/resources/list-view.ui            | 4 +---
 meson.build                            | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Notes.json b/build-aux/flatpak/org.gnome.Notes.json
index 231a247..14e4a65 100644
--- a/build-aux/flatpak/org.gnome.Notes.json
+++ b/build-aux/flatpak/org.gnome.Notes.json
@@ -70,8 +70,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://source.puri.sm/Librem5/libhandy.git";,
-                    "branch" : "libhandy-0-0"
+                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git";
                 }
             ]
         },
diff --git a/data/resources/list-view.ui b/data/resources/list-view.ui
index b26735d..6292662 100644
--- a/data/resources/list-view.ui
+++ b/data/resources/list-view.ui
@@ -6,10 +6,8 @@
     <property name="vscrollbar-policy">automatic</property>
     <property name="vexpand">True</property>
     <child>
-      <object class="HdyColumn">
+      <object class="HdyClamp">
         <property name="visible">True</property>
-        <property name="maximum_width">600</property>
-        <property name="linear_growth_width">400</property>
         <property name="margin_top">32</property>
         <property name="margin_bottom">32</property>
         <property name="margin_start">12</property>
diff --git a/meson.build b/meson.build
index 582a382..fa5e783 100644
--- a/meson.build
+++ b/meson.build
@@ -122,7 +122,7 @@ bijiben_deps = [
   dependency('json-glib-1.0'),
   dependency('libecal-2.0', version: '>= 3.33.2'),
   dependency('libedataserver-1.2', version: '>= 3.13.90'),
-  dependency('libhandy-0.0', version: '>= 0.0.10'),
+  dependency('libhandy-1', version: '>= 1.0.0'),
   dependency('libxml-2.0'),
   dependency('libcurl'),
   dependency('uuid'),


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