Magellan Linux

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

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

revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC revision 16173 by niro, Mon Jan 28 09:10:20 2013 UTC
# Line 17  case ${PNAME} in Line 17  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   parole|orage|ristretto|xfburn) URISUBDIR="apps" ;;   parole|orage|ristretto|xfburn) URISUBDIR="apps" ;;
20   xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter) URISUBDIR="apps" ;;   xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps" ;;
21   *) URISUBDIR="xfce" ;;   *) URISUBDIR="xfce" ;;
22  esac  esac
23    
# Line 57  xfce_src_compile() Line 57  xfce_src_compile()
57   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
58  }  }
59    
60    xfce_src_check()
61    {
62     cd ${SRCDIR}
63     mmake -k check || die
64    }
65    
66  xfce_src_install()  xfce_src_install()
67  {  {
68   cd ${SRCDIR}   cd ${SRCDIR}
# Line 130  xfce_postremove() Line 136  xfce_postremove()
136   xfce_update_icon_cache   xfce_update_icon_cache
137  }  }
138    
139  export_inherits xfce src_prepare src_compile src_install postinstall postremove  export_inherits xfce src_prepare src_compile src_check src_install postinstall postremove

Legend:
Removed from v.9880  
changed lines
  Added in v.16173