Magellan Linux

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

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

revision 6654 by niro, Tue Sep 14 16:46:32 2010 UTC revision 9385 by niro, Mon Nov 28 19:52:11 2011 UTC
# Line 13  SDEPEND="${SDEPEND} Line 13  SDEPEND="${SDEPEND}
13    
14  sminclude mtools  sminclude mtools
15    
16    case ${PNAME} in
17     thunar-*-plugin) URISUBDIR="thunar-plugins" ;;
18     xfce4-*-plugin) URISUBDIR="panel-plugins" ;;
19     parole|xfburn|xfce4-{dict,mixer,notifyd}|orage|ristretto|taskmanager) URISUBDIR="apps" ;;
20     *) URISUBDIR="xfce" ;;
21    esac
22    
23  # default SRC_URIs  # default SRC_URIs
24  SRC_URI=(  SRC_URI=(
25   ${SRC_URI[*]}   ${SRC_URI[*]}
26   http://mocha.xfce.org/archive/src/xfce/${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}/$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29  )  )
30    

Legend:
Removed from v.6654  
changed lines
  Added in v.9385