Magellan Linux

Diff of /branches/magellan-next/include/kde4.sminc

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

trunk/core/include/kde4.sminc revision 5475 by niro, Mon Jun 28 19:08:53 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 37  DEPEND="${DEPEND} Line 37  DEPEND="${DEPEND}
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    
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
48   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.20

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