Magellan Linux

Contents of /trunk/extras/kdepim4/kdepim4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2053 - (show annotations) (download)
Fri Jun 12 21:04:52 2009 UTC (14 years, 10 months ago) by niro
File size: 1084 byte(s)
auto added: ver bump to 4.2.4-r1
1 # $Id$
2
3 PNAME="kdepim4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Some toy tools for KDE4."
11
12 DEPEND=">= kde-base/kdelibs4-${PVER}
13 >= kde-base/kdebase4-runtime-${PVER}
14 >= app-crypt/libassuan-1.05
15 >= app-crypt/gpgme-1.1.8
16 >= app-crypt/gnupg-2.0.11
17 >= app-crypt/qca-2.0
18 >= app-misc/strigi-0.6.5
19 >= app-office/akonadi-1.1.2
20 >= dev-libs/boost-1.37
21 >= dev-libs/libxslt-1.1.24
22 >= dev-libs/soprano-2.2.3
23 >= dev-libs/libmal-0.44.1
24 >= net-misc/pilot-link-0.12.4
25 >= x11-libs/libXScrnSaver-1.1
26 >= app-misc/gnokii-0.6.27"
27
28 SDEPEND=">= x11-proto/scrnsaverproto-1.1"
29
30 SRC_URI=( mirror://${PNAME}/kdepim4-4.2.4-fix.patch )
31
32 sminclude kde4
33
34 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 # remove akonadi! using an extra package
41 kde4_configure \
42 $(cmake_build_not akonadi) \
43 $(cmake_with GNOKII) \
44 $(cmake_with QGPGME) \
45 $(cmake_with Soprano) \
46 $(cmake_with Nepomuk) \
47 $(cmake_with Mal) \
48 $(cmake_with QCA2) \
49 || die
50
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id