From c4e9ad655ca02e39f57b8ccb7bf5f34b1feeb3bc Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 26 Sep 2008 15:16:32 +0000 Subject: Fixes the metacity-clutter revision; packages the plugins; and adds a post install section to use gconftool-2 to enable the "simple" plugin by default. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5299 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gnome/metacity-clutter_git.bb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'meta/packages/gnome') diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/meta/packages/gnome/metacity-clutter_git.bb index d32927147c..831ba507ea 100644 --- a/meta/packages/gnome/metacity-clutter_git.bb +++ b/meta/packages/gnome/metacity-clutter_git.bb @@ -2,8 +2,8 @@ SECTION = "x11/wm" DESCRIPTION = "Metacity is the boring window manager for the adult in you." LICENSE = "GPL" DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native" -PR = "r0" -PV = "2.25.1+gitr${SRCREV}" +PR = "r2" +PV = "2.25.1+git${SRCREV}" inherit gnome update-alternatives SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter" @@ -18,9 +18,21 @@ EXTRA_OECONF += "--disable-verbose \ --disable-xinerama \ --with-clutter" -FILES_${PN} += "${datadir}/themes" +FILES_${PN} += "${datadir}/themes ${libdir}/metacity/plugins/clutter/*.so" +FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" do_stage () { autotools_stage_all } +pkg_postinst_${PN} () { +#!/bin/sh -e +if [ "x$D" != "x" ]; then + exit 1 +fi + +. ${sysconfdir}/init.d/functions + +gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[simple]' +} + -- cgit v1.2.3-54-g00ecf