Skip to content

Commit

Permalink
ci: build gopeed with libayatana-appindicator (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pugaizai authored Apr 26, 2024
1 parent c8c9df1 commit 470b488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ jobs:
- run: |
sudo apt update -y
# flutter build dependencies
sudo apt install -y ninja-build libgtk-3-dev libappindicator3-dev
# rpm build dependencies
sudo apt install -y rpm patchelf
sudo apt install -y ninja-build libgtk-3-dev libayatana-appindicator3-1 libayatana-appindicator3-dev
# appimage build dependencies
sudo apt install -y libfuse2 locate
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
Expand Down
4 changes: 2 additions & 2 deletions ui/flutter/linux/packaging/deb/make_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ essential: false
icon: assets/icon/icon.svg

dependencies:
- libappindicator3-1 | libayatana-appindicator3-1
- gir1.2-appindicator3-0.1 | gir1.2-ayatanaappindicator3-0.1
- libayatana-appindicator3-1
- gir1.2-ayatanaappindicator3-0.1

keywords:
- Application
Expand Down
24 changes: 0 additions & 24 deletions ui/flutter/linux/packaging/rpm/make_config.yaml

This file was deleted.

0 comments on commit 470b488

Please sign in to comment.