mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Packaging Flatpak for Wayland
This commit is contained in:
@@ -16,6 +16,10 @@ Publishing new a release
|
|||||||
- Test the flatpack for Beta
|
- Test the flatpack for Beta
|
||||||
https://github.com/brunoherbelin/vimix/tree/master/flatpak
|
https://github.com/brunoherbelin/vimix/tree/master/flatpak
|
||||||
- Test the snap for Beta
|
- Test the snap for Beta
|
||||||
|
$ snap remove vimix
|
||||||
|
$ snapcraft (from vimix base dir)
|
||||||
|
$ snap install ./vimix_0.X.Y_amd64.snap --dangerous
|
||||||
|
$ snap connections vimix
|
||||||
|
|
||||||
- Merge Beta into origin/master
|
- Merge Beta into origin/master
|
||||||
- push origin/master
|
- push origin/master
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"rename-desktop-file": "vimix.desktop",
|
"rename-desktop-file": "vimix.desktop",
|
||||||
"rename-icon": "vimix",
|
"rename-icon": "vimix",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--socket=x11",
|
"--socket=wayland",
|
||||||
|
"--socket=fallback-x11",
|
||||||
"--socket=pulseaudio",
|
"--socket=pulseaudio",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
@@ -17,7 +18,9 @@
|
|||||||
"--filesystem=host",
|
"--filesystem=host",
|
||||||
"--filesystem=/tmp",
|
"--filesystem=/tmp",
|
||||||
"--talk-name=org.gtk.vfs.*",
|
"--talk-name=org.gtk.vfs.*",
|
||||||
"--env=FREI0R_PATH=/app/lib/frei0r-1"
|
"--env=FREI0R_PATH=/app/lib/frei0r-1",
|
||||||
|
"--env=__NV_PRIME_RENDER_OFFLOAD=1",
|
||||||
|
"--env=__GLX_VENDOR_LIBRARY_NAME=nvidia"
|
||||||
],
|
],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/include",
|
"/include",
|
||||||
@@ -173,8 +176,8 @@
|
|||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type":"git",
|
"type": "git",
|
||||||
"branch":"beta",
|
"branch": "beta",
|
||||||
"url": "https://github.com/brunoherbelin/vimix.git"
|
"url": "https://github.com/brunoherbelin/vimix.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user