Skip to content

Commit

Permalink
Add back dbus for dbus-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 18, 2024
1 parent b1d7fd5 commit cd46ca5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
run: |
flatpak run --command=xvfb-run org.flatpak.Builder//localtest -a flatpak-builder --version
# Needed by flatpak-github-actions
- name: Check if dbus-daemon works
run: |
flatpak run --command=dbus-daemon org.flatpak.Builder//localtest --version
# Needed by OBS
- name: Check if gh works
run: |
Expand Down
19 changes: 19 additions & 0 deletions org.flatpak.Builder.BaseApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,25 @@
]
},
"xvfb.json",
{
"name": "dbus",
"config-opts": [
"--disable-static"
],
"sources": [
{
"type": "archive",
"url": "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz",
"sha256": "ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f",
"x-checker-data": {
"type": "anitya",
"project-id": 5356,
"stable-only": true,
"url-template": "https://dbus.freedesktop.org/releases/dbus/dbus-$version.tar.xz"
}
}
]
},
{
"name": "stemmer",
"buildsystem": "simple",
Expand Down

0 comments on commit cd46ca5

Please sign in to comment.