Magellan Linux

Annotation of /branches/R11-stable/extras/superkaramba/superkaramba-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18574 - (hide annotations) (download)
Thu Aug 1 10:35:50 2013 UTC (11 years, 1 month ago) by niro
Original Path: trunk/extras/superkaramba/superkaramba-4.10.5-r1.smage2
File size: 513 byte(s)
auto added: ver bump to 4.10.5-r1
1 niro 18574 # $Id$
2    
3     PNAME="superkaramba"
4     PVER="4.10.5"
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     }