Skip to content

Commit

Permalink
Sui(update): use libayatana-appindicator
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Oct 22, 2023
1 parent 952f411 commit 448e5c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get update;
sudo apt-get install meson pkg-config gettext libgtk-3-dev libsoup2.4-dev libconfig-dev libssl-dev libsecret-1-dev \
glib-networking libgtk3.0 libsoup2.4-1 libconfig9 libsecret-1-0 libappindicator3-dev;
glib-networking libgtk3.0 libsoup2.4-1 libconfig9 libsecret-1-0 libayatana-appindicator3-dev
# For ITS rules for metainfo
# ref: https://answers.launchpad.net/launchpad/+question/692788
sudo apt-get install appstream;
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ deps = [
dependency('libsoup-2.4'),
dependency('openssl'),
dependency('libsecret-1'),
dependency('appindicator3-0.1'),
dependency('ayatana-appindicator3-0.1'),
generated_meta_h,
]

Expand Down
2 changes: 1 addition & 1 deletion src/sui/sui_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#include <gtk/gtk.h>
#include <libappindicator/app-indicator.h>
#include <libayatana-appindicator/app-indicator.h>

#include "sui/sui.h"
#include "meta.h"
Expand Down

0 comments on commit 448e5c1

Please sign in to comment.