mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
secret-service: fix https://bugs.gentoo.org/880075
This commit is contained in:
parent
3200e862b0
commit
068f0fd91d
2 changed files with 26 additions and 0 deletions
9
virtual/secret-service/metadata.xml
Normal file
9
virtual/secret-service/metadata.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marecki@gentoo.org</email>
|
||||
<name>Marek Szuba</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
||||
17
virtual/secret-service/secret-service-0-r1.ebuild
Normal file
17
virtual/secret-service/secret-service-0-r1.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Virtual for a freedesktop.org Secret Service API provider"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
|
||||
|
||||
RDEPEND="|| (
|
||||
gnome-base/gnome-keyring
|
||||
app-admin/keepassxc
|
||||
kde-frameworks/kwallet
|
||||
)"
|
||||
# TODO: add the KDE provider here once ready, still WIP as of June 2021 though
|
||||
# (see https://bugs.kde.org/show_bug.cgi?id=313216)
|
||||
# https://bugs.gentoo.org/880075
|
||||
Loading…
Reference in a new issue