Skip to content

Commit

Permalink
Merge pull request #348 from autonomys/update-ksni
Browse files Browse the repository at this point in the history
Update `ksni` to replace `libdbus` dependency with `zbus`
  • Loading branch information
nazar-pc authored Dec 5, 2024
2 parents 2dcfdfc + b636fcc commit 2a21bfe
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install GTK4 and libfuse2 (Linux)
# libfuse2 is needed for AppImage to run, librsvg2-dev is needed for AppImage to support SVG icons properly
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libdbus-1-dev libfuse2 librsvg2-dev
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libfuse2 librsvg2-dev
if: runner.os == 'Linux'

- name: Configure GTK4 cache (Windows)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install GTK4 (Ubuntu)
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libdbus-1-dev
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev
if: runner.os == 'Linux'

- name: Install GTK4 (macOS)
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install GTK4 (Ubuntu)
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libdbus-1-dev
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev
if: runner.os == 'Linux'

- name: Install GTK4 (macOS)
Expand Down
224 changes: 120 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a21bfe

Please sign in to comment.