[gtranslator/bilelmoussaoui/flatpak] Flatpak: update manifest



commit f36b52fe2e342b02045cb65dcdf80a97656e86e6
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Wed Jan 15 02:13:01 2020 +0000

    Flatpak: update manifest

 build-aux/flatpak/org.gnome.Gtranslator.json | 32 ++++++++--------------------
 1 file changed, 9 insertions(+), 23 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Gtranslator.json b/build-aux/flatpak/org.gnome.Gtranslator.json
index 2197323a..2cdb069c 100644
--- a/build-aux/flatpak/org.gnome.Gtranslator.json
+++ b/build-aux/flatpak/org.gnome.Gtranslator.json
@@ -3,7 +3,6 @@
     "runtime" : "org.gnome.Platform",
     "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
-    "separate-locales": false,
     "command" : "gtranslator",
     "tags" : [
         "devel"
@@ -12,7 +11,7 @@
     "finish-args" : [
         "--share=ipc",
         "--share=network",
-        "--socket=x11",
+        "--socket=fallback-x11",
         "--socket=wayland",
         "--filesystem=home",
         "--filesystem=xdg-run/dconf",
@@ -20,13 +19,6 @@
         "--talk-name=ca.desrt.dconf",
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g",
-        "env" : {
-            "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
-            "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
-        }
-    },
     "cleanup" : [
         "/include",
         "/lib/pkgconfig",
@@ -47,9 +39,6 @@
             ],
             "cleanup" : [
                 "/bin",
-                "/include",
-                "/lib/pkgconfig",
-                "*.la",
                 "/share"
             ],
             "sources" : [
@@ -75,7 +64,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/danigm/gtksourceview.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git";
                 }
             ]
         },
@@ -85,6 +74,12 @@
                 "--enable-json=yes",
                 "--enable-system-sqlite=yes"
             ],
+            "build-options" : {
+                "env" : {
+                    "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
+                    "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
+                }
+            },
             "sources": [
                 {
                     "type": "archive",
@@ -106,16 +101,7 @@
                 }
             ],
             "cleanup": [
-                "/include",
-                "/lib/*.a",
-                "/lib/*.la",
-                "/lib/pkgconfig",
-                "/man",
-                "/share/aclocal",
-                "/share/doc",
-                "/share/gtk-doc",
-                "/share/man",
-                "/share/pkgconfig"
+                "/share/doc"
             ]
         },
         {


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