commit: 7bf087d7874917c894b9934cdf9466ed5acabb24 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Oct 14 06:03:46 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Oct 14 06:12:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf087d7
x11-wm/metacity: add 3.58.1 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> x11-wm/metacity/Manifest | 1 + x11-wm/metacity/metacity-3.58.1.ebuild | 59 ++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest index 82f35b7111b2..19abc988211e 100644 --- a/x11-wm/metacity/Manifest +++ b/x11-wm/metacity/Manifest @@ -1,2 +1,3 @@ DIST metacity-3.54.0.tar.xz 1796756 BLAKE2B d1bb961feaa76486ae866e8e719e3c4443cb7f76f4fbe407ba0821b8db309a7890c6d88a2853a850de2a5df605b6d2a433bad1470677e953afdc9a9e3e62efee SHA512 81029997b9024bb8075dec0e4184a33697ce3c597c3eb686d30536fbe09db619667f3379f995553ff201850910ab7533739c97126e4cbc4f5066a8bb1e2b143f DIST metacity-3.56.0.tar.xz 1749348 BLAKE2B c21ff7692de57c442389d5285dff8e8370218f2c37503eaeecd11194e13f22eb94c99fbd39728fd6996a63e70b057524013bccc5b52f0d76105d78ce74de3aa4 SHA512 1b947ccce65c165be484ede9172092ac76b38bd21204c9b8e1031775f1b7a24ed7d65339149a580afbc6e7cb45a2578aa99d8e5b1870a08a69ce7b5b1662c61d +DIST metacity-3.58.1.tar.xz 1752628 BLAKE2B 270d6886a545cbc4fcba7993a01e548409d333e56cf2141dced5bc81d96a228a78848f36f04dc1217b469d7ed8a0ae9eb8b478c46668937f231cc34c92adabe9 SHA512 08f0c9689948e96d942cbca9583ccc5dac69b61cc3f6cf9bc1998031698aa29e6c1626d64bf1a3b1c4a3d6755f9fce848be1b5def19529c7d7e49ee8a785e4aa diff --git a/x11-wm/metacity/metacity-3.58.1.ebuild b/x11-wm/metacity/metacity-3.58.1.ebuild new file mode 100644 index 000000000000..2097778cc188 --- /dev/null +++ b/x11-wm/metacity/metacity-3.58.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome2 + +DESCRIPTION="GNOME Flashback window manager" +HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv" +IUSE="+libcanberra vulkan xinerama" + +# TODO: libgtop could be optional, but no knob +RDEPEND=" + >=dev-libs/glib-2.67.3:2 + >=x11-libs/gtk+-3.24.37:3[X] + >=x11-libs/pango-1.2.0 + >=x11-libs/libXcomposite-0.3 + >=x11-libs/libXres-1.2 + >=gnome-base/gsettings-desktop-schemas-3.3.0 + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXdamage + x11-libs/libXpresent + libcanberra? ( || ( + media-libs/libcanberra-gtk3 + media-libs/libcanberra[gtk3(-)] + ) ) + >=x11-libs/startup-notification-0.7 + x11-libs/libXcursor + gnome-base/libgtop:2= + x11-libs/libX11 + xinerama? ( x11-libs/libXinerama ) + x11-libs/libXrandr + x11-libs/libXext + x11-libs/libICE + x11-libs/libSM + gnome-extra/zenity + vulkan? ( media-libs/vulkan-loader ) +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +" +BDEPEND=" + vulkan? ( dev-util/vulkan-headers ) + dev-util/glib-utils + >=sys-devel/gettext-0.19.6 + virtual/pkgconfig +" # autoconf-archive for eautoreconf + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable libcanberra canberra) \ + $(use_enable xinerama) \ + $(use_enable vulkan) +}
