Magellan Linux

Contents of /trunk/extras/kdepim4-runtime/kdepim4-runtime-4.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5179 - (show annotations) (download)
Mon Apr 5 21:47:45 2010 UTC (14 years, 1 month ago) by niro
File size: 958 byte(s)
auto added: ver bump to 4.4.2-r1
1 # $Id$
2
3 PNAME="kdepim4-runtime"
4 PVER="4.4.2"
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
14 >= app-office/akonadi-1.3.1
15 >= dev-libs/boost-1.40
16 >= dev-libs/libxml2-2.7
17 >= dev-libs/libxslt-1.1.26
18 >= dev-libs/soprano-2.4.0
19 >= dev-libs/shared-desktop-ontologies-0.3
20 >= x11-misc/shared-mime-info-0.70"
21
22 sminclude kde4
23
24 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 kde4_configure \
31 -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
32 -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services \
33 $(cmake_with LibXslt) \
34 $(cmake_with Soprano) \
35 $(cmake_with Nepomuk) \
36 $(cmake_without OpenChange) \
37 $(cmake_without OpenSync) \
38 $(cmake_without GNOKII) \
39 $(cmake_without GLIB2) \
40 || die
41
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id