diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 15:10:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:43:23 +0000 |
commit | 645ccbb0b76a28456375689e1ac3de0734720894 (patch) | |
tree | 22d1c12124aa1f983a222af72810d6beda136d35 /meta/recipes-gnome/gnome/metacity_2.34.13.bb | |
parent | 996be05cdcaf05ff83b7db7718fb4012afe794e9 (diff) | |
download | poky-645ccbb0b76a28456375689e1ac3de0734720894.tar.gz |
metacity: upgrade to 2.34.13
crosscompile.patch: removed
- schema_bindings binary not generated anymore
remove-yelp-help-rules-var.patch: added
- YELP_HELP_RULES var is not used
[Other changes]
- the 2.34.13 version requires the gsettings-desktop-schemas
(add it to DEPENDS)
(From OE-Core rev: 3c6262dd270a7c2f709c84335501b345f2b47d38)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/metacity_2.34.13.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.34.13.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/metacity_2.34.13.bb b/meta/recipes-gnome/gnome/metacity_2.34.13.bb new file mode 100644 index 0000000000..360520152b --- /dev/null +++ b/meta/recipes-gnome/gnome/metacity_2.34.13.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SECTION = "x11/wm" | ||
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
5 | file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" | ||
6 | |||
7 | DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils" | ||
8 | PR = "r0" | ||
9 | |||
10 | inherit gnome update-alternatives | ||
11 | |||
12 | GNOME_COMPRESS_TYPE = "xz" | ||
13 | |||
14 | SRC_URI += "file://remove-yelp-help-rules-var.patch" | ||
15 | SRC_URI[archive.md5sum] = "6d89b71672d4fa49fc87f83d610d0ef6" | ||
16 | SRC_URI[archive.sha256sum] = "8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075" | ||
17 | |||
18 | ALTERNATIVE_${PN} = "x-window-manager" | ||
19 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity" | ||
20 | ALTERNATIVE_PRIORITY = "10" | ||
21 | |||
22 | EXTRA_OECONF += "--disable-verbose \ | ||
23 | --disable-xinerama" | ||
24 | |||
25 | do_configure_prepend() { | ||
26 | sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in | ||
27 | } | ||
28 | |||
29 | FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome" | ||
30 | |||