diff options
author | Ananda Murthy R S <rsamurti@gmail.com> | 2014-01-21 23:45:11 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:10 -0600 |
commit | fa84582c9a284956a2bda6e6386cb014d048116e (patch) | |
tree | 3fdfcc5234615f661734ab92971f3dd8899e89d6 /graphics | |
parent | 2554c2c42c4c7a3bac4f114049a7eb3a8b97c3dc (diff) | |
download | slackbuilds-fa84582c9a284956a2bda6e6386cb014d048116e.tar.gz |
graphics/whyteboard: Fix desktop shortcut + Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/whyteboard/README | 3 | ||||
-rw-r--r-- | graphics/whyteboard/whyteboard.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/whyteboard/whyteboard.desktop | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/graphics/whyteboard/README b/graphics/whyteboard/README index 038222d70d..bf485c7bdf 100644 --- a/graphics/whyteboard/README +++ b/graphics/whyteboard/README @@ -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. diff --git a/graphics/whyteboard/whyteboard.SlackBuild b/graphics/whyteboard/whyteboard.SlackBuild index 6546649f3c..917f2e87c9 100644 --- a/graphics/whyteboard/whyteboard.SlackBuild +++ b/graphics/whyteboard/whyteboard.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=whyteboard VERSION=${VERSION:-0.41.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/graphics/whyteboard/whyteboard.desktop b/graphics/whyteboard/whyteboard.desktop index 074cc0a349..3154e4a44e 100644 --- a/graphics/whyteboard/whyteboard.desktop +++ b/graphics/whyteboard/whyteboard.desktop @@ -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 |