--- trunk/extras/thunar/thunar-1.8.0-r1.smage2 2018/06/12 14:58:30 31213 +++ trunk/extras/thunar/thunar-1.8.0-r1.smage2 2018/06/12 15:09:45 31214 @@ -28,6 +28,17 @@ sminclude xfce +SRC_URI+=( mirror://${PNAME}/${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch ) + +src_prepare() +{ + munpack ${SRCFILE} || die + cd ${SRCDIR} + + # revert this patch to allow build against libxfce4ui-4.12 + mpatch -R ${PNAME}-1.8.0-replace-gtk_widget_reparent-with-xfce_widget_reparent.patch || die +} + src_compile() { cd ${SRCDIR}