Magellan Linux

Contents of /trunk/extras/kdebase4-runtime/kdebase4-runtime-4.2.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1897 - (show annotations) (download)
Mon Jun 8 19:31:14 2009 UTC (14 years, 10 months ago) by niro
File size: 1567 byte(s)
-rebuild with openexr support && fixed configure opts
1 # $Id$
2
3 PNAME="kdebase4-runtime"
4 PVER="4.2.4"
5 PBUILD="r2"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 runtime environment."
10
11 DEPEND="== kde-base/kdelibs4-${PVER}
12 == kde-base/kdepimlibs4-${PVER}
13 >= virtual/opengl
14 >= app-misc/strigi-0.6.5
15 >= dev-cpp/clucene-0.9.21
16 >= dev-libs/cyrus-sasl-2.1
17 >= dev-libs/libusb-0.1.12
18 >= dev-libs/openssl-0.9.8
19 >= dev-libs/soprano-2.2.3
20 >= kde-base/qimageblitz-0.0.4
21 >= media-libs/freetype-2.3.9
22 >= media-libs/fontconfig-2.6
23 >= media-libs/xine-lib-1.1.16
24 >= net-fs/samba-3.3
25 >= net-nds/openldap-2.4
26 >= sys-apps/dbus-1.2
27 >= sys-apps/eject-2.1.5
28 >= sys-apps/hal-0.5.12
29 >= sys-apps/usbutils-0.82
30 >= sys-libs/libraw1394-2
31 >= x11-libs/libxcb-1.2
32 >= kde-base/phonon-4.3.1
33 >= x11-themes/hicolor-icon-theme-0.10
34 >= x11-libs/libXcursor-1.1
35 >= media-libs/openexr-1.6"
36
37 # todo: >= net-misc/htdig-3.2.0_beta6-r1
38
39 sminclude kde4
40
41 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
42
43 src_prepare()
44 {
45 kde4_src_prepare || die
46 cd ${SRCDIR}
47
48 # kdesu should reside in bindir not libexec
49 sed -i '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
50 kdesu/kdesu/CMakeLists.txt || die
51 }
52
53 src_compile()
54 {
55 cd ${SRCDIR}
56
57 kde4_configure \
58 $(cmake_with CLucene) \
59 $(cmake_with Nepomuk) \
60 $(cmake_with Soprano) \
61 $(cmake_with RAW1394) \
62 $(cmake_with USB) \
63 $(cmake_with OpenGL) \
64 $(cmake_with OpenSSL) \
65 $(cmake_with Samba) \
66 $(cmake_with OpenEXR) \
67 $(cmake_with XCB) \
68 $(cmake_with Xine) \
69 $(cmake_without PulseAudio) \
70 || die
71
72 mmake || die
73 }

Properties

Name Value
svn:keywords Id