Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2066 - (hide annotations) (download)
Mon Jun 15 17:05:07 2009 UTC (14 years, 11 months ago) by niro
File size: 1483 byte(s)
-disabled all broken bindings - we only build PyKDE4 currently
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 niro 1917 >= dev-python/pyqt4-4.5
16     >= dev-python/qscintilla-qt4-2.4
17     >= dev-libs/soprano-2.2.3
18 niro 2066 >= app-office/akonadi-1.1.2"
19     # >= dev-lang/perl-5.10
20     # >= virtual/java-jdk
21     # >= dev-lang/ruby-1.9"
22 niro 1916
23 niro 2066 SRC_URI=( mirror://${PNAME}/${PNAME}-${PVER}-pykde4-sip-4.8.patch )
24    
25 niro 1916 # pull in perl as last to get perl's {pre,post}install {pre,post}remove
26     sminclude kde4 python perl
27    
28     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
29    
30 niro 2066 src_prepare()
31     {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fixes build issues with sip-4.8 and pyqt-4.5
36     # see: http://websvn.kde.org/?view=rev&revision=976474
37     # && http://websvn.kde.org/?view=rev&revision=959021
38     mpatch ${PNAME}-${PVER}-pykde4-sip-4.8.patch || die
39     }
40    
41 niro 1916 src_compile()
42     {
43     cd ${SRCDIR}
44    
45     # sip/pyqt/pykde built separately, not here
46     kde4_configure \
47 niro 2066 $(cmake_with OpenGL) \
48 niro 1917 $(cmake_with KdepimLibs) \
49     $(cmake_with Nepomuk) \
50     $(cmake_with Phonon) \
51     $(cmake_with QScintilla) \
52     $(cmake_with Soprano) \
53 niro 2066 \
54     $(cmake_build_not csharp) \
55     $(cmake_build_not java) \
56     $(cmake_build_not php) \
57     $(cmake_build_not ruby) \
58     $(cmake_build_not falcon) \
59     $(cmake_build_not smoke) \
60 niro 1916 || die
61    
62 niro 2066 # not parallel make safe
63     make || die
64 niro 1916 }

Properties

Name Value
svn:keywords Id