Magellan Linux

Diff of /trunk/include/kde4.sminc

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

trunk/core/include/kde4.sminc revision 5477 by niro, Mon Jun 28 19:12:02 2010 UTC branches/magellan-next/include/kde4.sminc revision 6839 by niro, Wed Sep 22 18:58:22 2010 UTC
# Line 3  Line 3 
3  sminclude mtools cmake qt4  sminclude mtools cmake qt4
4    
5  ## some global vars ##  ## some global vars ##
6  export KDEDIR=/opt/kde4  export KDEDIR=/usr
7  export KDECONFDIR=/etc/kde4  export KDECONFDIR=/etc/kde4
8  export QT_PLUGIN_PATH=${KDEDIR}/$(mlibdir)/kde4/plugins  export QT_PLUGIN_PATH=${KDEDIR}/$(mlibdir)/kde4/plugins
9  export DBUS_SYSTEM_DIR=/usr/share/dbus-1  export DBUS_SYSTEM_DIR=/usr/share/dbus-1
# Line 35  DEPEND="${DEPEND} Line 35  DEPEND="${DEPEND}
35   >= x11-libs/qt4-test-4.5   >= x11-libs/qt4-test-4.5
36   >= x11-libs/qt4-dbus-4.5   >= x11-libs/qt4-dbus-4.5
37   >= x11-libs/qt4-opengl-4.5   >= x11-libs/qt4-opengl-4.5
38   >= x11-libs/qt4-webkit-4.5   >= x11-libs/qt4-webkit-4.5"
39   >= virtual/phonon"  
40    if [[ ${PNAME} != phonon ]]
41    then
42     DEPEND="${DEPEND}
43     >= virtual/phonon"
44    fi
45    
46  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
47   >= dev-util/cmake-2.4.7   >= dev-util/cmake-2.4.7

Legend:
Removed from v.5477  
changed lines
  Added in v.6839