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 8547 - (show annotations) (download)
Thu Jul 21 22:36:57 2011 UTC (12 years, 11 months ago) by niro
File size: 1173 byte(s)
auto added: ver bump to 4.6.5-r1
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 >= app-arch/bzip2-1.0.6
16 >= app-arch/xz-utils-5
17 >= app-misc/strigi-0.7.5
18 >= dev-libs/libattica-0.2
19 >= dev-libs/soprano-2.6
20 >= media-gfx/exiv2-0.21
21 >= media-libs/openexr-1.7
22 >= net-fs/samba-3.5
23 >= net-libs/libssh-0.5
24 >= sys-apps/eject-2.1.5
25 >= x11-apps/xauth-1
26 >= x11-themes/hicolor-icon-theme-0.12"
27
28 sminclude kde4
29
30 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
31
32 src_prepare()
33 {
34 kde4_src_prepare || die
35 cd ${SRCDIR}
36
37 # kdesu should reside in bindir not libexec
38 sed -i '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
39 kdesu/kdesu/CMakeLists.txt || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 kde4_configure \
47 $(cmake_with Nepomuk) \
48 $(cmake_with Soprano) \
49 $(cmake_with LibSSH) \
50 $(cmake_with Samba) \
51 $(cmake_with OpenEXR) \
52 || die
53
54 mmake || die
55 }