Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33249 - (show annotations) (download)
Mon Oct 21 11:11:37 2019 UTC (4 years, 7 months ago) by niro
File size: 529 byte(s)
-added missing gobject-introspection sdep
1 # $Id$
2
3 PNAME="gsettings-desktop-schemas"
4 PVER="3.34.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.62"
13 SDEPEND=">= dev-util/intltool-0.50
14 >= dev-util/pkgconfig-0.25
15 >= dev-libs/gobject-introspection-1.62"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18
19 sminclude gnome2 meson
20
21 UP2DATE="updatecmd_gnome ${PNAME}"
22
23 postinstall()
24 {
25 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
26 then
27 glib-compile-schemas /usr/share/glib-2.0/schemas
28 fi
29 }