GPdf-0.131

Introduction to GPdf

GPdf is a PDF viewer for GNOME. It is based on Xpdf and the GNOME Print Preview widget.

Package information

GPdf dependencies

Optional

TeX-2.0.2 and libpaper

Installation of GPdf

Install GPdf by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome --localstatedir=/var/lib &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

Contents

The GPdf package contains gpdf and gnome-pdf-viewer.

Description

gpdf

gpdf is a PDF viewer for GNOME.