Files
Zhang Peng 80fa33d26d metacity: upgrade 3.56.0 -> 3.58.1
Version 3.58.1
==============
- Use pkg-config to get systemd user unit dir.
- Updated translations.

Version 3.58.0
==============
- Add keybindings to move window between monitors. (!40)
- Updated translations.

Version 3.57.1
==============
- Drop zentiy dependency.
- Add systemd service.
- Updated translations.

drop 0001-drop-zenity-detection.patch

Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-03-25 16:33:17 -07:00

41 lines
1.1 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] = "e430c8a92409ef2f91a4dabd50a71e3d3bbcc474a3dec1caec3813b381d7d1b0"
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\
${systemd_user_unitdir} \
"
RDEPENDS:${PN} += "gsettings-desktop-schemas"