Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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