Magellan Linux

Diff of /smage/trunk/core/atk/atk-2.30.0-r1.smage2

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

revision 12820 by niro, Mon Oct 29 13:04:00 2018 UTC revision 12893 by niro, Thu Nov 22 09:28:27 2018 UTC
# Line 17  SRCFILE="${PNAME}-${PVER}.tar.xz" Line 17  SRCFILE="${PNAME}-${PVER}.tar.xz"
17  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"  ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20  sminclude multilib mbuild alx-split  sminclude multilib meson alx-split
21    
22  SRC_URI=(  SRC_URI=(
23   http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER%.*}/${SRCFILE}   http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER%.*}/${SRCFILE}
# Line 28  UP2DATE="updatecmd_gnome ${PNAME}" Line 28  UP2DATE="updatecmd_gnome ${PNAME}"
28    
29  src_compile()  src_compile()
30  {  {
31   mconfigure --disable-introspection || die   meson_src_compile $(meson_opt introspection false) $(meson_opt docs false) || die
  mmake || die  
32  }  }

Legend:
Removed from v.12820  
changed lines
  Added in v.12893