Skip to content

Commit

Permalink
build: Sync manifests (#101)
Browse files Browse the repository at this point in the history
Removes an unnecessary wrapper script from the devel manifest (since
the Discord library we use already checks for an IPC socket in the
proper Flatpak location), and bumps blueprint to v0.16.0 in the Discord
access manifest.
  • Loading branch information
bragefuglseth authored Jan 23, 2025
1 parent 1bf9479 commit db77606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions build-aux/dev.bragefuglseth.Keypunch.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command" : "keypunch-wrapper.sh",
"command" : "keypunch",
"finish-args" : [
"--share=network",
"--share=ipc",
Expand Down Expand Up @@ -49,23 +49,6 @@
}
]
},
{
"name" : "keypunch-wrapper",
"buildsystem" : "simple",
"build-commands" : [
"install -Dm755 keypunch-wrapper.sh /app/bin/keypunch-wrapper.sh"
],
"sources" : [
{
"type" : "script",
"dest-filename" : "keypunch-wrapper.sh",
"commands" : [
"for i in {0..9}; do\ntest -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;\ndone",
"keypunch"
]
}
]
},
{
"name" : "keypunch",
"builddir" : true,
Expand Down
2 changes: 1 addition & 1 deletion build-aux/dev.bragefuglseth.Keypunch.DiscordAccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.14.0"
"tag": "v0.16.0"
}
]
},
Expand Down

0 comments on commit db77606

Please sign in to comment.