diff options
author | jzbor | 2021-03-25 10:26:26 +0100 |
---|---|---|
committer | jzbor | 2021-03-25 10:26:26 +0100 |
commit | 5ccde8b0560113083c8849bfdd63464195ce581a (patch) | |
tree | 1f7bb02d6c4f1a039775ba871983f0719fe105a6 | |
parent | ef570470fbac79e2b723d84bb460e6d5c97587c0 (diff) | |
download | aur-5ccde8b0560113083c8849bfdd63464195ce581a.tar.gz |
Adding GTK and icon theme to optdepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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 @@ -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) |