graphics/scrot: Fixed dep information

This commit is contained in:
ponce 2012-08-27 18:22:24 +02:00 committed by Erik Hanson
parent a36bf55f07
commit e4db09260c
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
scrot is a commandline screen capture util like "import", but using imlib2.
It has lots of options for autogenerating filenames, and can do fun stuff
like taking screenshots of multiple displays and glueing them together.
NOTE: scrot requires giblib and imlib2, both available on SlackBuilds.org.
When compiling, the order must be imlib2, then giblib, then scrot.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz"
MD5SUM="ccae904d225609571bdd3b03445c1e88"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2 giblib"
REQUIRES="giblib"
MAINTAINER="Grigorios Bouzakis"
EMAIL="grbzks@gmail.com"