Magellan Linux

Annotation of /branches/R11-stable/extras/gsettings-desktop-schemas/gsettings-desktop-schemas-3.12.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21741 - (hide annotations) (download)
Mon Jul 21 09:42:14 2014 UTC (9 years, 9 months ago) by niro
File size: 552 byte(s)
-release branches/R11-stable
1 niro 21447 # $Id$
2    
3     PNAME="gsettings-desktop-schemas"
4     PVER="3.12.2"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Shared GSettings schemas for the desktop."
10     HOMEPAGE="http://www.gtk.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.40"
13     SDEPEND=">= dev-util/intltool-0.50"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.xz"
16    
17     sminclude gnome2
18    
19     UP2DATE="updatecmd_gnome ${PNAME}"
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24    
25     gn2_configure --disable-schemas-compile || die
26     mmake || die
27     }
28    
29     postinstall()
30     {
31     if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
32     then
33     glib-compile-schemas /usr/share/glib-2.0/schemas
34     fi
35     }