generic-poky/meta/packages/settings-daemon/settings-daemon_svn.bb

23 lines
603 B
BlitzBasic
Raw Normal View History

DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings"
LICENSE = "GPL"
DEPENDS = "gconf glib-2.0 gtk+"
SECTION = "x11"
PV = "0.0+svnr${SRCREV}"
PR = "r3"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://addsoundkeys.patch;patch=1 \
file://70settings-daemon.sh"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gconf
FILES_${PN} = "${bindir}/* ${sysconfdir}"
do_install_append () {
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/70settings-daemon.sh ${D}/${sysconfdir}/X11/Xsession.d/
}