Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3983 - (hide annotations) (download)
Sun Nov 15 19:03:26 2009 UTC (14 years, 10 months ago) by niro
File size: 1207 byte(s)
auto added: ver bump to 4.3.3-r1
1 niro 3983 # $Id$
2    
3     PNAME="kdebindings4"
4     PVER="4.3.3"
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/kdebase4-workspace-${PVER}
14     == kde-base/kdegraphics4-${PVER}
15     >= virtual/phonon
16     >= dev-lang/python-2.6
17     >= dev-python/pyqt4-4.6.1
18     >= dev-python/qscintilla-qt4-2.4
19     >= dev-libs/soprano-2.3.1
20     >= app-office/akonadi-1.2.1"
21     # >= dev-lang/perl-5.10
22     # >= virtual/java-jdk
23     # >= dev-lang/ruby-1.9"
24    
25     # pull in kde4 as last to get kde's {pre,post}install {pre,post}remove
26     sminclude python perl kde4
27    
28     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     # sip/pyqt/pykde built separately, not here
35     kde4_configure \
36     $(cmake_with OpenGL) \
37     $(cmake_with KdepimLibs) \
38     $(cmake_with Nepomuk) \
39     $(cmake_with Phonon) \
40     $(cmake_with QScintilla) \
41     $(cmake_with Soprano) \
42     \
43     $(cmake_build_not csharp) \
44     $(cmake_build_not java) \
45     $(cmake_build_not php) \
46     $(cmake_build_not ruby) \
47     $(cmake_build_not falcon) \
48     $(cmake_build_not smoke) \
49     || die
50    
51     # not parallel make safe
52     make || die
53     }

Properties

Name Value
svn:keywords Id