Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6959 - (show annotations) (download)
Mon Sep 27 14:27:16 2010 UTC (13 years, 7 months ago) by niro
File size: 944 byte(s)
-added patch to fix compile issues against libical >= 0.46
1 # $Id: kdepimlibs4-4.4.2-r1.smage2 5164 2010-04-05 09:56:29Z niro $
2
3 PNAME="kdepimlibs4"
4 PVER="4.5.1"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 pim libraries."
10
11 DEPEND="== kde-base/kdelibs4-${PVER}
12 >= virtual/phonon
13 >= dev-libs/cyrus-sasl-2
14 >= app-crypt/gpgme-1.3
15 >= app-crypt/libgpg-error-1.9
16 >= net-nds/openldap-2.4.23
17 >= x11-libs/libXpm-3
18 >= x11-libs/libXtst-1
19 >= app-office/akonadi-1.4
20 >= dev-libs/libical-0.46"
21
22 SDEPEND=">= dev-libs/boost-1.44"
23
24 sminclude kde4
25
26 SRC_URI=(
27 ${SRC_URI[*]}
28 mirror://${PNAME}/${PNAME}-${PVER}-libical046.patch
29 )
30
31 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fix compile issues against libcial >= 0.46
39 mpatch ${PNAME}-${PVER}-libical046.patch || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 kde4_configure $(cmake_with Ldap) $(cmake_with Sasl2) || die
47 mmake || die
48 }