Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6983 - (show annotations) (download)
Thu Jul 30 16:02:32 2015 UTC (8 years, 9 months ago) by niro
File size: 706 byte(s)
-alx-split
1 # $Id$
2
3 PNAME="gsettings-desktop-schemas"
4 PVER="3.16.1"
5 PBUILD="r2"
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
14 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.44"
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 }