summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-04-23 13:37:21 +0200
committerMattia Borda2023-04-23 13:37:21 +0200
commit362679d1cb759697328f7577cc810ea5ba64884c (patch)
treec5f8034956944ee528fc4d8b92637fe2076921eb
parent46bec8a216c67e3819be1444924caa4db469967c (diff)
downloadaur-362679d1cb759697328f7577cc810ea5ba64884c.tar.gz
Add cantarell dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8867d39948e2..5c714b23afa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = adwaita-for-steam-git
license = MIT
makedepends = git
depends = sssm
+ depends = cantarell-fonts
optdepends = steam: if you don't use the flatpak version of Steam
provides = adwaita-for-steam
conflicts = adwaita-for-steam
diff --git a/PKGBUILD b/PKGBUILD
index e3ad781803b9..67a35e1b3b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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=(sssm)
+depends=(sssm cantarell-fonts)
optdepends=("steam: if you don't use the flatpak version of Steam")
makedepends=(git)
provides=(${pkgname%-git})