Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1920 - (show annotations) (download)
Tue Jun 9 22:05:05 2009 UTC (14 years, 10 months ago) by niro
File size: 1130 byte(s)
-do not build smoke atm
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-lang/perl-5.10
16 >= virtual/java-jdk
17 >= 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 # >= dev-lang/ruby-1.9
22
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 $(cmake_without RUBY) \
36 $(cmake_with Akonadi) \
37 $(cmake_with KdepimLibs) \
38 $(cmake_with Nepomuk) \
39 $(cmake_with Phonon) \
40 $(cmake_with QScintilla) \
41 $(cmake_with Soprano) \
42 $(cmake_without PythonLibrary) \
43 $(cmake_without SIP) \
44 $(cmake_without Mono) \
45 $(cmake_build_not ruby) \
46 $(cmake_build_not smoke) \
47 || die
48
49 mmake || die
50 }

Properties

Name Value
svn:keywords Id