mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/whyteboard: Fix desktop shortcut + Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2554c2c42c
commit
fa84582c9a
3 changed files with 5 additions and 2 deletions
|
@ -9,3 +9,6 @@ upon, with each sheet having its own live-updating thumbnail. This allows
|
|||
the editing of multiple documents or images inside a single instance of
|
||||
Whyteboard. Each sheet has its own undo and redo operations as well as
|
||||
its own history replay list.
|
||||
|
||||
Note: You will need to enable GNOMEPRINT support in wxPython in order to
|
||||
start this application.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=whyteboard
|
||||
VERSION=${VERSION:-0.41.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -4,7 +4,7 @@ Exec=whyteboard
|
|||
Icon=/usr/share/pixmaps/whyteboard.png
|
||||
Type=Application
|
||||
Categories=Graphics;
|
||||
Name=whyteboard.desktop
|
||||
Name=whyteboard
|
||||
GenericName=
|
||||
Comment=A simple pdf and image annotator
|
||||
MimeType=x-whyteboard
|
||||
|
|
Loading…
Reference in a new issue