gnome-extra/cinnamon-desktop: drop 6.4.1-r1

Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Part-of: https://github.com/gentoo/gentoo/pull/43832
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matthew S. Turnbull
2025-09-24 06:31:33 -04:00
committed by Sam James
parent 8b2526e2a3
commit 21f92c1e12

View File

@@ -1,79 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit meson flag-o-matic gnome2-utils python-any-r1
DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-desktop"
SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-1 GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
SLOT="0/4" # subslot = libcinnamon-desktop soname version
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="wayland"
RDEPEND="
app-text/iso-codes
>=dev-libs/glib-2.37.3:2[dbus]
>=dev-libs/gobject-introspection-0.10.2:=
>=gnome-base/gsettings-desktop-schemas-3.5.91
>=media-libs/libpulse-12.99.3[glib]
sys-apps/accountsservice
virtual/libudev:=
x11-libs/cairo[X]
>=x11-libs/gdk-pixbuf-2.22:2[introspection]
>=x11-libs/gtk+-3.3.16:3[introspection,wayland?,X]
x11-libs/libX11
>=x11-libs/libXext-1.1
x11-libs/libxkbfile
>=x11-libs/libXrandr-1.3
x11-misc/xkeyboard-config
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
BDEPEND="
${PYTHON_DEPS}
dev-util/gdbus-codegen
dev-util/glib-utils
sys-devel/gettext
virtual/pkgconfig
"
PATCHES=(
# Remove dead config option to prevent junk files from being installed
# https://github.com/linuxmint/cinnamon-desktop/pull/249
"${FILESDIR}/${PN}-6.4.0-remove-pnp_ids-option.patch"
)
src_prepare() {
default
python_fix_shebang install-scripts
}
src_configure() {
# defang automagic dependencies
# Preliminary wayland support only. Xorg code is unconditional.
use wayland || append-cflags -DGENTOO_GTK_HIDE_WAYLAND
local emesonargs=(
# https://github.com/linuxmint/cinnamon-desktop/commit/7eadfb1da9a42384396978b8ab46e0725d18e04f
# > Unless/until this fixes an actual identified issue for us or provides significant advantages
# > we're not using it in Cinnamon.
-Dsystemd=disabled
)
meson_src_configure
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}