diff options
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 | |||