Magellan Linux

Annotation of /branches/magellan-next/extras/epdfview/epdfview-0.1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9428 - (hide annotations) (download)
Tue Nov 29 20:02:38 2011 UTC (12 years, 5 months ago) by niro
File size: 900 byte(s)
-fixed cups dep
1 niro 9427 # $Id$
2    
3     PNAME="epdfview"
4     PVER="0.1.8"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-text"
8     usermode-utilities-20070815-r3
9     DESCRIPTION="Lightweight PDF document viewer."
10     HOMEPAGE="http://trac.emma-soft.com/epdfview"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= x11-libs/gtk2+-2.24
14 niro 9428 >= app-text/poppler-glib-0.18
15     >= net-print/cups-1.5"
16 niro 9427
17 niro 9428 SDEPEND=">= sys-dev/autoconf-9
18 niro 9427 >= sys-dev/automake-4
19     >= sys-dev/gettext-0.18"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://trac.emma-soft.com/${PNAME}/chrome/site/releases/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${PNAME}-${PVER}-swap-colors-with-poppler-0.18.patch
30     )
31    
32     UP2DATE="updatecmd ${HOMEPAGE}/wiki/Download | firsttarball"
33    
34     src_prepare()
35     {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     # fix color channel issue with poppler-0.18
40     mpatch ${PNAME}-${PVER}-swap-colors-with-poppler-0.18.patch || die
41     }