mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
gnome-extra/cinnamon-session: drop 6.4.0-r1
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Part-of: https://github.com/gentoo/gentoo/pull/45857 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
5c5efe100d
commit
93624a5fdf
@@ -1,3 +1,2 @@
|
||||
DIST cinnamon-session-6.4.0.tar.gz 165993 BLAKE2B 13bed1e5cec912f679c13c9ef8e4bbca8c267c37663910ba0a82e78074c77405c259020dffb86c843f2e080792e836a567d120eb5c80459e870a29a959f7f4a3 SHA512 6ad1238a133ed07716807bdcd9599321fe8e27b3de849e7323dab09b79c71a2414f926be2e5dc2584da38bd47e921b3ad2391193c6c241af32524fca68d270b4
|
||||
DIST cinnamon-session-6.4.2.tar.gz 166012 BLAKE2B f14215e9680ead7ab9220911bc5cd0d348c2d7334bbcb9ca3891ee06d3aae7334c89348937217f47b839b086149be473badaed9a1539b205675f653b332c56af SHA512 e0153ddd68f79a23ce6f4220e8dba099a73d922e81a9efe8f994ac80205c5ae178a08cdc036081d60e427dd28b9946e4ffdcc28a5866862fe55a1d1684aeab21
|
||||
DIST cinnamon-session-6.6.3.tar.gz 167006 BLAKE2B 0bd355246a0606e46fa555fc692d850ce8e6d650b0565b50e4a8387c71804c03b90936008e9c6b976b1444c6f5487f13582025ba2df4fc7d691a665612840ca2 SHA512 3b6a89a405ee00adc7a8a62c447d1f92d9fb917b3b1801b3dc34d871e736da787f1b3359b8dc2ef42f097326e78fa364bfd1055cc8a49cc43a4252fa8ce5950b
|
||||
|
||||
@@ -1,86 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit meson gnome2-utils python-single-r1
|
||||
|
||||
DESCRIPTION="Cinnamon session manager"
|
||||
HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-session"
|
||||
SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
|
||||
IUSE="systemd"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.37.3:2
|
||||
>=gnome-extra/cinnamon-desktop-6.4:0=
|
||||
media-libs/libcanberra[pulseaudio]
|
||||
virtual/opengl
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/gtk+-3:3[introspection,X]
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXau
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango[X]
|
||||
>=x11-libs/xapp-2.8.8[introspection]
|
||||
|
||||
systemd? (
|
||||
>=sys-apps/systemd-183
|
||||
)
|
||||
!systemd? (
|
||||
sys-auth/elogind[policykit]
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
x11-libs/xtrans
|
||||
"
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
dev-python/setproctitle[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=dev-util/gdbus-codegen-2.80.5-r1
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang data cinnamon-session-quit
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dipv6=true
|
||||
-Dxtrans=true
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user