mate-extra/mate-power-manager: Rename USE=libsecret -> keyring

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2023-05-14 14:37:19 +02:00
parent b70ee46f3b
commit a9d139eb1b
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,11 +9,11 @@ if [[ ${PV} != 9999 ]]; then
KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop"
DESCRIPTION="Session daemon for MATE that makes it easy to manage your laptop or desktop"
LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
SLOT="0"
IUSE="+applet +elogind libsecret policykit systemd test"
IUSE="+applet +elogind keyring policykit systemd test"
REQUIRED_USE="^^ ( elogind systemd )"
@ -36,7 +36,7 @@ COMMON_DEPEND="
>=x11-libs/libnotify-0.7:0
x11-libs/pango
applet? ( >=mate-base/mate-panel-1.17.0 )
libsecret? ( >=app-crypt/libsecret-0.11 )
keyring? ( >=app-crypt/libsecret-0.11 )
"
RDEPEND="${COMMON_DEPEND}
@ -59,7 +59,7 @@ BDEPEND="${COMMON_DEPEND}
src_configure() {
mate_src_configure \
--enable-compile-warnings=minimum \
$(use_with libsecret) \
$(use_with keyring libsecret) \
$(use_enable applet applets) \
$(use_enable test tests)
}

View File

@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="applet">Enable building of the MATE applet.</flag>
<flag name="libsecret">Support locking of keyring via <pkg>app-crypt/libsecret</pkg></flag>
</use>
<upstream>
<remote-id type="github">mate-desktop/mate-power-manager</remote-id>