summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-02-26 20:29:59 +0100
committerMattia Borda2023-02-26 20:29:59 +0100
commit46bec8a216c67e3819be1444924caa4db469967c (patch)
treea474e7c6b4707855d7cb31323492fe03e44c98ef
parent395159836c84b6c3af8f2b3d902c3f7a09d2395e (diff)
downloadaur-46bec8a216c67e3819be1444924caa4db469967c.tar.gz
Make steam a non-dependency so that it works with the flatpak version of Steam
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add649b61a0b..8867d39948e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = adwaita-for-steam-git
arch = any
license = MIT
makedepends = git
- depends = steam
depends = sssm
+ optdepends = steam: if you don't use the flatpak version of Steam
provides = adwaita-for-steam
conflicts = adwaita-for-steam
source = git+https://github.com/tkashkin/adwaita-for-steam
diff --git a/PKGBUILD b/PKGBUILD
index 1caeb43e82a2..e3ad781803b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='A skin to make Steam look more like a native GNOME app'
arch=(any)
url=https://github.com/tkashkin/${pkgname%-git}
license=(MIT)
-depends=(steam sssm)
+depends=(sssm)
+optdepends=("steam: if you don't use the flatpak version of Steam")
makedepends=(git)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})