desktop/wmimagedock: Updated for version 1.10.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Michael Heras 2018-11-16 15:00:20 +00:00 committed by Willy Sudiarto Raharjo
parent 046f59c92e
commit 93d4207199
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 8 additions and 7 deletions

View file

@ -2,12 +2,13 @@ wmimagedock
===========
This is a WindowMaker dockapp for displaying multiple images of various types.
Including, png, jpg, gif, xmp using Imlib2. Images change automatically in order
loaded into list or randomly.
loaded into list or randomly. Set at a given size. Defaults to 64.
Has right and left double click events to execute commands.
Written completely in C++
works in WMaker, blackbox, and fluxbox, (tested)
(tested)
Works in WMaker, blackbox, fluxbox, e16.
Replaces wmslideshow or can work in conjunction with it.

View file

@ -14,6 +14,6 @@ wmimagedock: jpg, png, xpm, gif formats.
wmimagedock: Dockapp loads faster with use of a file, paths to images.
wmimagedock: Has right and left double click events to execute commands.
wmimagedock: Rewritten in C++
wmimagedock: Works in WMaker, blackbox, and fluxbox. (tested)
wmimagedock: Works in WMaker, blackbox, fluxbox, e16. (tested)
wmimagedock: Replaces wmslideshow (written in C) or can work in conjunction with it
wmimagedock:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wmimagedock
VERSION=${VERSION:-1.10.1}
VERSION=${VERSION:-1.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wmimagedock"
VERSION="1.10.1"
VERSION="1.10.2"
HOMEPAGE="https://sourceforge.net/projects/wmimagedock/"
DOWNLOAD="https://sourceforge.net/projects/wmimagedock/files/wmimagedock-1.10.1.tar.gz"
MD5SUM="df4ec0f69d10974d43f45ced246534b8"
DOWNLOAD="https://sourceforge.net/projects/wmimagedock/files/wmimagedock-1.10.2.tar.gz"
MD5SUM="198d9cc30f892649a2406c45a66aef36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"