Magellan Linux

Diff of /branches/R11-unstable/include/kde4.sminc

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

revision 21143 by niro, Wed Mar 12 16:50:25 2014 UTC revision 23309 by niro, Mon Nov 10 10:19:29 2014 UTC
# Line 21  export KDEDIRS=${KDEDIR} Line 21  export KDEDIRS=${KDEDIR}
21  : ${PCAT="kde-base"}  : ${PCAT="kde-base"}
22  if [[ -z ${SRCFILE} ]]  if [[ -z ${SRCFILE} ]]
23  then  then
24   if [[ ${PVER//.} -ge 483 ]]   if [[ ${PVER%%.*} = 0 ]]
25     then
26     KDE4_TARBALL_EXTENSION="tar.bz2"
27     elif [[ ${PVER//.} -ge 483 ]]
28   then   then
29   KDE4_TARBALL_EXTENSION="tar.xz"   KDE4_TARBALL_EXTENSION="tar.xz"
30   else   else

Legend:
Removed from v.21143  
changed lines
  Added in v.23309