Magellan Linux

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

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

revision 9012 by niro, Thu Sep 29 19:12:39 2011 UTC revision 9863 by niro, Fri Jan 13 19:22:05 2012 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  : ${PCATEGORIE="xfce-base"}  : ${PCAT="xfce-base"}
4  : ${HOMEPAGE="http://www.xfce.org/"}  : ${HOMEPAGE="http://www.xfce.org/"}
5    
6  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
# Line 16  sminclude mtools Line 16  sminclude mtools
16  case ${PNAME} in  case ${PNAME} in
17   thunar-*-plugin) URISUBDIR="thunar-plugins" ;;   thunar-*-plugin) URISUBDIR="thunar-plugins" ;;
18   xfce4-*-plugin) URISUBDIR="panel-plugins" ;;   xfce4-*-plugin) URISUBDIR="panel-plugins" ;;
19   *) URISUBDIR="xfce" ;;   parole|orage|ristretto|xfburn) URISUBDIR="apps" ;;
20     xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter) URISUBDIR="apps" ;;
21     *) URISUBDIR="xfce" ;;
22  esac  esac
23    
24  # default SRC_URIs  # default SRC_URIs
25  SRC_URI=(  SRC_URI=(
26   ${SRC_URI[*]}   ${SRC_URI[*]}
27   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}
28   http://archive.xfce.org/src/${URISUBDIR}/${PNAME}/${PVER%.*}/${SRCFILE}   http://archive.xfce.org/src/${URISUBDIR}/${PNAME}/$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30  )  )
31    

Legend:
Removed from v.9012  
changed lines
  Added in v.9863