Magellan Linux

Diff of /trunk/include/kde4.sminc

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

branches/magellan-next/include/kde4.sminc revision 8496 by niro, Wed Jul 20 15:00:37 2011 UTC trunk/include/kde4.sminc revision 12279 by niro, Tue May 15 13:12:16 2012 UTC
# Line 18  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH Line 18  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH
18  export KDEDIRS=${KDEDIR}  export KDEDIRS=${KDEDIR}
19    
20  # some sane default values  # some sane default values
21  : ${PCATEGORIE="kde-base"}  : ${PCAT="kde-base"}
22  : ${SRCFILE="${PNAME/4/}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME/4/}-${PVER}.tar.bz2"}
23  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}
24  : ${DESCRIPTION="${PNAME}"}  : ${DESCRIPTION="${PNAME}"}
# Line 35  DEPEND="${DEPEND} Line 35  DEPEND="${DEPEND}
35   >= x11-libs/qt4-test-4.7   >= x11-libs/qt4-test-4.7
36   >= x11-libs/qt4-dbus-4.7   >= x11-libs/qt4-dbus-4.7
37   >= x11-libs/qt4-opengl-4.7   >= x11-libs/qt4-opengl-4.7
38   >= x11-libs/qt4-webkit-4.7"   >= x11-libs/qt4-webkit-4.7
39     >= x11-libs/qt4-declarative-4.7"
40    
41  if [[ ${PNAME} != phonon ]] && [[ ${PNAME} != phonon-backend-* ]]  if [[ ${PNAME} != phonon ]] && [[ ${PNAME} != phonon-backend-* ]]
42  then  then
# Line 50  SDEPEND="${SDEPEND} Line 51  SDEPEND="${SDEPEND}
51   >= x11-proto/xf86vidmodeproto-2   >= x11-proto/xf86vidmodeproto-2
52   >= x11-proto/xineramaproto-1"   >= x11-proto/xineramaproto-1"
53    
54    if [[ ${PNAME} != automoc4 ]]
55    then
56     SDEPEND="${SDEPEND}
57     >= kde-base/automoc4-0.9.88"
58    fi
59    
60  # small hack to fix kdemirrors  # small hack to fix kdemirrors
61  [[ ${KDE_MIRROR_UNSTABLE} = 1 ]] && KDE_MIRRORS=$(echo ${KDE_MIRRORS} | sed "s:/stable:/unstable:g")  [[ ${KDE_MIRROR_UNSTABLE} = 1 ]] && KDE_MIRRORS=$(echo ${KDE_MIRRORS} | sed "s:/stable:/unstable:g")
62    

Legend:
Removed from v.8496  
changed lines
  Added in v.12279