Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2068 - (show annotations) (download)
Mon Jun 15 17:07:44 2009 UTC (14 years, 10 months ago) by niro
File size: 1488 byte(s)
-fixed a whitespace
1 # $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 >= kde-base/phonon-4.3.1
14 >= dev-lang/python-2.6
15 >= dev-python/pyqt4-4.5
16 >= dev-python/qscintilla-qt4-2.4
17 >= dev-libs/soprano-2.2.3
18 >= app-office/akonadi-1.1.2"
19 # >= dev-lang/perl-5.10
20 # >= virtual/java-jdk
21 # >= dev-lang/ruby-1.9"
22
23 SRC_URI=( mirror://${PNAME}/${PNAME/4/}-${PVER}-pykde4-sip-4.8.patch )
24
25 # 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 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/4/}-${PVER}-pykde4-sip-4.8.patch || die
39 }
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 # sip/pyqt/pykde built separately, not here
46 kde4_configure \
47 $(cmake_with OpenGL) \
48 $(cmake_with KdepimLibs) \
49 $(cmake_with Nepomuk) \
50 $(cmake_with Phonon) \
51 $(cmake_with QScintilla) \
52 $(cmake_with Soprano) \
53 \
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 || die
61
62 # not parallel make safe
63 make || die
64 }

Properties

Name Value
svn:keywords Id