Magellan Linux

Diff of /smage/trunk/core/glib2/glib2-2.54.2-r1.smage2

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

revision 11516 by niro, Wed Dec 20 15:28:33 2017 UTC revision 11517 by niro, Wed Dec 20 15:30:25 2017 UTC
# Line 36  msetfeature "!check" Line 36  msetfeature "!check"
36  SRC_URI=(  SRC_URI=(
37   gnome://${PNAME/2/}/${PVER%.*}/${SRCFILE}   gnome://${PNAME/2/}/${PVER%.*}/${SRCFILE}
38   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/glib-2.34-revert-warn-glib-compile-schemas.patch  
39  )  )
40    
41  UP2DATE="updatecmd_gnome ${PNAME/2/}"  UP2DATE="updatecmd_gnome ${PNAME/2/}"
42    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # remove some annoying warnings, revert the commit  
  mpatch -RNp1 glib-2.34-revert-warn-glib-compile-schemas.patch || die  
  mautoreconf || die  
 }  
   
43  src_compile()  src_compile()
44  {  {
45   local myconf   local myconf

Legend:
Removed from v.11516  
changed lines
  Added in v.11517