# $Id$ PNAME="gsettings-desktop-schemas" PVER="3.12.2" PBUILD="r1" PCAT="dev-libs" DESCRIPTION="Shared GSettings schemas for the desktop." HOMEPAGE="http://www.gtk.org/" DEPEND=">= dev-libs/glib2-2.40" SDEPEND=">= dev-util/intltool-0.50" SRCFILE="${PNAME}-${PVER}.tar.xz" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure --disable-schemas-compile || die mmake || die } postinstall() { if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]] then glib-compile-schemas /usr/share/glib-2.0/schemas fi }