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 \ |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 16 | libxres \ |
| 17 | libxpresent \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 18 | " |
| 19 | |
| 20 | |
| 21 | # depends on startup-notification which depends on virtual/libx11 |
| 22 | REQUIRED_DISTRO_FEATURES = "x11" |
| 23 | |
| 24 | inherit gnomebase gsettings gettext upstream-version-is-even features_check |
| 25 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 26 | SRC_URI[archive.sha256sum] = "224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5" |
Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame^] | 27 | SRC_URI += " \ |
| 28 | file://0001-drop-zenity-detection.patch \ |
| 29 | file://0001-fix-build-with-disable-dependency-tracking.patch \ |
| 30 | " |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 31 | |
| 32 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" |
| 33 | # enable as neccessary until new warnings are dealt with |
| 34 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," |
| 35 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 36 | FILES:${PN} += " \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 37 | ${datadir}/themes \ |
| 38 | ${datadir}/gnome-control-center \ |
| 39 | ${datadir}/gnome\ |
| 40 | " |
| 41 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 42 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |