Magellan Linux

Diff of /trunk/extras/dconf/dconf-0.28.0-r1.smage2

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

revision 30895 by niro, Tue May 15 06:19:09 2018 UTC revision 30896 by niro, Tue May 15 06:24:04 2018 UTC
# Line 18  SDEPEND=">= dev-util/pkgconfig-0.25 Line 18  SDEPEND=">= dev-util/pkgconfig-0.25
18    
19  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
20    
21  sminclude mtools gnome2  sminclude mtools gnome2 meson
22    
23  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
24    
 src_compile()  
 {  
  cd ${SRCDIR}  
   
  gn2_configure --disable-schema-compile || die  
  mmake || die  
 }  
   
25  src_install_dconf()  src_install_dconf()
26  {  {
27   cd ${SRCDIR}   cd ${SRCDIR}
28   mmake DESTDIR=${BINDIR} install || die   meson_src_install || die
29    
30   # GSettings backend may be one of: memory, gconf, dconf   # GSettings backend may be one of: memory, gconf, dconf
31   # Only dconf is really considered functional by upstream   # Only dconf is really considered functional by upstream
# Line 43  src_install_dconf() Line 35  src_install_dconf()
35   mclearconfig || die   mclearconfig || die
36   maddconfig 'CONFIG_PROTECT_MASK="/etc/dconf"'   maddconfig 'CONFIG_PROTECT_MASK="/etc/dconf"'
37   maddconfig 'GSETTINGS_BACKEND="dconf"'   maddconfig 'GSETTINGS_BACKEND="dconf"'
   
  minstalldocs COPYING NEWS || die  
38  }  }

Legend:
Removed from v.30895  
changed lines
  Added in v.30896