mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-08 10:15:23 +01:00
Changelog: 3.56.0 - Use window icon for the menu button. 3.54.0 - Add basic color-scheme support. - Updated translations. As an oe-related change, it also solves a build failure for 32-bit targets: | ../../metacity-3.52.0/src/core/screen.c: In function 'collect_timed_out_foreach': | ../../metacity-3.52.0/src/core/screen.c:2431:55: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types] | 2431 | sn_startup_sequence_get_last_active_time (sequence, &tv_sec, &tv_usec); | | ^~~~~~~ | | | | | long int * Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
41 lines
1.2 KiB
BlitzBasic
41 lines
1.2 KiB
BlitzBasic
SECTION = "x11/wm"
|
|
SUMMARY = "Metacity is the boring window manager for the adult in you"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \
|
|
file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad"
|
|
|
|
PE = "1"
|
|
|
|
DEPENDS = " \
|
|
gdk-pixbuf-native \
|
|
gtk+3 \
|
|
gsettings-desktop-schemas \
|
|
startup-notification \
|
|
libcanberra \
|
|
libgtop \
|
|
libxres \
|
|
libxpresent \
|
|
"
|
|
|
|
|
|
# depends on startup-notification which depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
GNOMEBASEBUILDCLASS = "autotools"
|
|
inherit gnomebase gsettings gettext upstream-version-is-even features_check
|
|
|
|
SRC_URI[archive.sha256sum] = "7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901"
|
|
SRC_URI += "file://0001-drop-zenity-detection.patch"
|
|
|
|
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
|
|
# enable as neccessary until new warnings are dealt with
|
|
PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/themes \
|
|
${datadir}/gnome-control-center \
|
|
${datadir}/gnome\
|
|
"
|
|
|
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|