Magellan Linux

Annotation of /trunk/extras/kdebase4-runtime/kdebase4-runtime-4.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3713 - (hide annotations) (download)
Fri Oct 30 17:45:30 2009 UTC (14 years, 7 months ago) by niro
File size: 1601 byte(s)
auto added: ver bump to 4.3.2-r1
1 niro 3708 # $Id$
2    
3     PNAME="kdebase4-runtime"
4     PVER="4.3.2"
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 niro 3713 == kde-base/kdelibs4-experimental-${PVER}
14 niro 3708 >= virtual/opengl
15     >= app-misc/strigi-0.7
16     >= dev-cpp/clucene-0.9.21
17     >= dev-libs/cyrus-sasl-2.1
18     >= dev-libs/libusb-0.1.12
19     >= dev-libs/openssl-0.9.8
20     >= dev-libs/soprano-2.3.1
21     >= kde-base/qimageblitz-0.0.4
22     >= media-libs/freetype-2.3.9
23     >= media-libs/fontconfig-2.7
24     >= media-libs/xine-lib-1.1.16
25     >= net-fs/samba-3.4
26     >= net-nds/openldap-2.4
27     >= sys-apps/dbus-1.3
28     >= sys-apps/eject-2.1.5
29     >= sys-apps/hal-0.5.13
30     >= sys-apps/usbutils-0.86
31     >= sys-libs/libraw1394-2
32     >= x11-libs/libxcb-1.4
33     >= virtual/phonon
34     >= x11-themes/hicolor-icon-theme-0.11
35     >= x11-libs/libXcursor-1.1
36     >= media-libs/openexr-1.6"
37    
38     # todo: >= net-misc/htdig-3.2.0_beta6-r1
39    
40     sminclude kde4
41    
42     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
43    
44     src_prepare()
45     {
46     kde4_src_prepare || die
47     cd ${SRCDIR}
48    
49     # kdesu should reside in bindir not libexec
50     sed -i '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
51     kdesu/kdesu/CMakeLists.txt || die
52     }
53    
54     src_compile()
55     {
56     cd ${SRCDIR}
57    
58     kde4_configure \
59     $(cmake_with CLucene) \
60     $(cmake_with Nepomuk) \
61     $(cmake_with Soprano) \
62     $(cmake_with RAW1394) \
63     $(cmake_with USB) \
64     $(cmake_with OpenGL) \
65     $(cmake_with OpenSSL) \
66     $(cmake_with Samba) \
67     $(cmake_with OpenEXR) \
68     $(cmake_with XCB) \
69     $(cmake_with Xine) \
70     $(cmake_without PulseAudio) \
71     || die
72    
73     mmake || die
74     }

Properties

Name Value
svn:keywords Id