Magellan Linux

Contents of /branches/magellan-next/extras/kdepim4-runtime/kdepim4-runtime-4.4.93-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7244 - (show annotations) (download)
Mon Oct 11 22:06:37 2010 UTC (13 years, 7 months ago) by niro
File size: 1056 byte(s)
-use unstable mirrors
1 # $Id: kdepim4-runtime-4.4.2-r1.smage2 5179 2010-04-05 21:47:45Z niro $
2
3 PNAME="kdepim4-runtime"
4 PVER="4.4.93"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE4 PIM Runtime Environment."
11
12 DEPEND="== kde-base/kdepimlibs4-${PVER}
13 >= app-misc/strigi-0.7.2
14 >= app-office/akonadi-1.4
15 >= dev-libs/boost-1.44
16 >= dev-libs/libxml2-2.7
17 >= dev-libs/libxslt-1.1.26
18 >= dev-libs/soprano-2.5
19 >= dev-libs/shared-desktop-ontologies-0.5
20 >= x11-misc/shared-mime-info-0.71"
21
22 # unstable!
23 KDE_MIRROR_UNSTABLE=1
24 sminclude kde4
25
26 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 kde4_configure \
33 -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
34 -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services \
35 $(cmake_with LibXslt) \
36 $(cmake_with Soprano) \
37 $(cmake_with Nepomuk) \
38 $(cmake_without OpenChange) \
39 $(cmake_without OpenSync) \
40 $(cmake_without GNOKII) \
41 $(cmake_without GLIB2) \
42 || die
43
44 mmake || die
45 }