From ddb6fbc11e863756a24e1dc866c63dec00eac6fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Sep 2023 11:30:42 +0100 Subject: gentoo auto-resync : 27:09:2023 - 11:30:42 --- x11-wm/metacity/Manifest | 4 ++- x11-wm/metacity/metacity-3.50.0.ebuild | 56 ++++++++++++++++++++++++++++++++++ x11-wm/metacity/metadata.xml | 4 +++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 x11-wm/metacity/metacity-3.50.0.ebuild (limited to 'x11-wm/metacity') diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest index 996989863dac..ae49bad6e715 100644 --- a/x11-wm/metacity/Manifest +++ b/x11-wm/metacity/Manifest @@ -1,3 +1,5 @@ DIST metacity-3.46.1.tar.xz 1959060 BLAKE2B 84dbe09dd8d6c7ce1894ed806cdc6cc5cc6c302ddf3aae5f7ef479f6c02ef6c2091bb1d815603f5d6e52d583192d43f47d835327e9e75cd626081becbf84bd8e SHA512 f0d8424868edf8209eb4cbd003de68ab892a5b515a1aca7b3626bf52eb8451cb0477ab35f702177c9654604e06adce46471897edcb54931d95e60b36bef92b20 +DIST metacity-3.50.0.tar.xz 1959172 BLAKE2B a697bb0d820211abdd212a250d0ea6a698962b37b9e200c54dab51ca11bb1c9a65708dd8f098211d3d451da83f484d549f5fc33c63f391f42744a8046849ccd7 SHA512 2fd66f96b0603dfea652ad21f9749c3dbd68c847cda884a0e16f23766c9b61fcdfa693dcb83beb33c909487a7d9f7f5eb796096cfc772cc44c4b267ef1b08699 EBUILD metacity-3.46.1.ebuild 1294 BLAKE2B a7bf0e45f6ff90cbf944ae34bb7d6cdd8bd047ce58d7ebfdd4e2a59dc495fc042453518d4243494430bd05b74226f133fec9f842e3be6999b8b3fc163cf8b51f SHA512 778aaeae01a372aaa9c907323f3959c3f90cce06e622c20ae0f6493843078015978f8c0d9dacdb0245f91ef53ddb226f7b63862a0e210e5279e337f972644709 -MISC metadata.xml 587 BLAKE2B b3cf07b5d226dba9d333ca3c897727b165663ddbd112924fe6d751ded222054f560bbf3b541f3d884040a8e25ef672f912d20e4b8cb2290e9888567a2b418f9f SHA512 07f9e9ecdc9d2934c6ec6d2d314336a1887ac1a39b7384cc994a745113949850411c5b0707c61dd6c902dae5fb0578768cf1a03c76daf5ff1071a0b4bb42d6fb +EBUILD metacity-3.50.0.ebuild 1295 BLAKE2B 4494472537343d706da0ced86e2dfd0992ee7695e550d7b66af17ddafc4730b87b25b6d0240213b85b80a34a020281c3d8dd12d050e191c1af13d09f5a3481d7 SHA512 977b656f511dab765f41664c89e4d96a9363f1b9f31c84403abc8289c691c89e73dacf9890be33278dbaa279d2baae68ae3b226ade40cc179aaed2b190bda4c5 +MISC metadata.xml 700 BLAKE2B b921242ee748e52852815f6e3dae860cce3f8342af61c48de070b4228ee08967838c083f9bc6a21c88d16179ebdeddf46b97f4dc5af5ad923d15df87d742f895 SHA512 62541ce5a5b768fc4eed973ee46002865005efb23a51f6b725c7d7f6bfe952d2e86b42e8f6dd27a42f23c106cdc35ebfd14507737bc8a2c8c2b39f12953f7f49 diff --git a/x11-wm/metacity/metacity-3.50.0.ebuild b/x11-wm/metacity/metacity-3.50.0.ebuild new file mode 100644 index 000000000000..0076bb83bb0a --- /dev/null +++ b/x11-wm/metacity/metacity-3.50.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 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" +IUSE="+libcanberra vulkan xinerama" +KEYWORDS="~amd64 ~riscv" + +# TODO: libgtop could be optional, but no knob +RDEPEND=" + >=dev-libs/glib-2.67.3:2 + >=x11-libs/gtk+-3.24.6: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] ) + >=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) +} diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml index e6d1a7d56ae1..fd3e818e1e88 100644 --- a/x11-wm/metacity/metadata.xml +++ b/x11-wm/metacity/metadata.xml @@ -5,6 +5,10 @@ gnome@gentoo.org Gentoo GNOME Desktop + + flow@gentoo.org + Florian Schmaus + Enable sound event support using media-libs/libcanberra Enable Vulkan based compositor support via META_COMPOSITOR=vulkan environment variable -- cgit v1.2.3