Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1916 by niro, Tue Jun 9 21:42:39 2009 UTC revision 1917 by niro, Tue Jun 9 21:50:46 2009 UTC
# Line 10  DESCRIPTION="KDE4 bindings for various p Line 10  DESCRIPTION="KDE4 bindings for various p
10    
11  DEPEND=">= kde-base/kdelibs4-${PVER}  DEPEND=">= kde-base/kdelibs4-${PVER}
12   >= kde-base/kdepimlibs4-${PVER}   >= kde-base/kdepimlibs4-${PVER}
13   >= x11-libs/gtk1+-1.2.10   >= kde-base/phonon-4.3.1
14   >= dev-lang/python-2.6   >= dev-lang/python-2.6
15   >= dev-lang/perl-5.10   >= dev-lang/perl-5.10
16   >= dev-lang/ruby-1.9   >= dev-lang/ruby-1.9
17   >= virtual/java-jdk   >= virtual/java-jdk
18   >= dev-python/pyqt4-4.5"   >= dev-python/pyqt4-4.5
19     >= dev-python/qscintilla-qt4-2.4
20     >= dev-libs/soprano-2.2.3
21     >= app-office/akonadi-1.1.2"
22    
23  # pull in perl as last to get perl's {pre,post}install {pre,post}remove  # pull in perl as last to get perl's {pre,post}install {pre,post}remove
24  sminclude kde4 python perl  sminclude kde4 python perl
# Line 30  src_compile() Line 33  src_compile()
33   kde4_configure \   kde4_configure \
34   $(cmake_with OpenGL) \   $(cmake_with OpenGL) \
35   $(cmake_with Ruby) \   $(cmake_with 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) \   $(cmake_without PythonLibrary) \
43   $(cmake_without SIP) \   $(cmake_without SIP) \
44     $(cmake_without Mono) \
45   || die   || die
46    
47   mmake || die   mmake || die

Legend:
Removed from v.1916  
changed lines
  Added in v.1917