2008-10-10 09:05:01 +02:00
|
|
|
# Template build file for 'epdfview'.
|
|
|
|
pkgname=epdfview
|
2011-05-29 15:51:13 +02:00
|
|
|
version=0.1.8
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=3
|
2009-12-22 00:00:40 +01:00
|
|
|
distfiles="http://trac.emma-soft.com/$pkgname/chrome/site/releases/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-10-10 09:05:01 +02:00
|
|
|
short_desc="Lightweight PDF viewer using Poppler and GTK+"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-29 15:51:13 +02:00
|
|
|
checksum=948648ae7c9d7b3b408d738bd4f48d87375b1196cae1129d6b846a8de0f2f8f0
|
|
|
|
homepage="http://www.emma-soft.com/projects/epdfview/"
|
|
|
|
license="GPL-2"
|
2008-10-10 09:05:01 +02:00
|
|
|
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."
|
2009-04-19 15:40:20 +02:00
|
|
|
|
2009-12-22 00:00:40 +01:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
2010-01-11 16:11:31 +01:00
|
|
|
Add_dependency build pkg-config
|
2010-11-11 00:58:30 +01:00
|
|
|
Add_dependency build gtk+-devel
|
2010-01-11 16:11:31 +01:00
|
|
|
Add_dependency build poppler-glib-devel
|
2010-06-09 15:51:10 +02:00
|
|
|
|
2010-01-11 16:11:31 +01:00
|
|
|
Add_dependency full hicolor-icon-theme
|
|
|
|
Add_dependency full desktop-file-utils
|
2009-12-22 00:00:40 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
2011-05-29 15:51:13 +02:00
|
|
|
for f in 24 32 48; do
|
2011-10-21 17:03:35 +02:00
|
|
|
install -Dm644 data/icon_${pkgname}-${f}.png \
|
2011-05-29 15:51:13 +02:00
|
|
|
${DESTDIR}/usr/share/icons/hicolor/${f}x${f}/apps/${pkgname}.png
|
|
|
|
done
|
2009-12-22 00:00:40 +01:00
|
|
|
}
|