diff options
author | Eugene Wissner <belka.ew@gmail.com> | 2010-10-16 20:56:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-16 20:56:11 -0500 |
commit | 8f55c06459d65f4b33c98ba846c25ac3e975006e (patch) | |
tree | 243129a0f93a2f3e57b3ded34e676a0b14b5113b /office | |
parent | af33474f3adb0fc4e52a235ea76ce142b87537d2 (diff) | |
download | slackbuilds-8f55c06459d65f4b33c98ba846c25ac3e975006e.tar.gz |
office/apvlv: Updated for version 0.0.9.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/apvlv/README | 14 | ||||
-rw-r--r-- | office/apvlv/apvlv.SlackBuild | 2 | ||||
-rw-r--r-- | office/apvlv/apvlv.info | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/office/apvlv/README b/office/apvlv/README index a1b210be3a..3d8726a90d 100644 --- a/office/apvlv/README +++ b/office/apvlv/README @@ -1,7 +1,7 @@ -Apvlv is a PDF Viewer based on GTK+2 and poppler which uses Vim like keybindings. -For example, < Ctrl-f > to forward page, < Ctrl-b > to previous page, -'k','j','h','l' to scrolling a page up, down, left or right. -Typing '50' and < Ctrl-f > will go forward 50 pages, typing '30' and < Ctrl-b > -will go previous 30 pages. Apvlv can support view a directory as content of a -pdf document. Pressing 'k' or 'j' to move selected up or down, 'h' or 'l' to -collapse or expand a dir, and press 't' will open the selected document in a new tab.
\ No newline at end of file +Apvlv is a PDF Viewer based on GTK and poppler which uses Vi-like keybindings. +For example, <Ctrl-f> to forward page, <Ctrl-b> to previous page, 'k','j','h', +and 'l' to scroll a page up, down, left or right. Typing '50' and <Ctrl-f> +will go forward 50 pages; typing '30' and <Ctrl-b> will go previous 30 pages. +Apvlv can support viewing a directory as contents of a pdf document. +Press 'k' or 'j' to move selected up or down, 'h' or 'l' to collapse or +expand a dir, and pressing 't' will open the selected document in a new tab. diff --git a/office/apvlv/apvlv.SlackBuild b/office/apvlv/apvlv.SlackBuild index 453ee42718..f8e3df9949 100644 --- a/office/apvlv/apvlv.SlackBuild +++ b/office/apvlv/apvlv.SlackBuild @@ -22,7 +22,7 @@ # The SlackBuild was written by Grigorios Bouzakis PRGNAM=apvlv -VERSION=${VERSION:-0.0.9.7} +VERSION=${VERSION:-0.0.9.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/apvlv/apvlv.info b/office/apvlv/apvlv.info index 1de22c6158..de5ae524b5 100644 --- a/office/apvlv/apvlv.info +++ b/office/apvlv/apvlv.info @@ -1,10 +1,10 @@ PRGNAM="apvlv" -VERSION="0.0.9.7" +VERSION="0.0.9.8" HOMEPAGE="http://code.google.com/p/apvlv/" -DOWNLOAD="http://apvlv.googlecode.com/files/apvlv-0.0.9.7.tar.gz" -MD5SUM="1850ab4fb41282b46d95c729ed67b7d5" +DOWNLOAD="http://apvlv.googlecode.com/files/apvlv-0.0.9.8.tar.gz" +MD5SUM="09885e96707c80ae52b02462a654276a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Eugene Wissner" EMAIL="belka.ew@gmail.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" |