Magellan Linux

Contents of /trunk/todo/evolution/evolution-2.22.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2256 - (show annotations) (download)
Thu Jul 9 19:27:57 2009 UTC (14 years, 10 months ago) by niro
File size: 1576 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/evolution/evolution-2.22.1-r2.smage2,v 1.2 2008/04/12 15:28:28 niro Exp $
2
3 PNAME="evolution"
4 PVER="2.22.1"
5 PBUILD="r2"
6
7 PCATEGORIE="net-mail"
8 STATE="unstable"
9
10 DESCRIPTION="Integrated Workgroup and Personal Information Management."
11 HOMEPAGE="http://www.gnome.org/projects/evolution/"
12
13 DEPEND=">= dev-libs/glib2-2.16
14 >= gnome-extra/gtkhtml-3.18
15 >= gnome-extra/evolution-data-server-2.22
16 >= net-misc/libsoup-2.4
17 >= dev-libs/libxml2-2.6.31
18 >= gnome-base/gconf-2.22
19 >= gnome-extra/yelp-2.22
20 >= gnome-base/libglade-2.6
21 >= gnome-base/gnome-vfs-2.22
22 >= gnome-base/libbonoboui-2.22
23 >= gnome-base/libgnomecanvas-2.20
24 >= gnome-base/libgnomeui-2.22
25 >= gnome-base/libgnomeprint-2.18
26 >= gnome-base/libgnomeprintui-2.18
27 >= x11-themes/gnome-icon-theme-2.22
28 >= gnome-base/orbit-2.18
29 >= dev-libs/nspr-4.7
30 >= dev-libs/nss-3.11.9
31 >= app-crypt/gnupg-2
32 >= sys-apps/dbus-1.1
33 >= dev-libs/dbus-glib-0.74"
34
35 SDEPEND=">= dev-util/intltool-0.37
36 >= dev-util/pkgconfig-0.23
37 >= sys-dev/gettext-0.17
38 >= sys-apps/sed-4
39 >= sys-dev/bison-2
40 >= app-text/scrollkeeper-0.3.14"
41
42 # enable scrollkeeper
43 SPECIAL_VARS="SCROLLKEEPER_UPDATE"
44 SCROLLKEEPER_UPDATE="1"
45
46 sminclude gnome2
47
48 # evolution does not like strong CFLAGS
49 export CFLAGS="${CFLAGS//-O3} -O2"
50 export CXXFLAGS="${CFLAGS}"
51
52 src_prepare()
53 {
54 munpack ${SRCFILE} || die
55 cd ${SRCDIR}
56
57 # only use single nss/nspr not mozilla
58 sed -i -e "s:mozilla-nss:nss:" -e "s:mozilla-nspr:nspr:" configure || die
59 }
60
61 src_compile()
62 {
63 cd ${SRCDIR}
64
65 gn2_configure --enable-nss=yes --enable-smime || die
66 mmake || die
67 }

Properties

Name Value
svn:keywords Id