diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-22 17:36:22 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-22 17:36:22 +0100 |
commit | b2a619b79eff718317bec201a37ea5f6f92f6d46 (patch) | |
tree | a7c4474408497bec110c5faa9cf9bb1887323fd7 /meta | |
parent | ef5600cf10bc3d2cd2748deb5b532524ad1fa2e1 (diff) | |
download | poky-b2a619b79eff718317bec201a37ea5f6f92f6d46.tar.gz |
metacity-clutter: Rename to mutter and point at the new upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/mutter/mutter/crosscompile.patch (renamed from meta/packages/gnome/metacity-clutter/crosscompile.patch) | 0 | ||||
-rw-r--r-- | meta/packages/mutter/mutter/fix_pkgconfig.patch (renamed from meta/packages/gnome/metacity-clutter/fix_pkgconfig.patch) | 0 | ||||
-rw-r--r-- | meta/packages/mutter/mutter/nodocs.patch (renamed from meta/packages/gnome/metacity-clutter/nodocs.patch) | 0 | ||||
-rw-r--r-- | meta/packages/mutter/mutter_git.bb (renamed from meta/packages/gnome/metacity-clutter_git.bb) | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gnome/metacity-clutter/crosscompile.patch b/meta/packages/mutter/mutter/crosscompile.patch index b27383b09a..b27383b09a 100644 --- a/meta/packages/gnome/metacity-clutter/crosscompile.patch +++ b/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 index 3714383bc1..3714383bc1 100644 --- a/meta/packages/gnome/metacity-clutter/fix_pkgconfig.patch +++ b/meta/packages/mutter/mutter/fix_pkgconfig.patch | |||
diff --git a/meta/packages/gnome/metacity-clutter/nodocs.patch b/meta/packages/mutter/mutter/nodocs.patch index 98f43be5e8..98f43be5e8 100644 --- a/meta/packages/gnome/metacity-clutter/nodocs.patch +++ b/meta/packages/mutter/mutter/nodocs.patch | |||
diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/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 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native intltool glib-2.0-native" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" |
5 | PR = "r8" | 5 | PR = "r8" |
6 | PV = "2.25.1+git${SRCREV}" | 6 | PV = "2.25.1+git${SRCREV}" |
7 | inherit gnome update-alternatives | 7 | inherit gnome update-alternatives |
8 | 8 | ||
9 | SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter \ | 9 | SRC_URI = "git://git.gnome.org/mutter.git;protocol=git;branch=master \ |
10 | file://nodocs.patch;patch=1 \ | 10 | file://nodocs.patch;patch=1 \ |
11 | file://crosscompile.patch;patch=1 \ | 11 | file://crosscompile.patch;patch=1 \ |
12 | file://fix_pkgconfig.patch;patch=1" | 12 | file://fix_pkgconfig.patch;patch=1" |