Magellan Linux

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

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

revision 18713 by niro, Wed Aug 14 09:42:36 2013 UTC revision 18715 by niro, Wed Aug 14 10:14:47 2013 UTC
# Line 65  INHERITS="${INHERITS} xorg" Line 65  INHERITS="${INHERITS} xorg"
65  #XORG_MIRROR="http://ftp.x.org/pub"  #XORG_MIRROR="http://ftp.x.org/pub"
66  XORG_MIRROR="http://xorg.freedesktop.org/archive"  XORG_MIRROR="http://xorg.freedesktop.org/archive"
67    
68    if [[ -n ${PCATEGORIE} ]] && [[ -z ${PCAT} ]]
69    then
70     PCAT="${PCATEGORIE}"
71    fi
72    
73  # get the right subdir  # get the right subdir
74  case ${PCAT} in  case ${PCAT} in
75   app-doc) URISUBDIR="doc" ;;   app-doc) URISUBDIR="doc" ;;
# Line 205  xorg_src_compile() Line 210  xorg_src_compile()
210   mmake || die   mmake || die
211  }  }
212    
213    xorg_src_check()
214    {
215     cd ${SRCDIR}
216     mmake -k check || die
217    }
218    
219  xorg_src_install()  xorg_src_install()
220  {  {
221   cd ${SRCDIR}   cd ${SRCDIR}
# Line 228  xorg_preinstall() Line 239  xorg_preinstall()
239   return 0   return 0
240  }  }
241    
242  export_inherits xorg src_prepare src_compile src_install preinstall  export_inherits xorg src_prepare src_compile src_check src_install preinstall

Legend:
Removed from v.18713  
changed lines
  Added in v.18715