]> code.ossystems Code Review - openembedded-core.git/commitdiff
metacity-clutter: Rename to mutter and point at the new upstream
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 22 Apr 2009 16:36:22 +0000 (17:36 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 22 Apr 2009 16:36:22 +0000 (17:36 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/mutter/mutter/crosscompile.patch [moved from meta/packages/gnome/metacity-clutter/crosscompile.patch with 100% similarity]
meta/packages/mutter/mutter/fix_pkgconfig.patch [moved from meta/packages/gnome/metacity-clutter/fix_pkgconfig.patch with 100% similarity]
meta/packages/mutter/mutter/nodocs.patch [moved from meta/packages/gnome/metacity-clutter/nodocs.patch with 100% similarity]
meta/packages/mutter/mutter_git.bb [moved from meta/packages/gnome/metacity-clutter_git.bb with 87% similarity]

similarity index 87%
rename from meta/packages/gnome/metacity-clutter_git.bb
rename to meta/packages/mutter/mutter_git.bb
index 00d9a9427eb3a081d2ffeee915d6dd81d95ddd53..7d3a3b8c4f906b3b31ddfeebb745f9bf96f29311 100644 (file)
@@ -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"