Add desktop notifications

This commit is contained in:
2023-05-25 23:44:59 +02:00
parent a07fce1b6c
commit 7684bc43b0
4 changed files with 39 additions and 17 deletions

View File

@ -17,7 +17,8 @@ makedepends=('git'
depends=('python'
'rsync'
'python-dotenv')
optdepends=('python-systemd: use systemd log')
optdepends=('python-systemd: use systemd log'
'python-dbus: for desktop notifications')
install=${pkgname}.install
source=(git+https://github.com/Fuxino/${pkgname}.git)
sha256sums=('SKIP')