aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-screensaver_2.28.3.bb
blob: d6468a3533956bb0712f04b72deef2e44824ade4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "GNOME utilities"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gnome-menus gnome-desktop gnome-common shadow glib-2.0 gtk+ gconf"

inherit gnome

SRC_URI[archive.md5sum] = "e6fb9b206f3470c04e21474ee6d69687"
SRC_URI[archive.sha256sum] = "f2ffec4f637883c7db15fb94c3f85a7d59ade3cf1f0107ecebc01df13f0ad5c3"

EXTRA_OECONF = " \
                --with-shadow=${STAGING_INCDIR}/.. \
               "
# requires a too recent, non-default autoconf
do_configure () {
	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
	sed -i -e 's:$CPPFLAGS -I$includedir:$CPPFLAGS:g' configure.ac
	sed -i -e 's:$CPPFLAGS -I$includedir:$CPPFLAGS:g' configure

	gnu-configize
	oe_runconf
}

FILES_${PN} += "${datadir}/*background* ${datadir}/desktop-directories"

FILES_${PN}-dbg += "${libexecdir}/gnome-screensaver/.debug "