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 31213 by niro, Tue Jun 12 14:58:30 2018 UTC revision 31214 by niro, Tue Jun 12 15:09:45 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 )
32    
33    src_prepare()
34    {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # revert this patch to allow build against libxfce4ui-4.12
39     mpatch -R ${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch || die
40    }
41    
42  src_compile()  src_compile()
43  {  {
44   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31213  
changed lines
  Added in v.31214