metacity_3.36.1.bb 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. SECTION = "x11/wm"
  2. SUMMARY = "Metacity is the boring window manager for the adult in you"
  3. LICENSE = "GPLv2+"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \
  5. file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad"
  6. PE = "1"
  7. DEPENDS = " \
  8. gdk-pixbuf-native \
  9. gtk+3 \
  10. gsettings-desktop-schemas \
  11. startup-notification \
  12. libcanberra \
  13. libgtop \
  14. "
  15. # depends on startup-notification which depends on virtual/libx11
  16. REQUIRED_DISTRO_FEATURES = "x11"
  17. inherit gnomebase gsettings gettext upstream-version-is-even features_check
  18. SRC_URI[archive.md5sum] = "d1171705829bbebd42ac08ec49a9a90a"
  19. SRC_URI[archive.sha256sum] = "11f07693e2b266840759063a4bc807346070e8e7fec8f53cd0757f6662c1b323"
  20. SRC_URI += "file://0001-drop-zenity-detection.patch"
  21. PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
  22. # enable as neccessary until new warnings are dealt with
  23. PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
  24. FILES_${PN} += " \
  25. ${datadir}/themes \
  26. ${datadir}/gnome-control-center \
  27. ${datadir}/gnome\
  28. "
  29. RDEPENDS_${PN} += "gsettings-desktop-schemas"