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 9880 by niro, Sat Jan 14 01:48:34 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 50  SDEPEND="${SDEPEND} Line 50  SDEPEND="${SDEPEND}
50   >= x11-proto/xf86vidmodeproto-2   >= x11-proto/xf86vidmodeproto-2
51   >= x11-proto/xineramaproto-1"   >= x11-proto/xineramaproto-1"
52    
53    if [[ ${PNAME} != automoc4 ]]
54    then
55     SDEPEND="${SDEPEND}
56     >= kde-base/automoc4-0.9.88"
57    fi
58    
59  # small hack to fix kdemirrors  # small hack to fix kdemirrors
60  [[ ${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")
61    

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