diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb new file mode 100644 index 0000000000..f364b52b98 --- /dev/null +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | SECTION = "x11/wm" | ||
| 2 | SUMMARY = "Metacity is the boring window manager for the adult in you" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 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 | libxres \ | ||
| 17 | libxpresent \ | ||
| 18 | " | ||
| 19 | |||
| 20 | |||
| 21 | # depends on startup-notification which depends on virtual/libx11 | ||
| 22 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 23 | |||
| 24 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 25 | inherit gnomebase gsettings gettext upstream-version-is-even features_check | ||
| 26 | |||
| 27 | SRC_URI[archive.sha256sum] = "e430c8a92409ef2f91a4dabd50a71e3d3bbcc474a3dec1caec3813b381d7d1b0" | ||
| 28 | |||
| 29 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | ||
| 30 | # enable as neccessary until new warnings are dealt with | ||
| 31 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," | ||
| 32 | |||
| 33 | FILES:${PN} += " \ | ||
| 34 | ${datadir}/themes \ | ||
| 35 | ${datadir}/gnome-control-center \ | ||
| 36 | ${datadir}/gnome\ | ||
| 37 | ${systemd_user_unitdir} \ | ||
| 38 | " | ||
| 39 | |||
| 40 | RDEPENDS:${PN} += "gsettings-desktop-schemas" | ||
