mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/bashrun: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
9f50adba29
commit
26404943af
2 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue