diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 13:04:14 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 14:04:13 +0200 |
commit | 1ce0a404ade654e634e9032908b9269ba61a4c80 (patch) | |
tree | 61230b934e3dcf887110b78b546fcb112b3604f0 | |
parent | 04178b40d1f627071263eb7674da504ec256d23c (diff) |
metacity: add 2.30
-rw-r--r-- | recipes/gnome/metacity_2.30.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/gnome/metacity_2.30.0.bb b/recipes/gnome/metacity_2.30.0.bb new file mode 100644 index 0000000000..1c2ff761c9 --- /dev/null +++ b/recipes/gnome/metacity_2.30.0.bb @@ -0,0 +1,26 @@ +DEFAULT_PREFERENCE = "-1" + +SECTION = "x11/wm" +DESCRIPTION = "Metacity is the boring window manager for the adult in you." +LICENSE = "GPL" +DEPENDS = "libcanberra libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native" + +inherit gnome update-alternatives + +SRC_URI[archive.md5sum] = "7c8a4c8f3b667efcc60f286adb445d4c" +SRC_URI[archive.sha256sum] = "5c4e2af2216de022181f692f15427361a1dae3d30756ef89b97a11ff5bd50b22" + +EXTRA_OECONF += "--disable-verbose \ + --disable-xinerama" + +do_configure_prepend() { + sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in +} + +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PATH = "${bindir}/metacity" +ALTERNATIVE_PRIORITY = "30" + +RDEPENDS_${PN} = "zenity" +FILES_${PN} += "${datadir}/themes ${datadir}/gnome*" |