void-packages/srcpkgs/epdfview/template

27 lines
950 B
Text
Raw Normal View History

# Template build file for 'epdfview'.
pkgname=epdfview
2011-05-29 13:51:13 +00:00
version=0.1.8
2012-08-10 06:13:28 +00:00
revision=4
build_style=gnu-configure
2012-08-10 06:13:28 +00:00
makedepends="pkg-config glib-devel>=2.32 gtk+-devel poppler-glib-devel>=0.20"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Lightweight PDF viewer using Poppler and GTK+"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-29 13:51:13 +00:00
homepage="http://www.emma-soft.com/projects/epdfview/"
license="GPL-2"
2012-08-10 06:13:28 +00:00
distfiles="http://trac.emma-soft.com/$pkgname/chrome/site/releases/$pkgname-$version.tar.bz2"
checksum=948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0
long_desc="
ePDFView is a free lightweight PDF document viewer using Poppler and
GTK+ libraries.
The aim of ePDFView is to make a simple PDF document viewer, in the lines
of Evince but without using the Gnome libraries."
2012-08-10 06:13:28 +00:00
post_install() {
2011-05-29 13:51:13 +00:00
for f in 24 32 48; do
2012-08-10 06:13:28 +00:00
vinstall data/icon_${pkgname}-${f}.png 644 \
usr/share/icons/hicolor/${f}x${f}/apps ${pkgname}.png
2011-05-29 13:51:13 +00:00
done
}