Magellan Linux

Annotation of /trunk/extras/kdebindings4/kdebindings4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1918 - (hide annotations) (download)
Tue Jun 9 21:54:42 2009 UTC (14 years, 11 months ago) by niro
File size: 1073 byte(s)
-disabled ruby - seems to be broken
1 niro 1916 # $Id$
2    
3     PNAME="kdebindings4"
4     PVER="4.2.4"
5     PBUILD="r1"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="KDE4 bindings for various programming languages."
10    
11     DEPEND=">= kde-base/kdelibs4-${PVER}
12     >= kde-base/kdepimlibs4-${PVER}
13 niro 1917 >= kde-base/phonon-4.3.1
14 niro 1916 >= dev-lang/python-2.6
15     >= dev-lang/perl-5.10
16     >= virtual/java-jdk
17 niro 1917 >= dev-python/pyqt4-4.5
18     >= dev-python/qscintilla-qt4-2.4
19     >= dev-libs/soprano-2.2.3
20     >= app-office/akonadi-1.1.2"
21 niro 1918 # >= dev-lang/ruby-1.9
22 niro 1916
23     # pull in perl as last to get perl's {pre,post}install {pre,post}remove
24     sminclude kde4 python perl
25    
26     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # sip/pyqt/pykde built separately, not here
33     kde4_configure \
34     $(cmake_with OpenGL) \
35 niro 1918 $(cmake_without Ruby) \
36 niro 1917 $(cmake_with Akonadi) \
37     $(cmake_with KdepimLibs) \
38     $(cmake_with Nepomuk) \
39     $(cmake_with Phonon) \
40     $(cmake_with QScintilla) \
41     $(cmake_with Soprano) \
42 niro 1916 $(cmake_without PythonLibrary) \
43     $(cmake_without SIP) \
44 niro 1917 $(cmake_without Mono) \
45 niro 1916 || die
46    
47     mmake || die
48     }

Properties

Name Value
svn:keywords Id