Magellan Linux

Contents of /branches/magellan-next/extras/kdebase4-runtime/kdebase4-runtime-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8553 - (show annotations) (download)
Thu Jul 21 22:59:48 2011 UTC (12 years, 10 months ago) by niro
File size: 1412 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="kdebase4-runtime"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 runtime environment."
8
9 DEPEND="== kde-base/kdelibs4-${PVER}
10 == kde-base/kdepimlibs4-${PVER}
11 == kde-base/oxygen-icons-${PVER}
12 >= kde-base/qimageblitz-0.0.6
13 >= kde-base/polkit-kde-kcmodules-0.98_pre20101127
14 >= kde-base/polkit-kde-agent-0.99
15 >= virtual/phonon
16 >= app-arch/bzip2-1.0.6
17 >= app-arch/xz-utils-5
18 >= app-misc/strigi-0.7.5
19 >= dev-libs/libattica-0.2
20 >= dev-libs/soprano-2.6
21 >= dev-libs/shared-desktop-ontologies-0.7
22 >= media-gfx/exiv2-0.21
23 >= media-libs/alsa-lib-1.0.24
24 >= media-libs/libcanberra-0.28
25 >= media-libs/openexr-1.7
26 >= media-libs/xine-lib-1.1.19
27 >= media-sound/pulseaudio-0.9
28 >= net-fs/samba-3.5
29 >= net-libs/libssh-0.5
30 >= net-libs/ntrack-014
31 >= net-libs/openslp-1.2.1
32 >= sys-apps/eject-2.1.5
33 >= x11-apps/xauth-1
34 >= x11-themes/hicolor-icon-theme-0.12"
35
36 sminclude kde4
37
38 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
39
40 src_prepare()
41 {
42 kde4_src_prepare || die
43 cd ${SRCDIR}
44
45 # kdesu should reside in bindir not libexec
46 sed -i '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
47 kdesu/kdesu/CMakeLists.txt || die
48 }
49
50 src_compile()
51 {
52 cd ${SRCDIR}
53
54 kde4_configure \
55 $(cmake_with Nepomuk) \
56 $(cmake_with Soprano) \
57 $(cmake_with LibSSH) \
58 $(cmake_with Samba) \
59 $(cmake_with OpenEXR) \
60 || die
61
62 mmake || die
63 }