summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-16 05:50:43 +0100
committeractionless2020-03-16 05:50:43 +0100
commit359550a6c70ddd809a204f5021f9b5f537e3707c (patch)
tree5cfb0fb5836f80dc95668fff4963e128d37e4603
parentf68a12b87a81500128d052e7256b9d82464ee614 (diff)
downloadaur-359550a6c70ddd809a204f5021f9b5f537e3707c.tar.gz
add optional dep for materia theme
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff02147e8e2a..5557fc904c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,9 @@ license=('GPL3')
source=(
"git+https://github.com/themix-project/oomox.git#branch=master"
)
-md5sums=('SKIP')
+md5sums=(
+ "SKIP"
+)
depends=(
'gtk3'
'python-gobject'
@@ -23,6 +25,7 @@ makedepends=(
)
optdepends=(
'themix-icons-gnome-colors: Icons Style plugin'
+ 'themix-theme-materia: Theme Style plugin'
'themix-theme-oomox: Theme Style plugin'
'xorg-xrdb: for the `xresources` theme'
)