Magellan Linux

Diff of /trunk/extras/fribidi/fribidi-1.0.3-r1.smage2

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

revision 31186 by niro, Tue Jun 12 08:54:24 2018 UTC revision 31187 by niro, Tue Jun 12 09:56:26 2018 UTC
# Line 4  PNAME="fribidi" Line 4  PNAME="fribidi"
4  PVER="1.0.3"  PVER="1.0.3"
5  PBUILD="r1"  PBUILD="r1"
6    
 STATE="disabled"  
7  PCAT="dev-libs"  PCAT="dev-libs"
8    
9  DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)."  DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)."
# Line 23  SRC_URI=( Line 22  SRC_URI=(
22  )  )
23    
24  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"  UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"
25    
26    src_compile()
27    {
28     meson_src_compile $(meson_bool_false docs) || die
29    }

Legend:
Removed from v.31186  
changed lines
  Added in v.31187