Skip to content

Commit

Permalink
Update flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
heimskr committed Mar 8, 2024
1 parent 0eb7b03 commit 5798ee4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions gay.heimskr.Game3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"--socket=fallback-x11",
"--share=network",
"--socket=session-bus",
"--socket=pulseaudio",
"--device=dri",
"--filesystem=xdg-run/discord-ipc-0:ro",
"--filesystem=xdg-run/discord-ipc-1:ro",
Expand Down Expand Up @@ -176,7 +177,7 @@
"-Dbuild-tests=false"
],
"build-options": {
"cxxflags": "-O2 -g -std=c++20"
"cxxflags": "-O3 -g -std=c++20"
},
"sources": [{
"type": "archive",
Expand All @@ -194,14 +195,29 @@
"-Dbuild-tests=false"
],
"build-options": {
"cxxflags": "-O2 -g -std=c++20"
"cxxflags": "-O3 -g -std=c++20"
},
"sources": [{
"type": "archive",
"url": "https://download.gnome.org/sources/gtkmm/4.12/gtkmm-4.12.0.tar.xz",
"sha256": "fbc3e7618123345c0148ef71abb6548d421f52bb224fbda34875b677dc032c92"
}]
},
{
"name": "vte",
"buildsystem": "meson",
"config-opts": [
"-Dgtk3=false"
],
"build-options": {
"cxxflags": "-O3 -g"
},
"sources": [{
"type": "archive",
"url": "https://download.gnome.org/sources/vte/0.75/vte-0.75.92.tar.xz",
"sha256": "3e805c9ac0fcdf3a11b51d77dd8a98efadba74cfade385951c3d378d156c7023"
}]
},
{
"name": "eigen3",
"buildsystem": "cmake",
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('game3', 'cpp', version: '0.37.1',
project('game3', 'cpp', version: '0.38.0',
meson_version: '>= 0.62.0',
default_options: ['warning_level=2', 'werror=false', 'cpp_std=c++23'])

Expand Down

0 comments on commit 5798ee4

Please sign in to comment.