From c13da3f7c53ca2cbef3269a322b91735a503ec4b Mon Sep 17 00:00:00 2001 From: Gilrain Date: Tue, 6 Jan 2026 11:12:04 +0100 Subject: [PATCH] move dbus to optional deps. --- .SRCINFO | 2 +- PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c7cfb2be8d79..d4b13071184f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -50,10 +50,10 @@ pkgname = asf-plugin-signinwithsteam pkgname = asf pkgdesc = Steam cards farmer. depends = aspnet-runtime>=10 - depends = dbus optdepends = asf-ui: standalone web interface for ASF optdepends = asf-plugin-itemsmatcher optdepends = asf-plugin-mobileauthenticator optdepends = asf-plugin-steamtokendumper + optdepends = dbus: prevent suspend while farming backup = var/lib/asf/config/ASF.json backup = usr/lib/asf/NLog.config diff --git a/PKGBUILD b/PKGBUILD index 01cbbcf1842d..9098a2c803fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -111,11 +111,12 @@ package_asf-plugin-signinwithsteam() { package_asf() { pkgdesc="Steam cards farmer." - depends=('aspnet-runtime>=10' 'dbus') + depends=('aspnet-runtime>=10') optdepends=('asf-ui: standalone web interface for ASF' 'asf-plugin-itemsmatcher' 'asf-plugin-mobileauthenticator' - 'asf-plugin-steamtokendumper') + 'asf-plugin-steamtokendumper' + 'dbus: prevent suspend while farming') backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config') cd asf/out/result