From 79ba3fec32c1ff1a2dd6766daafea3c32752f78c Mon Sep 17 00:00:00 2001 From: "Matthew S. Turnbull" Date: Thu, 26 Sep 2024 20:34:53 -0400 Subject: x11-wm/muffin: drop 6.0.1-r2 Signed-off-by: Matthew S. Turnbull Signed-off-by: Eli Schwartz --- x11-wm/muffin/Manifest | 1 - .../38919a88b2b8381f5b24b69742d1b9db32029c61.patch | 23 --- x11-wm/muffin/muffin-6.0.1-r2.ebuild | 188 --------------------- 3 files changed, 212 deletions(-) delete mode 100644 x11-wm/muffin/files/38919a88b2b8381f5b24b69742d1b9db32029c61.patch delete mode 100644 x11-wm/muffin/muffin-6.0.1-r2.ebuild (limited to 'x11-wm') diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest index c428d17130ec..71f919aa76ca 100644 --- a/x11-wm/muffin/Manifest +++ b/x11-wm/muffin/Manifest @@ -1,2 +1 @@ -DIST muffin-6.0.1.tar.gz 4521556 BLAKE2B e3f28dea9f66b30805f9b98bc79f2e4a08e9e5eb6501f455f0e3c42c5d9ed14c48be75b07a97da7b671156d14ed61f3b882d8ede4f9b83dac5496fac5a0f0348 SHA512 94aa767db3677116094cb0d9a63d1a446b6ec426b4b38576fcdb17259ef92d81f1a14c0e93dadd2bc4dfaca522531ed177bb0af895b3df7abf20d0e9a77d71af DIST muffin-6.2.0.tar.gz 4522979 BLAKE2B d2cf508eeea77e22c79c65404e90beced72b9eca87542dc38abbf8a411464b4afce4d48e73cddf284a4cb86d9eca420edf95e3cb0ad7a0bc6b2c93a4bd1df257 SHA512 0711370323cd29627f312fbd2208daa5bca3be391f9454524f34447dc31f6e8dae63617af790843a2d84fd63340a6db476783b5eadb27b95fe2503f51323d193 diff --git a/x11-wm/muffin/files/38919a88b2b8381f5b24b69742d1b9db32029c61.patch b/x11-wm/muffin/files/38919a88b2b8381f5b24b69742d1b9db32029c61.patch deleted file mode 100644 index a2472ec9f212..000000000000 --- a/x11-wm/muffin/files/38919a88b2b8381f5b24b69742d1b9db32029c61.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 38919a88b2b8381f5b24b69742d1b9db32029c61 Mon Sep 17 00:00:00 2001 -From: Leigh Scott -Date: Mon, 5 Feb 2024 16:06:14 +0000 -Subject: [PATCH] Fix compile issue (#683) - -(warning becomes an error due to gcc 14 changes.) ---- - src/core/prefs.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/core/prefs.c b/src/core/prefs.c -index c07359abc..3161e4be9 100644 ---- a/src/core/prefs.c -+++ b/src/core/prefs.c -@@ -2258,7 +2258,7 @@ meta_prefs_add_keybinding (const char *name, - } - else - { -- strokes = g_strdupv (bindings); -+ strokes = g_strdupv((gchar **)bindings); - } - - queue_changed (META_PREF_KEYBINDINGS); diff --git a/x11-wm/muffin/muffin-6.0.1-r2.ebuild b/x11-wm/muffin/muffin-6.0.1-r2.ebuild deleted file mode 100644 index 881c52c194a2..000000000000 --- a/x11-wm/muffin/muffin-6.0.1-r2.ebuild +++ /dev/null @@ -1,188 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit flag-o-matic gnome2-utils meson python-any-r1 virtualx - -DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon" -HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/muffin" -SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+ MIT SGI-B-2.0" -SLOT="0" -IUSE="input_devices_wacom +introspection screencast sysprof systemd test udev wayland video_cards_nvidia" -KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" -REQUIRED_USE="wayland? ( udev )" - -# Dependencies listed in meson order -COMDEPEND=" - x11-libs/libX11 - >=media-libs/graphene-1.9.3[introspection?] - >=x11-libs/gtk+-3.19.8:3[X,introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - >=x11-libs/pango-1.20.0[introspection?] - >=x11-libs/cairo-1.10.0[X] - >=dev-libs/fribidi-1.0.0 - >=dev-libs/glib-2.61.1:2 - >=dev-libs/json-glib-0.12.0[introspection?] - >=gnome-extra/cinnamon-desktop-5.8:0= - >=x11-libs/libXcomposite-0.4 - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - >=x11-libs/libXfixes-3 - >=x11-libs/libXi-1.7.4 - x11-libs/libXtst - x11-libs/libxkbfile - x11-misc/xkeyboard-config - >=x11-libs/libxkbcommon-0.4.3[X] - x11-libs/libXrender - >=x11-libs/libXrandr-1.5.0 - x11-libs/libxcb:= - x11-libs/libXinerama - x11-libs/libXau - x11-libs/libICE - >=app-accessibility/at-spi2-core-2.46.0:2[introspection?] - >=media-libs/libcanberra-0.26 - sys-apps/dbus - media-libs/libglvnd[X] - media-libs/mesa[X(+),egl(+)] - x11-libs/libSM - >=x11-libs/startup-notification-0.7 - media-libs/fontconfig - - input_devices_wacom? ( - >=dev-libs/libwacom-0.13:= - ) - introspection? ( - >=dev-libs/gobject-introspection-1.41.3:= - ) - screencast? ( - >=media-video/pipewire-0.3.0:= - ) - sysprof? ( - >=dev-util/sysprof-capture-3.35.2:3 - ) - udev? ( - >=virtual/libudev-228:= - >=dev-libs/libgudev-232 - ) - wayland? ( - >=dev-libs/libinput-1.7:= - >=dev-libs/wayland-1.13.0 - >=dev-libs/wayland-protocols-1.19 - || ( - >=media-libs/mesa-24.1.0_rc1[opengl] -