added recipe for metacity-clutter

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5252 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2008-09-24 08:56:27 +00:00
parent 78579855e8
commit c55be22636
3 changed files with 28 additions and 0 deletions

View File

@ -142,6 +142,7 @@ SRCREV_pn-usbpath = "3172"
SRCREV_pn-xserver-kdrive-glamo ?= "a51364e2f23d4b6331c5ed613ce3f7e15f8e540f"
SRCREV_pn-gsm0710muxd ?= "6fecc78198dd821bbe29efd096bd8fecd855179d"
SRCREV_pn-gsmd2 ?= "963f34df8fa3ff4b301079dcf86e9acea6b6fe0f"
SRCREV_pn-metacity-clutter ?= "94d4e3d3f0407085f4453ed4208cdca3c093c692"
#
# Preferred Versions:

View File

@ -56,6 +56,7 @@ SRCREV_pn-table ?= "${AUTOREV}"
SRCREV_pn-libmatchbox ?= "${AUTOREV}"
SRCREV_pn-tasks ?= "${AUTOREV}"
SRCREV_pn-libjana = "${AUTOREV}"
SRCREV_pn-metacity-clutter = "${AUTOREV}"
SRCDATE_oprofile ?= "${DATE}"

View File

@ -0,0 +1,26 @@
SECTION = "x11/wm"
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
LICENSE = "GPL"
DEPENDS = "startup-notification gtk+ gconf clutter"
PR = "r0"
PV = "2.25.1+gitr${SRCREV}"
inherit gnome update-alternatives
SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter"
S = "${WORKDIR}/git"
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/metacity"
ALTERNATIVE_PRIORITY = "11"
EXTRA_OECONF += "--disable-verbose \
--disable-xinerama \
--with-clutter"
FILES_${PN} += "${datadir}/themes"
do_stage () {
autotools_stage_all
}