Magellan Linux

Contents of /trunk/extras/kdepim4/kdepim4-4.3.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4101 - (show annotations) (download)
Thu Nov 19 12:21:27 2009 UTC (14 years, 6 months ago) by niro
File size: 1281 byte(s)
-fixed dbus locations
1 # $Id$
2
3 PNAME="kdepim4"
4 PVER="4.3.3"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="PIM (Personal Information Manager) applications for KDE4."
11
12 DEPEND="== kde-base/kdelibs4-${PVER}
13 == kde-base/kdebase4-runtime-${PVER}
14 == kde-base/kdepimlibs4-${PVER}
15 == kde-base/kdepim4-runtime-${PVER}
16 >= app-crypt/libassuan-1.05
17 >= app-crypt/gpgme-1.2.0
18 >= app-crypt/gnupg-2.0.13
19 >= app-crypt/qca-2.0
20 >= app-misc/strigi-0.7
21 >= app-office/akonadi-1.2.1
22 >= dev-libs/boost-1.40
23 >= dev-libs/libxslt-1.1.26
24 >= dev-libs/soprano-2.3.1
25 >= dev-libs/libmal-0.44.1
26 >= net-misc/pilot-link-0.12.4
27 >= x11-libs/libXScrnSaver-1.1
28 >= app-misc/gnokii-0.6.28"
29
30 SDEPEND=">= x11-proto/scrnsaverproto-1.1"
31
32 SRC_URI=( mirror://${PNAME}/${PNAME}-${PVER}-libqgpgme-link-fix.patch )
33
34 sminclude kde4
35
36 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
37
38 src_prepare()
39 {
40 munpack ${SRCFILE} || die
41 cd ${SRCDIR}
42
43 # fix linking issues with gpgme
44 mpatch ${PNAME}-${PVER}-libqgpgme-link-fix.patch || die
45 }
46
47 src_compile()
48 {
49 cd ${SRCDIR}
50
51 kde4_configure \
52 $(cmake_with GNOKII) \
53 $(cmake_with QGPGME) \
54 $(cmake_with Soprano) \
55 $(cmake_with Nepomuk) \
56 $(cmake_with Mal) \
57 $(cmake_with QCA2) \
58 || die
59
60 mmake || die
61 }

Properties

Name Value
svn:keywords Id