gnome-extra/cinnamon-control-center: drop 6.2.0-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-17 00:46:26 -04:00 committed by Sam James
parent 7910fd38cd
commit 99134d7772
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 0 additions and 116 deletions

View File

@ -1,3 +1,2 @@
DIST cinnamon-control-center-6.2.0.tar.gz 3813695 BLAKE2B 4ddc97e600b2643ee16477165171f5251f7004d53524a77ec5d363717b84cec61c5bd83334a6dbb261d6ef40bd927fcdf6ef779953ad549881871f2f0e70471e SHA512 815158d057267956470d858cfb62e527c3655adce08e1f9b928f3d8b8b43ffc15d04ab1b11d5603dc75e7347925067e9627cc199f0328ccacd0421112de3b7b4
DIST cinnamon-control-center-6.4.1.tar.gz 1931746 BLAKE2B 6fbd6ec999f886a95f265f9bc3275659176daf0354b8cb4a02de6a560ad58050f722bd1490ee7e4457fd4a3299f445f7c18101af11d950379a363e7cac9ceac8 SHA512 83f4a97efecb559524b932ab16a038071393d87ef4d0f4e8608186b60bcb689b0f2b2ab698587478e9292c3a3bd6c120f73f4771b35e24b06c5ca884fe2575c5
DIST cinnamon-control-center-6.4.2.tar.gz 1931786 BLAKE2B 893f649c853bd1fd74cd46d8d75de395f6f13490c42443edb3e1bcde7556a8701a1d112f0f0e78b5e1fb57843abbcc8e0f440d65be67aa77d28542365fb6438f SHA512 d82f9bea2eb7a130aa43cca76324f9e0dc4f96b892285e4e0b5d480b6e03d10f2b58428f58f2a1e94ee8aba1ef3e43e068d16f3a3c1cfd3c3c41188f5fcb5ad7

View File

@ -1,115 +0,0 @@
# Copyright 1999-2024 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 xdg virtualx
DESCRIPTION="Cinnamons's main interface to configure various aspects of the desktop"
HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-control-center"
SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="+colord input_devices_wacom +networkmanager +modemmanager systemd test wayland"
REQUIRED_USE="modemmanager? ( networkmanager )"
RESTRICT="test"
COMMON_DEPEND="
app-accessibility/at-spi2-core:2
>=dev-libs/glib-2.44.0:2
>=gnome-base/libgnomekbd-3.0.0:0=
>=gnome-extra/cinnamon-desktop-6.2:0=
>=gnome-extra/cinnamon-menus-6.2
media-libs/fontconfig
>=sys-auth/polkit-0.103
>=sys-power/upower-0.99.8:=
>=x11-libs/gdk-pixbuf-2.23.0:2
>=x11-libs/gtk+-3.24.41-r1:3[wayland?,X]
>=dev-libs/libgudev-232
>=x11-libs/libnotify-0.7.3
x11-libs/cairo
x11-libs/libX11
>=x11-libs/libxklavier-5.1:=
x11-libs/pango
colord? (
>=x11-misc/colord-0.1.14:0=
)
input_devices_wacom? (
>=dev-libs/libwacom-0.7:=
>=x11-libs/libXi-1.2
)
networkmanager? (
>=gnome-extra/nm-applet-1.2.0
>=net-libs/libnma-1.8.34
>=net-misc/networkmanager-1.2.0[modemmanager?]
modemmanager? (
>=net-misc/modemmanager-0.7:=
)
)
"
RDEPEND="
${COMMON_DEPEND}
x11-themes/adwaita-icon-theme
colord? (
>=gnome-extra/gnome-color-manager-3
)
input_devices_wacom? (
gnome-extra/cinnamon-settings-daemon[input_devices_wacom]
)
systemd? (
>=sys-apps/systemd-31
)
!systemd? (
app-admin/openrc-settingsd
)
"
DEPEND="
${COMMON_DEPEND}
app-text/iso-codes
x11-base/xorg-proto
"
BDEPEND="
${PYTHON_DEPS}
dev-util/glib-utils
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
src_prepare() {
default
python_fix_shebang meson_install_schemas.py
}
src_configure() {
# defang automagic dependencies
use wayland || append-cflags -DGENTOO_GTK_HIDE_WAYLAND
local emesonargs=(
$(meson_use colord color)
$(meson_use modemmanager)
$(meson_use networkmanager)
$(meson_use input_devices_wacom wacom)
)
meson_src_configure
}
src_test() {
virtx meson_src_test
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}