Magellan Linux

Diff of /trunk/extras/gsettings-desktop-schemas/gsettings-desktop-schemas-3.34.0-r1.smage2

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

revision 33247 by niro, Mon Oct 21 10:50:44 2019 UTC revision 33248 by niro, Mon Oct 21 11:08:25 2019 UTC
# Line 9  PCAT="dev-libs" Line 9  PCAT="dev-libs"
9  DESCRIPTION="Shared GSettings schemas for the desktop."  DESCRIPTION="Shared GSettings schemas for the desktop."
10  HOMEPAGE="http://www.gtk.org/"  HOMEPAGE="http://www.gtk.org/"
11    
12  DEPEND=">= dev-libs/glib2-2.58"  DEPEND=">= dev-libs/glib2-2.62"
13  SDEPEND=">= dev-util/intltool-0.50  SDEPEND=">= dev-util/intltool-0.50
14   >= dev-util/pkgconfig-0.25"   >= dev-util/pkgconfig-0.25"
15    
16  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
17    
18  sminclude gnome2  sminclude gnome2 meson
19    
20  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
21    
 src_compile()  
 {  
  cd ${SRCDIR}  
   
  gn2_configure --disable-schemas-compile || die  
  mmake || die  
 }  
   
22  postinstall()  postinstall()
23  {  {
24   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]

Legend:
Removed from v.33247  
changed lines
  Added in v.33248