Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31908 - (hide annotations) (download)
Wed Jan 2 10:59:35 2019 UTC (5 years, 4 months ago) by niro
File size: 579 byte(s)
auto added: ver bump to 3.28.1-r1
1 niro 31908 # $Id$
2    
3     PNAME="gsettings-desktop-schemas"
4     PVER="3.28.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.58"
13     SDEPEND=">= dev-util/intltool-0.50
14     >= dev-util/pkgconfig-0.25"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.xz"
17    
18     sminclude gnome2
19    
20     UP2DATE="updatecmd_gnome ${PNAME}"
21    
22     src_compile()
23     {
24     cd ${SRCDIR}
25    
26     gn2_configure --disable-schemas-compile || die
27     mmake || die
28     }
29    
30     postinstall()
31     {
32     if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
33     then
34     glib-compile-schemas /usr/share/glib-2.0/schemas
35     fi
36     }