Magellan Linux

Contents of /branches/R11-unstable/extras/evince/evince-2.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25199 - (show annotations) (download)
Tue Nov 25 03:12:52 2014 UTC (9 years, 5 months ago) by niro
File size: 1399 byte(s)
-release branches/R11-unstable
1 # $Header: /magellan-cvs/smage/evince/evince-2.22.1-r1.smage2,v 1.1 2008/04/11 09:46:19 niro Exp $
2
3 PNAME="evince"
4 PVER="2.22.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Gnome PDF viewer."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-libs/glib2-2.16
14 >= x11-libs/gtk2+-2.12
15 >= gnome-base/libgnome-2.22
16 >= gnome-base/libgnomeui-2.22
17 >= gnome-base/libgnomeprintui-2.18
18 >= gnome-base/gnome-vfs-2.22
19 >= media-libs/libtiff-3.7.2
20 >= media-libs/t1lib-5.0.2
21 >= sys-apps/dbus-1.1
22 >= dev-libs/dbus-glib-0.74
23 >= app-text/gnome-doc-utils-0.12
24 >= app-text/poppler-glib-0.6"
25
26 SDEPEND=">= app-text/scrollkeeper-0.3.14
27 >= dev-util/intltool-0.37
28 >= dev-util/pkgconfig-0.23
29 >= sys-dev/autoconf-4
30 >= sys-dev/automake-3"
31
32 # enable scrollkeeper
33 SPECIAL_VARS="SCROLLKEEPER_UPDATE"
34 SCROLLKEEPER_UPDATE="1"
35
36 sminclude gnome2 mtools
37
38 SRC_URI=( ${SRC_URI[*]}
39 mirror://${PNAME}/${PNAME}-0.8.0-show-icon.patch
40 )
41
42 src_prepare()
43 {
44 munpack ${SRCFILE} || die
45 cd ${SRCDIR}
46
47 # fix menu entry; it was hidden
48 mpatch ${PNAME}-0.8.0-show-icon.patch || die
49 }
50
51 src_compile()
52 {
53 cd ${SRCDIR}
54
55 gn2_configure \
56 --disable-deprecated \
57 --disable-nautilus \
58 --disable-dvi \
59 --enable-t1lib \
60 --enable-dbus \
61 --enable-tiff \
62 || die
63
64 mmake || die
65 }
66
67 src_install()
68 {
69 cd ${SRCDIR}
70
71 GN2_MAKE_OPTS="scrollkeeper_localstate_dir=${BINDIR}/var/lib/scrollkeeper/"
72 gn2_src_install || die
73 }

Properties

Name Value
svn:keywords Id