Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30834 - (show annotations) (download)
Tue Apr 24 06:04:39 2018 UTC (6 years ago) by niro
File size: 579 byte(s)
auto added: ver bump to 3.28.0-r1
1 # $Id$
2
3 PNAME="gsettings-desktop-schemas"
4 PVER="3.28.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.54"
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 }