Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33249 - (hide annotations) (download)
Mon Oct 21 11:11:37 2019 UTC (4 years, 6 months ago) by niro
File size: 529 byte(s)
-added missing gobject-introspection sdep
1 niro 33247 # $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 niro 33248 DEPEND=">= dev-libs/glib2-2.62"
13 niro 33247 SDEPEND=">= dev-util/intltool-0.50
14 niro 33249 >= dev-util/pkgconfig-0.25
15     >= dev-libs/gobject-introspection-1.62"
16 niro 33247
17     SRCFILE="${PNAME}-${PVER}.tar.xz"
18    
19 niro 33248 sminclude gnome2 meson
20 niro 33247
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     }