mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-04 08:44:54 +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" />
|
<content_rating type="oars-1.0" />
|
||||||
|
|
||||||
<categories>
|
<categories>
|
||||||
<category>Graphics</category>
|
<category>AudioVideo</category>
|
||||||
<category>GTK</category>
|
<category>GTK</category>
|
||||||
</categories>
|
</categories>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
app-id: sa.sy.bluerecorder
|
app-id: sa.sy.bluerecorder
|
||||||
runtime: org.gnome.Platform
|
runtime: org.gnome.Platform
|
||||||
runtime-version: "3.38"
|
runtime-version: "40"
|
||||||
sdk: org.gnome.Sdk
|
sdk: org.gnome.Sdk
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.rust-stable
|
- org.freedesktop.Sdk.Extension.rust-stable
|
||||||
@ -13,7 +13,6 @@ finish-args:
|
|||||||
- --filesystem=home
|
- --filesystem=home
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
- --socket=wayland
|
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --device=dri
|
- --device=dri
|
||||||
- --talk-name=org.gnome.Shell.Screencast
|
- --talk-name=org.gnome.Shell.Screencast
|
||||||
@ -31,7 +30,7 @@ modules:
|
|||||||
RUST_BACKTRACE: "1"
|
RUST_BACKTRACE: "1"
|
||||||
build-commands:
|
build-commands:
|
||||||
- mkdir -p $FLATPAK_DEST/opt $FLATPAK_DEST/share/icons/hicolor/128x128/apps/
|
- 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/
|
- 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
|
- 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
|
- cargo --offline fetch --manifest-path Cargo.toml --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user