Magellan Linux

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

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

revision 9015 by niro, Thu Sep 29 20:01:39 2011 UTC revision 9018 by niro, Thu Sep 29 20:07:21 2011 UTC
# Line 23  esac Line 23  esac
23  # default SRC_URIs  # default SRC_URIs
24  SRC_URI=(  SRC_URI=(
25   ${SRC_URI[*]}   ${SRC_URI[*]}
26   http://mocha.xfce.org/archive/src/${URISUBDIR}/${PNAME}/${PVER%.*}/${SRCFILE}   http://mocha.xfce.org/archive/src/${URISUBDIR}/${PNAME}/$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
27   http://archive.xfce.org/src/${URISUBDIR}/${PNAME}/${PVER%.*}/${SRCFILE}   http://archive.xfce.org/src/${URISUBDIR}/${PNAME}/$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29  )  )
30    

Legend:
Removed from v.9015  
changed lines
  Added in v.9018