File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,10 +99,11 @@ To build a local Flatpak bundle:
9999
100100``` sh
101101sudo dnf install flatpak flatpak-builder
102- sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
102+ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
103103
104104mkdir -p target/flatpak
105105flatpak-builder \
106+ --user \
106107 --force-clean \
107108 --disable-rofiles-fuse \
108109 --install-deps-from=flathub \
Original file line number Diff line number Diff line change 1717 "build-options" : {
1818 "append-path" : " /usr/lib/sdk/rust-stable/bin" ,
1919 "build-args" : [" --share=network" ],
20- "env" : { "CARGO_HOME" : " /run/build/aetheris/cargo" }
20+ "env" : {
21+ "CARGO_HOME" : " /run/build/aetheris/cargo" ,
22+ "PKG_CONFIG_PATH" : " /app/lib/pkgconfig:/app/lib64/pkgconfig:/app/lib/x86_64-linux-gnu/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig"
23+ }
2124 },
2225 "modules" : [
2326 {
2427 "name" : " vte" ,
2528 "buildsystem" : " meson" ,
2629 "config-opts" : [
30+ " --libdir=lib" ,
2731 " -Dgtk4=true" ,
2832 " -Dgtk3=false" ,
2933 " -Dgir=false" ,
3337 " -Dglade=false" ,
3438 " -D_systemd=false"
3539 ],
40+ "post-install" : [
41+ " find /app -name 'vte-*.pc' -print" ,
42+ " test -f /app/lib/pkgconfig/vte-2.91-gtk4.pc"
43+ ],
3644 "sources" : [
3745 {
3846 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments