Skip to content

Commit 4db84df

Browse files
authored
Implement COSMIC watcher
2 parents 2e3d97e + ce8cba6 commit 4db84df

File tree

8 files changed

+441
-81
lines changed

8 files changed

+441
-81
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
sudo apt-get install libdbus-1-dev -y
2525
sudo apt-get install libssl-dev -y
2626
sudo apt-get install pkg-config -y
27+
sudo apt-get install libxkbcommon-dev -y
2728
- run: cargo install cargo-deb
2829
- run: cargo install cargo-generate-rpm
2930

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
2424
steps:
2525
- uses: actions/checkout@v4
26-
- run: sudo apt-get install -y libdbus-1-dev
26+
- run: sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
2727
- uses: dtolnay/rust-toolchain@stable
2828
with:
2929
components: clippy
@@ -35,7 +35,7 @@ jobs:
3535
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
3636
steps:
3737
- uses: actions/checkout@v4
38-
- run: sudo apt-get install -y libdbus-1-dev
38+
- run: sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
3939
- uses: dtolnay/rust-toolchain@stable
4040
with:
4141
components: clippy
@@ -47,7 +47,7 @@ jobs:
4747
AW_WEBUI_DIR: ${{ github.workspace }}/src/bundle
4848
steps:
4949
- uses: actions/checkout@v4
50-
- run: sudo apt-get install -y libdbus-1-dev
50+
- run: sudo apt-get install -y libdbus-1-dev libxkbcommon-dev
5151
- uses: dtolnay/rust-toolchain@stable
5252
- uses: Swatinem/rust-cache@v2
5353
- run: cargo test --all-features --workspace

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/target
1+
/**/target
22
src/bundle/logo.argb32
33
lcov.info

0 commit comments

Comments
 (0)