Hi, MuPDF is a lightweight PDF and XPS viewer.
mupdf needs two packages (openjpeg and jbig2dec) that are not set in FW, they will be in part 2 and 3.
Sébastien VINCENT Aka Baste
# Compiling Time: 0.07 SBU # Maintainer: No Yet # Contributor : Baste <[email protected]> pkgname=mupdf pkgver=0.8.165 pkgrel=1 pkgdesc="A lightweight PDF and XPS viewer" _F_desktop_name="MuPDF" _F_desktop_desc="PDF file viewer" _F_desktop_icon="$pkgname.png" _F_desktop_categories="Graphics;Viewer;" depends=('freetype2' 'jbig2dec' 'libjpeg' 'openjpeg' 'zlib' 'libxext') groups=('xapps-extra') archs=('i686' 'x86_64') _F_googlecode_ext="-source.tar.gz" Finclude googlecode sha1sums=() build() { Fcd Fbuild # Rename executables except mupdf due a collision with poppler cd $Fdestdir/usr/bin for i in pdf*; do mv $i $i-mupdf done Ficon $pkgname-$pkgver/debian/$pkgname.png Fdesktop2 }
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
