mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/apvlv: Updated for version 0.0.9.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
af33474f3a
commit
8f55c06459
3 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue