Magellan Linux

Contents of /trunk/extras/kdebase4-runtime/kdebase4-runtime-4.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1441 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/kdebase4-runtime/kdebase4-runtime-4.1.0-r1.smage2,v 1.3 2008/07/29 23:36:12 niro Exp $
2
3 PNAME="kdebase4-runtime"
4 PVER="4.1.0"
5 PBUILD="r1"
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.5.7
15 >= dev-cpp/clucene-0.9.20
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
20 >= kde-base/qimageblitz-0.0.4
21 >= media-libs/freetype-2.3
22 >= media-libs/fontconfig-2.4
23 >= media-libs/xine-lib-1.1.10
24 >= net-fs/samba-3.0.28
25 >= net-nds/openldap-2.4
26 >= sys-apps/dbus-1.1
27 >= sys-apps/eject-2.1.5
28 >= sys-apps/hal-0.5.10
29 >= sys-apps/usbutils-0.73
30 >= sys-libs/libraw1394-1.3.0
31 >= x11-libs/libxcb-1
32 >= kde-base/phonon-4.2.0"
33 # todo: >= net-misc/htdig-3.2.0_beta6-r1
34
35 sminclude kde4
36
37 src_prepare()
38 {
39 kde4_src_prepare || die
40 cd ${SRCDIR}
41
42 # kdesu should reside in bindir not libexec
43 sed -i '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
44 kdesu/kdesu/CMakeLists.txt || die
45 }
46
47 src_compile()
48 {
49 cd ${SRCDIR}
50
51 kde4_configure \
52 $(cmake_with LibXKlavier) \
53 $(cmake_with GLIB2) \
54 $(cmake_with GObject) \
55 $(cmake_with RAW1394) \
56 $(cmake_with USB) \
57 $(cmake_with OpenGL) \
58 $(cmake_with OpenSSL) \
59 $(cmake_with Samba) \
60 $(cmake_without OpenEXR) \
61 $(cmake_with XCB) \
62 $(cmake_with Xine) \
63 || die
64
65 mmake || die
66 }

Properties

Name Value
svn:keywords Id