Magellan Linux

Annotation of /smage/trunk/extras/gsettings-desktop-schemas/gsettings-desktop-schemas-3.18.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8354 - (hide annotations) (download)
Fri Jan 15 11:51:50 2016 UTC (8 years, 3 months ago) by niro
File size: 706 byte(s)
auto added: ver bump to 3.18.1-r1
1 niro 8354 # $Id$
2    
3     PNAME="gsettings-desktop-schemas"
4     PVER="3.18.1"
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.46"
13    
14     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.46"
15    
16     SDEPEND=">= dev-util/intltool-0.50
17     >= dev-util/pkgconfig-0.25
18     ${ALX_DEV_DEPEND}"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.xz"
21    
22     ALX_PKG_KEEP="usr/share/GConf
23     usr/share/glib-2.0"
24     sminclude gnome2 alx-split
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     gn2_configure --disable-schemas-compile || die
33     mmake || die
34     }
35    
36     postinstall()
37     {
38     if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
39     then
40     glib-compile-schemas /usr/share/glib-2.0/schemas
41     fi
42     }