Magellan Linux

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

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

revision 22510 by niro, Tue Oct 21 11:32:06 2014 UTC revision 22551 by niro, Thu Oct 23 12:49:30 2014 UTC
# Line 14  SDEPEND="${SDEPEND} Line 14  SDEPEND="${SDEPEND}
14  sminclude mtools gtk2 fdo-mime  sminclude mtools gtk2 fdo-mime
15    
16  case ${PNAME} in  case ${PNAME} in
17   thunar-*-plugin) URISUBDIR="thunar-plugins" ;;   thunar-*-plugin) URISUBDIR="thunar-plugins"; UP2SUBDIR="thunar-plugins" ;;
18   xfce4-*-plugin) URISUBDIR="panel-plugins" ;;   xfce4-*-plugin) URISUBDIR="panel-plugins"; UP2SUBDIR="panel-plugins" ;;
19   parole|orage|ristretto|xfburn) URISUBDIR="apps" ;;   parole|orage|ristretto|xfburn) URISUBDIR="apps"; UP2SUBDIR="apps";;
20   xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps" ;;   xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps"; UP2SUBDIR="apps" ;;
21   *) URISUBDIR="xfce" ;;   *) URISUBDIR="xfce" ;;
22  esac  esac
23    
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30  )  )
31    
32    UP2DATE="updatecmd_xfce ${PNAME}"
33    
34  # special functions needed by postinstall|postremove  # special functions needed by postinstall|postremove
35  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} xfce_postinstall xfce_postremove"  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} xfce_postinstall xfce_postremove"
36    

Legend:
Removed from v.22510  
changed lines
  Added in v.22551