summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-02-26 20:14:03 +0100
committerMattia Borda2023-02-26 20:14:03 +0100
commit3d433c11c019a794f02f14a63c28f064e9ac1adc (patch)
tree34b6c9be98555502e1090fc1d41951e8602cf5c5
parent735bbb92b3cc4781357b78abbcc51bb15a37e80a (diff)
downloadaur-3d433c11c019a794f02f14a63c28f064e9ac1adc.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 847bef10e980..10a56a5fdeed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = adwaita-for-steam
arch = any
license = MIT
makedepends = git
- depends = steam
depends = sssm
+ optdepends = steam: if you don't use the flatpak version of Steam
source = git+https://github.com/tkashkin/adwaita-for-steam#tag=v0.31
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0294ccf4f067..7ca160622c19 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
license=(MIT)
-depends=(steam sssm)
+depends=(sssm)
+optdepends=("steam: if you don't use the flatpak version of Steam")
makedepends=(git)
source=(git+$url#tag=v$pkgver)
b2sums=(SKIP)