diff options
author | RIcky Kresslein <rk@lakoliu.com> | 2023-03-14 18:06:46 +0100 |
---|---|---|
committer | RIcky Kresslein <rk@lakoliu.com> | 2023-03-14 18:06:46 +0100 |
commit | 7544fa3b2996ae26601c9c1f9adca0d92b1e4150 (patch) | |
tree | c922044a63a6e969b33b67fbf2f0e2009ac8958f /build-aux | |
parent | 004ef43288f7410924b4677ac643543b81172682 (diff) | |
download | Furtherance-7544fa3b2996ae26601c9c1f9adca0d92b1e4150.tar.zst |
Create Mac port and add App Store badge
Diffstat (limited to 'build-aux')
-rw-r--r--[-rwxr-xr-x] | build-aux/cargo.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | 0 | ||||
-rwxr-xr-x | build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~ | 58 |
3 files changed, 0 insertions, 58 deletions
diff --git a/build-aux/cargo.sh b/build-aux/cargo.sh index 3c37396..3c37396 100755..100644 --- a/build-aux/cargo.sh +++ b/build-aux/cargo.sh diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json index d0eb596..d0eb596 100755..100644 --- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json +++ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json 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" - } - ] - } - ] -} |