mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
last changes from flathub repo and replace category (#4)
* Remove flathub.json * upgrade runtime * use only x11 * fix the wrong path * Category replaced
This commit is contained in:
parent
fe7a256ec3
commit
bbebba2133
@ -1,3 +0,0 @@
|
||||
{
|
||||
"only-arches": ["x86_64"]
|
||||
}
|
@ -24,7 +24,7 @@
|
||||
<content_rating type="oars-1.0" />
|
||||
|
||||
<categories>
|
||||
<category>Graphics</category>
|
||||
<category>AudioVideo</category>
|
||||
<category>GTK</category>
|
||||
</categories>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
app-id: sa.sy.bluerecorder
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: "3.38"
|
||||
runtime-version: "40"
|
||||
sdk: org.gnome.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.rust-stable
|
||||
@ -13,7 +13,6 @@ finish-args:
|
||||
- --filesystem=home
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --device=dri
|
||||
- --talk-name=org.gnome.Shell.Screencast
|
||||
@ -31,7 +30,7 @@ modules:
|
||||
RUST_BACKTRACE: "1"
|
||||
build-commands:
|
||||
- mkdir -p $FLATPAK_DEST/opt $FLATPAK_DEST/share/icons/hicolor/128x128/apps/
|
||||
- install -D flatpak/sa.sy.bluerecorder.metainfo.xml -t $FLATPAK_DEST/usr/share/metainfo/
|
||||
- install -D flatpak/sa.sy.bluerecorder.metainfo.xml -t $FLATPAK_DEST/share/metainfo/
|
||||
- install -D flatpak/sa.sy.bluerecorder.desktop -t $FLATPAK_DEST/share/applications/
|
||||
- cp -v data/blue-recorder@x128.png $FLATPAK_DEST/share/icons/hicolor/128x128/apps/sa.sy.bluerecorder.png
|
||||
- cargo --offline fetch --manifest-path Cargo.toml --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user