about summary refs log tree commit diff
path: root/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~')
-rwxr-xr-xbuild-aux/flatpak/com.lakoliu.Furtherance.Devel.json~58
1 files changed, 0 insertions, 58 deletions
diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
deleted file mode 100755
index 4f2d826..0000000
--- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
+++ /dev/null
@@ -1,58 +0,0 @@
-{
-    "app-id" : "com.lakoliu.Furtherance.Devel",
-    "runtime" : "org.gnome.Platform",
-    "runtime-version" : "master",
-    "sdk" : "org.gnome.Sdk",
-    "sdk-extensions" : [
-        "org.freedesktop.Sdk.Extension.rust-stable"
-    ],
-    "command" : "furtherance",
-    "tags" : [
-        "nightly"
-    ],
-    "finish-args" : [
-        "--share=network",
-        "--share=ipc",
-        "--socket=fallback-x11",
-        "--device=dri",
-        "--socket=wayland",
-        "--socket=session-bus"
-    ],
-    "build-options" : {
-        "append-path" : "/usr/lib/sdk/rust-stable/bin",
-        "build-args" : [
-            "--share=network"
-        ],
-        "env" : {
-            "RUST_BACKTRACE" : "1",
-            "RUST_LOG" : "furtherance=debug"
-        }
-    },
-    "cleanup" : [
-        "/include",
-        "/lib/pkgconfig",
-        "/man",
-        "/share/doc",
-        "/share/gtk-doc",
-        "/share/man",
-        "/share/pkgconfig",
-        "*.la",
-        "*.a"
-    ],
-    "modules" : [
-        {
-            "name" : "furtherance",
-            "builddir" : true,
-            "buildsystem" : "meson",
-            "config-opts" : [
-                "-Dprofile=development"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "file:///home/ricky/Documents/SoftwareDev/Rust/furtherance"
-                }
-            ]
-        }
-    ]
-}