notification-hub

distraction-free notification daemon for simple linux desktops.
git clone https://git.ce9e.org/notification-hub.git

commit
14fd2ae8623bcf73e31fc7e4b916f80c8d1ebc2e
parent
ef3b0a96b3e40a9b9407ac9d86b76fe4ee0e168f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-22 07:19
add dependencies to package

Diffstat

M PKGBUILD 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/PKGBUILD b/PKGBUILD

@@ -4,6 +4,7 @@ pkgdesc='Distraction-free notification daemon for simple linux desktops'
    4     4 arch=('all')
    5     5 url='https://github.com/xi/notification-hub'
    6     6 license='MIT'
   -1     7 depends=(python3-gi gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1)
    7     8 
    8     9 package() {
    9    10 	install -Dm 755 notification_hub.py "$pkgdir/usr/bin/notification-hub"