Magellan Linux

Contents of /trunk/extras/gsettings-desktop-schemas/gsettings-desktop-schemas-3.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11507 - (show annotations) (download)
Mon Mar 12 09:44:10 2012 UTC (12 years, 3 months ago) by niro
File size: 516 byte(s)
auto added: ver bump to 3.2.0-r1
1 # $Id$
2
3 PNAME="gsettings-desktop-schemas"
4 PVER="3.2.0"
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.30"
13 SDEPEND=">= dev-util/intltool-0.50"
14
15 sminclude gnome2
16
17 UP2DATE="updatecmd_gnome ${PNAME}"
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 gn2_configure --disable-schemas-compile || die
24 mmake || die
25 }
26
27 postinstall()
28 {
29 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
30 then
31 glib-compile-schemas /usr/share/glib-2.0/schemas
32 fi
33 }