Magellan Linux

Contents of /branches/R11-stable/extras/superkaramba/superkaramba-4.10.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18258 - (show annotations) (download)
Thu Jun 27 10:06:54 2013 UTC (10 years, 10 months ago) by niro
File size: 513 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="superkaramba"
4 PVER="4.10.4"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 engine for cool desktop eyecandy."
8
9 DEPEND="== kde-base/kdebase-runtime-${PVER}
10 == dev-python/pykde4-${PVER}
11 >= kde-base/qimageblitz-0.0.6
12 >= dev-lang/python-2.7"
13
14 sminclude kde4
15
16 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 kde4_configure \
23 $(cmake_with PythonLibs) \
24 $(cmake_with QImageBlitz) \
25 || die
26
27 mmake || die
28 }