makedeb


dunst-git 11280c9a2022.04.14-2


Lightweight and customizable notification daemon

Click here to go back to the commit logs for dunst-git.

Commit:


Hash: 18b8a7c7f12a77a9336beed0769ff6c9c9ba1690

Message: added libdbus-1-dev as a dep

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0d6ce69..49f4323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = dunst-git
 	makedepends = libwayland-client-extra++0
 	makedepends = libwayland-client0
 	makedepends = libwayland-dev
+	makedepends = libdbus-1-dev
 	provides = dunst
 	provides = notification-daemon
 	provides = dunstify
diff --git a/PKGBUILD b/PKGBUILD
index 193b816..2e2bd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Lightweight and customizable notification daemon"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://dunst-project.org/"
 license=('BSD')
-makedepends=('git' 'perl' 'wayland-protocols' 'libnotify-dev' 'libxss-dev' 'libxdg-basedir-dev' 'libghc-pango-dev' 'libxinerama-dev' 'libxrandr-dev' 'libwayland-client++0' 'libwayland-client-extra++0' 'libwayland-client0' 'libwayland-dev')
+makedepends=('git' 'perl' 'wayland-protocols' 'libnotify-dev' 'libxss-dev' 'libxdg-basedir-dev' 'libghc-pango-dev' 'libxinerama-dev' 'libxrandr-dev' 'libwayland-client++0' 'libwayland-client-extra++0' 'libwayland-client0' 'libwayland-dev' 'libdbus-1-dev')
 provides=('dunst' 'notification-daemon' 'dunstify')
 conflicts=('dunst' 'dunstify')
 # replaces=('dunst')