Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9685 - (show annotations) (download)
Thu Aug 3 12:11:03 2017 UTC (6 years, 8 months ago) by niro
File size: 706 byte(s)
auto added: ver bump to 3.24.0-r1
1 # $Id$
2
3 PNAME="gsettings-desktop-schemas"
4 PVER="3.24.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.52"
13
14 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.52"
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 }