diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-23 20:10:08 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 15:51:23 -0500 |
commit | 26404943af15c098b021ab5af52ce030664bcf78 (patch) | |
tree | 6ecce49a24ef67655f87c5260d2fceeb60bf59e4 /desktop | |
parent | 9f50adba292568d384f1cf091e2d15af40556cdb (diff) | |
download | slackbuilds-26404943af15c098b021ab5af52ce030664bcf78.tar.gz |
desktop/bashrun: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/bashrun/README | 3 | ||||
-rw-r--r-- | desktop/bashrun/bashrun.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/desktop/bashrun/README b/desktop/bashrun/README index 7de8f90063..f29559aebe 100644 --- a/desktop/bashrun/README +++ b/desktop/bashrun/README @@ -6,5 +6,4 @@ certain commands in a new terminal window, looking up manual and info pages, performing dict and google queries, defining bookmarks for webpages or piping command output to the clipboard. -NOTE: This uses xdotool if it is installed. Also, zenity or kdialog -is used if installed (will fall back to xmessage otherwise). +This can use xdotool, zenity, or kdialog if installed. diff --git a/desktop/bashrun/bashrun.info b/desktop/bashrun/bashrun.info index 8988ed22a6..03edf19da8 100644 --- a/desktop/bashrun/bashrun.info +++ b/desktop/bashrun/bashrun.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ovh.dl.sourceforge.net/project/bashrun/Bashrun/bashrun-0.16.1/b MD5SUM="cfc3b503fed6c2553f9e385617a9d1d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="xdotool zenity" +REQUIRES="xdotool" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |