Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 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 | |
| 7 | PE = "1" |
| 8 | |
| 9 | DEPENDS = " \ |
| 10 | gdk-pixbuf-native \ |
| 11 | gtk+3 \ |
| 12 | gsettings-desktop-schemas \ |
| 13 | startup-notification \ |
| 14 | libcanberra \ |
| 15 | libgtop \ |
| 16 | " |
| 17 | |
| 18 | |
| 19 | # depends on startup-notification which depends on virtual/libx11 |
| 20 | REQUIRED_DISTRO_FEATURES = "x11" |
| 21 | |
| 22 | inherit gnomebase gsettings gettext upstream-version-is-even features_check |
| 23 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 24 | SRC_URI[archive.md5sum] = "d1171705829bbebd42ac08ec49a9a90a" |
| 25 | SRC_URI[archive.sha256sum] = "11f07693e2b266840759063a4bc807346070e8e7fec8f53cd0757f6662c1b323" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 26 | SRC_URI += "file://0001-drop-zenity-detection.patch" |
| 27 | |
| 28 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" |
| 29 | # enable as neccessary until new warnings are dealt with |
| 30 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," |
| 31 | |
| 32 | FILES_${PN} += " \ |
| 33 | ${datadir}/themes \ |
| 34 | ${datadir}/gnome-control-center \ |
| 35 | ${datadir}/gnome\ |
| 36 | " |
| 37 | |
| 38 | RDEPENDS_${PN} += "gsettings-desktop-schemas" |