mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/wmimagedock: Updated for version 1.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
046f59c92e
commit
93d4207199
4 changed files with 8 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue