diff --git a/distro/void/srcpkgs/dms-git/template b/distro/void/srcpkgs/dms-git/template index d91c30ff..0afacaaf 100644 --- a/distro/void/srcpkgs/dms-git/template +++ b/distro/void/srcpkgs/dms-git/template @@ -31,8 +31,8 @@ checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb conflicts="dms" provides="dms-${version}_${revision}" -# Optional feature deps (XBPS has no "recommends") are listed in distro/void/README.md. -depends="quickshell accountsservice dgop matugen" +# Optional feature deps are listed in distro/void/README.md. +depends="quickshell accountsservice dgop matugen dbus" post_install() { # QML shell tree (build_style=go already installed the dms binary) diff --git a/distro/void/srcpkgs/dms/template b/distro/void/srcpkgs/dms/template index 08bd8b27..7cd62cec 100644 --- a/distro/void/srcpkgs/dms/template +++ b/distro/void/srcpkgs/dms/template @@ -21,8 +21,8 @@ changelog="https://github.com/AvengeMedia/DankMaterialShell/releases" distfiles="https://github.com/AvengeMedia/DankMaterialShell/archive/refs/tags/v${version}.tar.gz" checksum=f54601e522c883fa9cce02bec070e4321e47389a1cf453e7ad0bb7379ad91b61 -# Optional feature deps (XBPS has no "recommends") are listed in distro/void/README.md. -depends="quickshell accountsservice dgop matugen" +# Optional feature deps are listed in distro/void/README.md. +depends="quickshell accountsservice dgop matugen dbus" post_install() { # QML shell tree (build_style=go already installed the dms binary)