mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
gnome-extra/cinnamon-screensaver: drop 6.4.1-r1
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Part-of: https://github.com/gentoo/gentoo/pull/46141 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
2643d3cc6f
commit
1a3054c2ab
@@ -1,2 +1 @@
|
||||
DIST cinnamon-screensaver-6.4.1.tar.gz 160605 BLAKE2B 83a9fda11bc0e1a809b43a2b7c3c4b6b540b0c6415faaa21f31534c550b956b4c67bd67108f2d1c8b66780dbedecf6f726dd9e3e29779ede9a496fce9a59237a SHA512 62125b6c8a0cfa8b969acd2be5f4ce0ae8f092565c45807b7ccedcf626a2c9bb2208838872eeea3ef2c418d902e55a58fab54e7f57cf2e6da00bbf19fd440783
|
||||
DIST cinnamon-screensaver-6.6.1.tar.gz 161364 BLAKE2B 91bf7b85ba43aed0e3530d244a3bda3a58dfe6ea2e7cbf8b088f429b9742efb5042f5dd0ac17831c3c20a88725a140ef97c718e5798f74d40df3db552007fc9f SHA512 7f3f90a0ce392bfa5f1c8a515d31ed3bbacbba30f67328a6831c0ca0fb77ce1ec39c7dcf53969633b6cbcbcb8d7fdaffe0357dcf91110c4ce66c020dbcf35eb7
|
||||
|
||||
@@ -1,78 +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 python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Screensaver for Cinnamon"
|
||||
HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-screensaver"
|
||||
SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+ MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
|
||||
IUSE="systemd xinerama"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
COMMON_DEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.37.3:2[dbus]
|
||||
>=gnome-extra/cinnamon-desktop-6.4
|
||||
sys-libs/pam
|
||||
>=x11-libs/gtk+-3.22:3[introspection,X]
|
||||
x11-libs/cairo
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrandr
|
||||
x11-libs/pango
|
||||
x11-misc/xdotool:=
|
||||
x11-themes/adwaita-icon-theme
|
||||
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
"
|
||||
RDEPEND="
|
||||
${COMMON_DEPEND}
|
||||
>=app-accessibility/caribou-0.3
|
||||
sys-apps/accountsservice
|
||||
sys-process/procps
|
||||
x11-apps/xprop
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
dev-python/setproctitle[${PYTHON_USEDEP}]
|
||||
>=dev-python/python3-xapp-2.4.2[${PYTHON_USEDEP}]
|
||||
')
|
||||
|
||||
systemd? ( >=sys-apps/systemd-31 )
|
||||
!systemd? ( sys-auth/elogind )
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON_DEPEND}
|
||||
x11-base/xorg-proto
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-util/gdbus-codegen-2.80.5-r1
|
||||
sys-apps/dbus
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang install-scripts src
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use xinerama)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize "${ED}"/usr/share/cinnamon-screensaver/
|
||||
}
|
||||
Reference in New Issue
Block a user