Magellan Linux

Diff of /trunk/extras/thunar/thunar-1.8.0-r1.smage2

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

revision 31216 by niro, Tue Jun 12 15:33:11 2018 UTC revision 31217 by niro, Wed Jun 13 06:35:58 2018 UTC
# Line 28  SRCDIR="${BUILDDIR}/Thunar-${PVER}" Line 28  SRCDIR="${BUILDDIR}/Thunar-${PVER}"
28    
29  sminclude xfce  sminclude xfce
30    
31  SRC_URI+=( mirror://${PNAME}/${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch )  SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-replace-gtk_widget_reparent-with-xfce_widget_reparent_-_no-xfce4-dev-tools.patch )
32    
33  src_prepare()  src_prepare()
34  {  {
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38   # revert this patch to allow build against libxfce4ui-4.12   # fix build against libxfce4ui-4.12
39   patch -Np1 -R -F3 -i ${SOURCEDIR}/${PNAME}/${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch || die   mpatch ${PNAME}-${PVER}-replace-gtk_widget_reparent-with-xfce_widget_reparent_-_no-xfce4-dev-tools.patch || die
  mautoreconf || die  
40  }  }
41    
42  src_compile()  src_compile()

Legend:
Removed from v.31216  
changed lines
  Added in v.31217