summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-08-08 21:53:16 +0200
committerIsmael Luceno2022-08-08 22:00:43 +0200
commitf91d8da75ab8ba8cf3dc66040253def01af17f68 (patch)
tree554fcd966717b881f68451970269b7573959e2f4
parent7766665fb9522b09380cd9b9658da5b30a3e72a5 (diff)
i3: Improve descriptions in DEPENDS
-rwxr-xr-xwindowmanagers/i3/DEPENDS9
-rw-r--r--windowmanagers/i3/HISTORY3
2 files changed, 8 insertions, 4 deletions
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 2f879b1da0..4efee27b7b 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -25,10 +25,11 @@ if is_depends_enabled $SPELL xmlto; then
fi
suggest_depends xmessage '' '' 'for the welcome message' &&
-suggest_depends perl '' '' 'for i3-dmenu-desktop (requires dmenu)' &&
+suggest_depends perl '' '' \
+ 'for config migration, dmenu app launcher, and i3-save-tree' &&
if is_depends_enabled $SPELL perl; then
depends perl-json-xs
fi &&
-suggest_depends i3lock '' '' 'for a screen locker' &&
-suggest_depends i3status '' '' 'for status bar information' &&
-suggest_depends dmenu '' '' 'for an application launcher'
+suggest_depends i3lock '' '' 'for a screen locker' &&
+suggest_depends i3status '' '' 'for status bar information' &&
+suggest_depends dmenu '' '' 'for a dmenu-based application launcher'
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index 9b96706c93..d6e29b5b05 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,3 +1,6 @@
+2022-08-08 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: improved descriptions
+
2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)