Magellan Linux

Contents of /branches/R11-stable/extras/smokeqt/smokeqt-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18926 - (show annotations) (download)
Wed Aug 14 13:14:51 2013 UTC (10 years, 9 months ago) by niro
File size: 511 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="smokeqt"
4 PVER="4.10.5"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8 DESCRIPTION="Language independent library for Qt4 bindings."
9
10 DEPEND="== dev-util/smokegen-${PVER}
11 >= dev-python/qscintilla-qt4-2.7
12 >= kde-base/qimageblitz-0.0.6
13 >= virtual/phonon"
14
15 SDEPEND=">= virtual/opengl"
16
17 sminclude kde4
18
19 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
20
21 src_compile()
22 {
23 cd ${SRCDIR}
24
25 kde4_configure $(cmake_without Qwt5) || die
26 mmake || die
27 }