Magellan Linux

Annotation of /trunk/todo/smokeqt/smokeqt-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27946 - (hide annotations) (download)
Wed Apr 6 11:21:24 2016 UTC (8 years, 2 months ago) by niro
File size: 389 byte(s)
-moved to 'todo'
1 niro 26615 # $Id$
2    
3     PNAME="smokeqt"
4     PVER="4.14.3"
5     PBUILD="r2"
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     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     kde4_configure $(cmake_without Qwt5) || die
24     mmake || die
25     }