aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-desktop.inc
blob: 396f213e3d48c2d904f939c442558f6b1a267ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "GNOME library for reading .desktop files"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gnome-common libgnomeui"

PR = "r2"

# FIXME: OE does not contain all recipes to enable doc: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
EXTRA_OECONF = "--disable-scrollkeeper --disable-gtk-doc"

do_configure_prepend () {
	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}

do_install_append() {
	sed  -i 's:#!.*/usr/bin/python:#!/usr/bin/python:' ${D}${bindir}/gnome-about
}

FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop"