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 33248 - (show annotations) (download)
Mon Oct 21 11:08:25 2019 UTC (4 years, 6 months ago) by niro
File size: 489 byte(s)
-upstream uses meson now
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
16 SRCFILE="${PNAME}-${PVER}.tar.xz"
17
18 sminclude gnome2 meson
19
20 UP2DATE="updatecmd_gnome ${PNAME}"
21
22 postinstall()
23 {
24 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
25 then
26 glib-compile-schemas /usr/share/glib-2.0/schemas
27 fi
28 }