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 7245 - (show annotations) (download)
Mon Oct 11 22:11:17 2010 UTC (13 years, 7 months ago) by niro
File size: 1141 byte(s)
auto added: ver bump to 4.4.93-r1
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 SRC_URI=(
27 kde://${PNAME/4/}/${PVER}/src/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 kde4_configure \
38 -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
39 -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services \
40 $(cmake_with LibXslt) \
41 $(cmake_with Soprano) \
42 $(cmake_with Nepomuk) \
43 $(cmake_without OpenChange) \
44 $(cmake_without OpenSync) \
45 $(cmake_without GNOKII) \
46 $(cmake_without GLIB2) \
47 || die
48
49 mmake || die
50 }