Magellan Linux

Diff of /branches/R11-unstable/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 12339 by niro, Wed May 16 20:18:33 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"}  if [[ ${PVER//.} -ge 483 ]]
23    then
24     KDE4_TARBALL_EXTENSION="tar.xz"
25    else
26     KDE4_TARBALL_EXTENSION="tar.bz2"
27    fi
28    : ${SRCFILE="${PNAME/4/}-${PVER}.${KDE4_TARBALL_EXTENSION}"}
29  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"}
30  : ${DESCRIPTION="${PNAME}"}  : ${DESCRIPTION="${PNAME}"}
31  : ${HOMEPAGE="http://www.kde.org/"}  : ${HOMEPAGE="http://www.kde.org/"}
# Line 35  DEPEND="${DEPEND} Line 41  DEPEND="${DEPEND}
41   >= x11-libs/qt4-test-4.7   >= x11-libs/qt4-test-4.7
42   >= x11-libs/qt4-dbus-4.7   >= x11-libs/qt4-dbus-4.7
43   >= x11-libs/qt4-opengl-4.7   >= x11-libs/qt4-opengl-4.7
44   >= x11-libs/qt4-webkit-4.7"   >= x11-libs/qt4-webkit-4.7
45     >= x11-libs/qt4-declarative-4.7"
46    
47  if [[ ${PNAME} != phonon ]] && [[ ${PNAME} != phonon-backend-* ]]  if [[ ${PNAME} != phonon ]] && [[ ${PNAME} != phonon-backend-* ]]
48  then  then
# Line 50  SDEPEND="${SDEPEND} Line 57  SDEPEND="${SDEPEND}
57   >= x11-proto/xf86vidmodeproto-2   >= x11-proto/xf86vidmodeproto-2
58   >= x11-proto/xineramaproto-1"   >= x11-proto/xineramaproto-1"
59    
60    if [[ ${PNAME} != automoc4 ]]
61    then
62     SDEPEND="${SDEPEND}
63     >= kde-base/automoc4-0.9.88"
64    fi
65    
66  # small hack to fix kdemirrors  # small hack to fix kdemirrors
67  [[ ${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")
68    

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