Skip to content

Commit

Permalink
Add bwrap and xdg-dbus-proxy for Flatpak 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 13, 2025
1 parent e3fc578 commit cada38d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions org.flatpak.Builder.BaseApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,49 @@
"post-install": [
"mkdir -p ${FLATPAK_DEST}/bin && ln -s ${FLATPAK_DEST}/bin/xml ${FLATPAK_DEST}/bin/xmlstarlet"
]
},
{
"name": "bubblewrap",
"buildsystem": "meson",
"config-opts": [
"-Dman=disabled",
"-Dselinux=disabled",
"-Dtests=false"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/projectatomic/bubblewrap/archive/refs/tags/v0.11.0.tar.gz",
"sha256": "cfeeb15fcc47d177d195f06fdf0847e93ee3aa6bf46f6ac0a141fa142759e2c3",
"x-checker-data": {
"type": "anitya",
"project-id": 10937,
"stable-only": true,
"url-template": "https://github.com/projectatomic/bubblewrap/archive/refs/tags/v$version.tar.gz"
}
}
]
},
{
"name": "xdg-dbus-proxy",
"buildsystem": "meson",
"config-opts": [
"-Dman=disabled",
"-Dtests=false"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/0.1.6.tar.gz",
"sha256": "ee9c1d665f4e3b025a83d522d478ff7930070f2817fc2cb446db0dca93c990b1",
"x-checker-data": {
"type": "anitya",
"project-id": 58434,
"stable-only": true,
"url-template": "https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/v$version.tar.gz"
}
}
]
}
]
}

0 comments on commit cada38d

Please sign in to comment.