From: Richard Purdie Date: Wed, 22 Apr 2009 16:36:22 +0000 (+0100) Subject: metacity-clutter: Rename to mutter and point at the new upstream X-Git-Tag: 2011-1~7546^2~3 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b2a619b79eff718317bec201a37ea5f6f92f6d46;p=openembedded-core.git metacity-clutter: Rename to mutter and point at the new upstream Signed-off-by: Richard Purdie --- diff --git a/meta/packages/gnome/metacity-clutter/crosscompile.patch b/meta/packages/mutter/mutter/crosscompile.patch similarity index 100% rename from meta/packages/gnome/metacity-clutter/crosscompile.patch rename to meta/packages/mutter/mutter/crosscompile.patch diff --git a/meta/packages/gnome/metacity-clutter/fix_pkgconfig.patch b/meta/packages/mutter/mutter/fix_pkgconfig.patch similarity index 100% rename from meta/packages/gnome/metacity-clutter/fix_pkgconfig.patch rename to meta/packages/mutter/mutter/fix_pkgconfig.patch diff --git a/meta/packages/gnome/metacity-clutter/nodocs.patch b/meta/packages/mutter/mutter/nodocs.patch similarity index 100% rename from meta/packages/gnome/metacity-clutter/nodocs.patch rename to meta/packages/mutter/mutter/nodocs.patch diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/meta/packages/mutter/mutter_git.bb similarity index 87% rename from meta/packages/gnome/metacity-clutter_git.bb rename to meta/packages/mutter/mutter_git.bb index 00d9a9427e..7d3a3b8c4f 100644 --- a/meta/packages/gnome/metacity-clutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb @@ -1,12 +1,12 @@ SECTION = "x11/wm" -DESCRIPTION = "Metacity is the boring window manager for the adult in you." +DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." LICENSE = "GPL" -DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native intltool glib-2.0-native" +DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" PR = "r8" PV = "2.25.1+git${SRCREV}" inherit gnome update-alternatives -SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter \ +SRC_URI = "git://git.gnome.org/mutter.git;protocol=git;branch=master \ file://nodocs.patch;patch=1 \ file://crosscompile.patch;patch=1 \ file://fix_pkgconfig.patch;patch=1"