[gtranslator/bochecha/flatpak: 2/3] flatpak: Update libgda to its latest release



commit c1d259ab01b0918f5f1f061c3285058428ec05dd
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sat Oct 13 23:31:01 2018 +0200

    flatpak: Update libgda to its latest release
    
    The libgda buildsystem is broken in that release: disabling
    introspection makes the Vapi build fail, and there's no way to actually
    disable the Vapi generation.
    
    libgda master builds with Meson, so fixing the buildsystem for the
    release is not very interesting.
    
    So let's just enable introspection instead.

 build-aux/flatpak/org.gnome.Gtranslator.json | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Gtranslator.json b/build-aux/flatpak/org.gnome.Gtranslator.json
index 0b5e36e4..850f70aa 100644
--- a/build-aux/flatpak/org.gnome.Gtranslator.json
+++ b/build-aux/flatpak/org.gnome.Gtranslator.json
@@ -89,15 +89,13 @@
             "name": "libgda",
             "config-opts": [
                 "--enable-json=yes",
-                "--enable-system-sqlite=yes",
-                /* FIXME */
-                "--enable-introspection=no"
+                "--enable-system-sqlite=yes"
             ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.4.tar.xz";,
-                    "sha256": "2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e"
+                    "url": "http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.5.tar.xz";,
+                    "sha256": "e3d2e4c28c08a22efd520767fa9d16e92cc1821f693261d7cb2892cc23ec90c8"
                 }
             ],
             "cleanup": [


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