Add system tray dependencies (libappindicator-gtk3, gdk-pixbuf2)

This commit is contained in:
unstable-code 2025-11-23 14:46:37 +09:00
parent 7fd049b110
commit 3898e81de2
No known key found for this signature in database
GPG key ID: CB5F744B42F45F64
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,9 @@ pkgbase = wshowlyrics-git
depends = pango
depends = wayland
depends = playerctl
depends = libappindicator-gtk3
depends = gdk-pixbuf2
optdepends = snixembed: System tray support for Swaybar
provides = wshowlyrics
conflicts = wshowlyrics
source = git+https://github.com/unstable-code/lyrics.git

View file

@ -13,6 +13,11 @@ depends=(
'pango'
'wayland'
'playerctl'
'libappindicator-gtk3'
'gdk-pixbuf2'
)
optdepends=(
'snixembed: System tray support for Swaybar'
)
makedepends=(
'git'