Magellan Linux

Diff of /trunk/extras/libwnck/libwnck-3.32.0-r1.smage2

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

revision 33266 by niro, Tue Oct 22 13:09:17 2019 UTC revision 33267 by niro, Tue Oct 22 17:37:28 2019 UTC
# Line 23  SDEPEND=">= dev-util/pkgconfig-0.25 Line 23  SDEPEND=">= dev-util/pkgconfig-0.25
23    
24  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
25    
26  sminclude gnome2  sminclude gnome2 meson
27    
28  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
29    
# Line 31  src_compile() Line 31  src_compile()
31  {  {
32   cd ${SRCDIR}   cd ${SRCDIR}
33    
34   mconfigure --enable-introspection --enable-startup-notification || die   meson_configure $(meson_opt introspection enabled) $(meson_opt startup_notification enabled) || die
35   mmake || die   mninja || die
36  }  }

Legend:
Removed from v.33266  
changed lines
  Added in v.33267