summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjzbor2021-03-25 10:26:26 +0100
committerjzbor2021-03-25 10:26:26 +0100
commit5ccde8b0560113083c8849bfdd63464195ce581a (patch)
tree1f7bb02d6c4f1a039775ba871983f0719fe105a6
parentef570470fbac79e2b723d84bb460e6d5c97587c0 (diff)
downloadaur-5ccde8b0560113083c8849bfdd63464195ce581a.tar.gz
Adding GTK and icon theme to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f260a5188e1..7ba14ff14fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,6 +36,9 @@ pkgbase = moonwm-git
depends = xorg-xrandr
depends = xorg-xrdb
depends = xwallpaper
+ optdepends = matcha-gtk-theme: a fitting GTK theme (Matcha-dark-aliz),
+ optdepends = numix-circle-icon-theme: an icon theme that fits nicely,
+ optdepends = lxappearance: GUI for configuring GTK and icon theme,
optdepends = xfce4-notifyd: a good default notification-daemon
provides = moonwm
conflicts = moonwm
diff --git a/PKGBUILD b/PKGBUILD
index dbf699a56a21..3047a16855ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,9 @@ depends=(libx11 libxcb libxinerama slop xmenu xorg-xsetroot dmenu ffmpeg geoclu
makedepends=(git make)
checkdepends=()
optdepends=(\
+ 'matcha-gtk-theme: a fitting GTK theme (Matcha-dark-aliz)',
+ 'numix-circle-icon-theme: an icon theme that fits nicely',
+ 'lxappearance: GUI for configuring GTK and icon theme',
'xfce4-notifyd: a good default notification-daemon')
provides=(moonwm)
conflicts=(moonwm)