Magellan Linux

Contents of /trunk/extras/kdesdk4/kdesdk4-4.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3987 - (show annotations) (download)
Sun Nov 15 19:32:30 2009 UTC (14 years, 6 months ago) by niro
File size: 692 byte(s)
auto added: ver bump to 4.3.3-r1
1 # $Id$
2
3 PNAME="kdesdk4"
4 PVER="4.3.3"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 development tools."
10
11 DEPEND="== kde-base/kdepimlibs4-${PVER}
12 == kde-base/kdebase4-runtime-${PVER}
13 >= app-misc/strigi-0.7
14 >= dev-libs/boost-1.40
15 >= dev-libs/libxml2-2.7
16 >= dev-libs/libxslt-1.1.26
17 >= dev-libs/apr-1.3.9
18 >= dev-util/cvs-1.11
19 >= dev-util/subversion-1.6
20 >= media-gfx/graphviz-2.24"
21
22 sminclude kde4
23
24 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 # tell kde where to find apr-config
31 kde4_configure $(cmake_with Plasma) -DAPRCONFIG_EXECUTABLE=/usr/bin/apr-1-config || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id