Magellan Linux

Contents of /branches/magellan-next/extras/kdepimlibs4/kdepimlibs4-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8531 - (show annotations) (download)
Thu Jul 21 20:43:09 2011 UTC (12 years, 9 months ago) by niro
File size: 801 byte(s)
auto added: ver bump to 4.6.5-r1
1 # $Id$
2
3 PNAME="kdepimlibs4"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 pim libraries."
8
9 DEPEND="== kde-base/kdelibs4-${PVER}
10 >= virtual/phonon
11 >= dev-libs/cyrus-sasl-2.1
12 >= app-crypt/gpgme-1.3
13 >= app-crypt/libgpg-error-1.9
14 >= net-nds/openldap-2.4.26
15 >= x11-libs/libXpm-3.5
16 >= x11-libs/libXtst-1.2
17 >= app-office/akonadi-1.6
18 >= dev-libs/libical-0.46
19 >= x11-misc/shared-mime-info-0.90"
20
21 SDEPEND=">= dev-libs/boost-1.44"
22
23 sminclude kde4
24
25 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 kde4_configure \
32 $(cmake_with Ldap) \
33 $(cmake_with Sasl2) \
34 $(cmake_with Akonadi) \
35 $(cmake_with SharedDesktopOntologies) \
36 $(cmake_with Soprano) \
37 $(cmake_with Nepomuk) \
38 || die
39
40 mmake || die
41 }