[gnome-boxes/use-gtk-vnc-meson] flatpak: Build gtk-vnc with meson



commit ee4271f1af3d2b18e5cd24b3e2287cdb10a3803e
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Aug 12 13:02:47 2019 +0200

    flatpak: Build gtk-vnc with meson
    
    This allows us to drop intltool too (since gtk-vnc was the reason
    we added it in the first place aec557897538945544100e708e59474d.

 build-aux/flatpak/org.gnome.Boxes.json | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 7796349c..db6ad053 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -50,24 +50,14 @@
                 }
             ]
         },
-        {
-            "name" : "intltool",
-            "cleanup" : [ "*" ],
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz";,
-                    "sha256" : "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
-                }
-            ]
-        },
         {
             "name" : "gtk-vnc",
+            "buildsystem" : "meson",
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : "https://download.gnome.org/sources/gtk-vnc/0.9/gtk-vnc-0.9.0.tar.xz";,
-                    "sha256" : "3a9a88426809a5df2c14353cd9839b8c8163438cb708b31d8048c79d180fcab7"
+                    "url" : "https://download.gnome.org/sources/gtk-vnc/1.0/gtk-vnc-1.0.0.tar.xz";,
+                    "sha256" : "a81a1f1a79ad4618027628ffac27d3391524c063d9411c7a36a5ec3380e6c080"
                 }
             ]
         },


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