diff options
author | Logan Rathbone <poprocks@gmail.com> | 2021-08-11 19:00:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:18:00 +0700 |
commit | 19120a161041c5cd1ba75eec0d5c19dc79d2c461 (patch) | |
tree | a00f3bc609208090538537e8ba50237cd3e2c97d /desktop/zenity/README | |
parent | ff7885f7214cf3f8b54b7b0882c7923eeb5a792f (diff) |
desktop/zenity: Updated for version 3.41.0, changed maintainer.
Refactored script, note the opt dep webkit2gtk
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/zenity/README')
-rw-r--r-- | desktop/zenity/README | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/desktop/zenity/README b/desktop/zenity/README index 0abb6d90d829c..9ecb1efdd879e 100644 --- a/desktop/zenity/README +++ b/desktop/zenity/README @@ -1,3 +1,10 @@ -Zenity is a tool that allows you to display Gtk+ dialog boxes from -the command line and through shell scripts. It is similar to -gdialog, but is intended to be saner. +Zenity is a tool that allows you to display GTK dialog boxes from +the command line and through shell scripts. It is designed to be +similar to the classic `dialog` program, but with a GUI interface. + +OPTIONAL DEPENDENCIES: + +* webkit2gtk >= 2.8.1 + + To enable: pass `WEBKITGTK=true` as an option to the slackbuild. + If this is not specified, it will default to `false`. |