diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 18:22:24 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 13:07:07 -0500 |
commit | e4db09260c6b171c55827785b4345cb8e7613154 (patch) | |
tree | 1d885423541b633c8c33042048d1fc75b72d152c | |
parent | a36bf55f07edeb7ca2d93ce20b9b2054ee9c9aff (diff) | |
download | slackbuilds-e4db09260c6b171c55827785b4345cb8e7613154.tar.gz |
graphics/scrot: Fixed dep information
-rw-r--r-- | graphics/scrot/README | 3 | ||||
-rw-r--r-- | graphics/scrot/scrot.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/scrot/README b/graphics/scrot/README index 559d792001..4fa0858b10 100644 --- a/graphics/scrot/README +++ b/graphics/scrot/README @@ -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. diff --git a/graphics/scrot/scrot.info b/graphics/scrot/scrot.info index e692040891..15b3b16f92 100644 --- a/graphics/scrot/scrot.info +++ b/graphics/scrot/scrot.info @@ -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" |