# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic meson pax-utils python-any-r1 virtualx DESCRIPTION="Linux Mint's fork of gjs for Cinnamon" HOMEPAGE="https://linuxmint-developer-guide.readthedocs.io/en/latest/cinnamon.html https://linuxmint.com/" SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD CC0-1.0 MIT MPL-2.0 || ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="examples readline sysprof test" RDEPEND=" dev-lang/spidermonkey:$(ver_cut 1)= >=dev-libs/glib-2.86.0:2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/libffi-3.3:0= x11-libs/cairo[glib,svg(+),X] x11-libs/libX11 examples? ( x11-themes/xapp-symbolic-icon-theme ) readline? ( sys-libs/readline:0= ) !